
function clickToEnlarge(imgRef, itemName)
{

//alert('test');


str = 'http://www.showtrade.com/popUp_item.php?itemName=' + itemName + '&imgRef=' + imgRef;



obj = window.open(str, null, "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=325,left=450,top=236.5");



}


