function poza(id, x, y){
        yy=parseInt(y)+70;
        if (parseInt(x)<468) x = '468';
	window.open('http://www.pensiunea-carina.ro/poza.php?id='+id,'','width='+x+',height='+yy+',scrollbars=no,scrollbars=no,left='+((screen.width-x)/2)+',top='+((screen.height-yy)/2)+',status=no,toolbar=no');
}
