<!--imagine pop-up-->
function deschide_fr(linkul,inaltime,latime)
{	var w = (window.screen.width-latime)/2; 
	var h = (window.screen.height-inaltime)/2; 
	temp='http://www.swimming.ro/'+linkul;
	
	sWin=window.open(temp,'MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,dependent=no,left='+w+',top='+h+',screenX='+w+',screenY='+h+',width='+latime+',height='+inaltime+'')
}

