<!--
//experimental style setting/switching
function print(){
	self.print();
}
function P7_setDomStyle(){ //v0.6 experimental by PVII
 //run only if ver 5 browser
 if(!document.getElementById){alert('DOM-Level Style Switching Requires a Modern Browser.\nThe underlying premise of this tutorial will work in Netscape 4 when the actual style sheet is edited.');return;}
 var i,g,args=P7_setDomStyle.arguments;
 for(i=0;i<args.length;i+=3){
  g=document.getElementById(args[i]);
  if(g){
   eval("g.style."+args[i+1]+"=\""+args[i+2]+"\"");
  }
 }
}
function deny() {
	alert("MI DISPIACE,\n\nIl sito è attualmente in fase di costruzione.\nLa preghiamo di riprovare tra qualche giorno.\n\nBuona Navigazione\n\nEtà della pietra");
}

function openW(pag,pagName,tool,menu,rez,scroll,location,top,left,h,w) {
	window.open(pag,pagName,'toolbar=' + tool + ',menubar=' + menu + ',resizable=' + rez + ',scrollbars=' + scroll + ',location=' + location + ',top=' + top + ',left=' + left + ',height=' + h + ',width=' + w);
}
function closeW() {
	window.close();
}
function bk() {
	window.history.go(-1);
}
function aspetta() {
	window.open('wait.asp','wait','toolbar=no,menubar=no,resizable=no,scrollbars=yes,location=no,top=0,left=0,height=250,width=250');
}
function stampa_flash(percorso, width, height, id, trasp, randN, bgColor){
	document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" id=\""+id+"\" width=\""+width+"\" height=\""+height+"\">");
	document.write("<param name=\"movie\" value=\""+percorso);
	if (randN==true){
		document.write("?" + Math.random());
	}
	document.write("\">");
	document.write("<param name=\"menu\" value=\"false\">");
	document.write("<param name=\"quality\" value=\"high\">");
	document.write("<param name=\"scale\">");
	document.write("<param name=\"bgcolor\" value=\"#" + bgColor + "\">");
	document.write("<embed src=\""+percorso+"\" menu=\"false\" quality=\"high\" scale=\"noborder\" bgcolor=\"#" + bgColor + "\" width="+width+" height="+height+" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\">");
	if (trasp==true){
		document.write("<param name=\"wmode\" value=\"transparent\">");
	}
	document.write("</embed>");
	document.write("</object>");
}

-->