// JavaScript Documentfunction credits(){		window.open("credits.html","credits","location=no, menubar=no, resizable=no, height=330 , width=260 scrollbars=no,directories=no,status=no,toolbar=no")	}function cambia_pagina(i){npag+=i;if (npag==0){	cancella('back');	ripristina('forw');	nascondi_tutto(pagine);	showHide('t'+npag,'','show');	}else{	if(npag==pagtot){		cancella('forw');		ripristina('back');		nascondi_tutto(pagine);		showHide('t'+npag,'','show');			}	else{		ripristina('forw');		ripristina('back');		nascondi_tutto(pagine);		showHide('t'+npag,'','show');			}}}function cambia_menu(mid){nascondi_tutto(titoli);showHide(mid,'','show');}function download(mid){showHide(mid,'','show');}function downclean(mid){showHide(mid,'','hide');}function nascondi_tutto(lista){var i;for (i=0; i<lista.length ; i++){		showHide(lista[i],'','hide');	}}function showHide() {   var i,p,v,obj,args=showHide.arguments;  for (i=0; i<(args.length-2); i+=3) if ((obj=findObj(args[i]))!=null) { v=args[i+2];    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }    obj.visibility=v; }}function findObj(n, d) {   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=findObj(n,d.layers[i].document);  if(!x && d.getElementById) x=d.getElementById(n); return x;}function cancella(n){	x=findObj(n,document);	x.src="immagini/vuoto.gif";	x.width=0;	x.length=0;	}function ripristina(n){	x=findObj(n,document);	x.src="immagini/"+n+"-0.gif";	x.width=17;	x.length=17;}function mover(n){var x;	x=findObj(n,document);	x.src="immagini/"+n+"-1.gif";}function mout(n){var x;	x=findObj(n,document);	x.src="immagini/"+n+"-0.gif";}