function apriFinestra(nome,size) {
	var l,h;
	if (size=="mini") {
	  l=screen.width-370;
	  h=110;
	  w=350;
	  mini=window.open(nome,"","statusbar=no,left="+l+",top=30,width="+w+",height="+h);
	}
	else if (size=="media"){
	  l=300;
	  h=screen.height-400;
	  w=screen.width-400;
	  maxi=window.open(nome,"","scrollbars=no,left=300,top=300,width=300,height=200");
	}	
	else {
	  l=3;
	  h=screen.height-130;
	  w=screen.width-17;
	  maxi=window.open(nome,"","scrollbars=yes,left="+l+",top=30,width="+w+",height="+h);
	}
}
function stampaCertificato(nome) {
	window.open(nome,"","left=30,top=30,width=400,height=500");
}
function Mano(){
window.event.srcElement.style.cursor = "Hand";
window.event.srcElement.style.color="ff6600";
}
function noMano(){
window.event.srcElement.style.color="000080";
}

function interattiva(nome) {
	//apri=window.open('http://www.menudiroma.com/ita/Scheda.asp?IDRistorante=1732','','left=1,top=1,width=1,height=1');
	//apri.close();
	apriFinestra(nome,"maxi")
}
