
function MSIE_VER()
{agt=navigator.userAgent.toLowerCase();
pos=agt.indexOf('msie')+1;
if(pos)return agt.charAt(pos+4);
return 0
}
function openWin(file,name,extra)
{
wref = window.open('showme.php?file='+file+'&name='+name+'&extra='+extra,'Focsani',
'height=250,width=255,left=500,top=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,movable=yes,resizable=no');
	if(MSIE_VER()>=5)wref.focus()
}
function open_display_pict(file)
{
wref = window.open('imageshow.php?file='+file,'Focsani',
'height=40,width=40,left=200,top=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,movable=yes,resizable=no');
	if(MSIE_VER()>=5)wref.focus()
	
}
function openWinDead()
{
wref = window.open('anunt.htm','Focsani',
'height=560,width=480,left=100,top=90,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,movable=yes,resizable=no');
     if(MSIE_VER()>=5)wref.focus()
}
