if (top.location == location) {
	document.write('<BR><STRONG>Questa pagina è dentro ad un frame, <A HREF="javascript:newSodapop()">clicca qui</A> per vedere il sito completo!</STRONG><BR><BR><BR><BR>'); 
}

function newSodapop() {
	nomefile = new String(this.location.href);
	window.open("sindex.html","Sodapop");
}

function parere() {
	alert("I pareri sull'archivio di Sodapop sono disabilitati.");
	//window.open("mail.htm","Sodapop","width=320,height=250");
}
function right(e) {
	window.status='Sodapop';
	return true;
}
document.onmouseover=right;