function atidaryk(psl, width, height) 
{		
	var X = screen.width / 2 - width/2;
	var Y = screen.height / 2 - height/2;
	  myWin= open("", "displayWindow", 
				"width="+width+",height="+height+",status=no,toolbar=no,menubar=no,resizable=no,left="+X+",top="+Y+"");  
	  myWin.document.open();  
	  myWin.document.write("<html><head><title>archideja.lt</title></head>");
	  myWin.document.write("<body topmargin=0 leftmargin=0>");
	  myWin.document.write("<a href='javascript:close()'><center><img src="+psl+" border=0></center></a>");  	  
	  myWin.document.write("</body></html>"); 
	  myWin.document.close();  
}
function openWin (fileName, windowName)
{
	var X = screen.width / 2 - 265;
	var Y = screen.height / 2 - 210;
	window.open(fileName,'Contacts','width=530,height=420,left='+X+',top='+Y+',screenX='+X+',screenY='+Y+',directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=no');
} 
function openMovie (fileName)
{
	var X = screen.width / 2 - 140;
	var Y = screen.height / 2 - 135;			
	window.open(fileName,'Intro','width=280,height=270,left='+X+',top='+Y+',screenX='+X+',screenY='+Y+',directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no');
}

function openImage (fileName, windowName)
{
	var X = screen.width / 2 - 400;
	var Y = screen.height / 2 - 400;
	window.open(fileName,'Contacts','width=400,height=400,left='+X+',top='+Y+',screenX='+X+',screenY='+Y+',directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=no');
}
