
var win;
function marestePoza(poza, latime,inaltime){
	LeftPosition = (screen.width) ? (screen.width-latime)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-inaltime)/2 : 0;
	/*win = window.open("mareste_poza.php?p="+poza+"","Pozamarita","menubar=0,resizable=1,width="+800+",height="+600+",top="+TopPosition+",left="+LeftPosition+"");*/
	
//document.write("POZA: "+poza);		
//alert("POZA: "+poza);

	win = window.open("http://www.mereuactiv.ro/mareste_poza.php?p="+poza+"","Pozamarita","menubar=0,resizable=1,width="+latime+",height="+inaltime,0,0);
}
