function naujamlange(popurl,aukstis,plotis)
{
	Sonas=(screen.width)?(screen.width-plotis)/2:100;
	Topas=(screen.height)?(screen.height-aukstis)/2:100;
	winpops=window.open(popurl,"","width="+plotis+",height="+aukstis+",top=10,left=20,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=1,resizable=0")
}

function newsWin( windowURL) { 
	var langas=window.open( windowURL, 'news', 'width=540,height=500,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=1,resizable=0' ) ; 
	langas.focus();
} 
var myWin;
myWin = "";
function PopupPic(sPicURL) { 
     window.open("./image.php?"+sPicURL, "", "", "resizable=0,scrollBars=1,height=400,width=200,top=20,left=10,"); 
//		 myWin.focus();
} 
function PopupPic1(sPicURL) { 
     window.open( "./image1.php?"+sPicURL, "", "resizable=0,HEIGHT=200,WIDTH=200"); 
} 
function blink(objId,color1,color2,interval){
	var obj=document.getElementById(objId)
	obj.style.color=color1
	setTimeout("blink('"+objId+"','"+color2+"','"+color1+"',"+interval+")",interval)
}

