function ShowImg(Img) {
					
					wsi = window.open ("","ShowImg","height=400,width=400,status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=no");
					wsi.location = "ShowImg.php?Img=" + Img  ;
					
					wsi.focus();
					return ;
}



function openw_termeni(cale,x,y){
        eval("window.open('"+cale+"','','height='+y+',width='+x+',type=fullWindow,alwaysLowered=0,alwaysRaised=1,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=0,location=0,menubar=0,resizable=0,scrollbars=1,status=0,titlebar=0,toolbar=0, z-lock=1,screenX=0,screeny=0,left=10,top=50,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,fullscreen=no')");
}


