otvoren=false;

function openWindow(_url, _winX, _winY) 
{
	var IE=(document.all)?true:false;
	var NN=(document.layers)?true:false;
	if (!_winX) 
	{
		_winX=500;
		_winY=375;
	}
	if(otvoren) prozor.close();
	if (IE)
	{
		prozor = window.open(_url,'popWin','menubar=no, status=no, resize=no, width='+_winX+', height='+_winY+'');
		prozor.document.write('<head><title>Picture - dblClick</title></haed><body bgcolor=black leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><img src='+_url+' width="100%"></body></html>');
		otvoren=true;
	}
	if (NN)
	{
		prozor=window.open(_url,'popWin','menubar=no, status=no, resize=no,'); 
		prozor.document.title = 'Perspektiva';
		prozor.outerWidth=_winX+24;
		prozor.outerHeight=_winY+43;
	}
}
