function open_window(src)
{
 sY = 200;
 sX = 300;
 window.open('window.php?src='+src,'wi','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');
}
