
function openWindow(src, sX, sY)
{
 window.open( src,'wi2','toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, fullscreen=no, channelmode=no, width='+sX+',height='+sY+',top=10,left=10');
}

function open_window2(path, url, sX, sY)
{
scrollbars = 'no';
 if (sX>950) {
    sX=950;
    scrollbars = 'yes';
    }
  if (sY>700) {
    sY=700;
    scrollbars = 'yes';
    }

 window.open(path+'index.php?m=Main&a=ShowImage&imageUrl='+url,'wi','toolbar=no location=no,directories=no,status=yes,menubar=no, scrollbars='+scrollbars+',resizable=yes,fullscreen=no,channelmode=no,width='+sX+',height='+sY+',top=10,left=10');
}

function openProductImagesWindow(path, url, sX, sY)
{
 window.open(path+url,'wi2','toolbar=no location=no,directories=no,status=yes,menubar=no, scrollbars=no,resizable=yes,fullscreen=no,channelmode=no,width='+sX+',height='+sY+',top=10,left=10');
}
