
function ApriImmagini(file)
{
	var prop = "top=0,left=0,status=no,menubar=no,toolbar=no,scrollbar=no,resizable=yes"; // Altre proprietà... eccetto width ed height!
	window.open(file, null, prop);
}
function autoPopup(file) {
	var w = 320;
	var h = 260;
	var l = screen.width - w-100;
	var t = screenTop + 190;
	var stili = "top="+t+", left="+l+", width="+w+", height="+h+", status=no, menubar=no, toolbar=no scrollbar=no";
	window.open(file, null, stili);
}	
	
	//--------------------------------------------
	function openpopup(ling)		{
	var w = Math.floor(screen.width);
	var h = Math.floor(screen.height);
	var stile = "width="+w+",height="+h+"status=no,menubar=no,toolbar=no,scrollbar=no,resizable=no,left=0,top=0";
	if (ling=="it"){
		window.open("rlvrq.htm","",stile);
	}else{
		window.open("sito/av_en.html","",stile);
	}
}