// JavaScript Document
function selezione() {
	switch(genere) {
	//articolo
		case 1:		articolo();		break;
		case 2:		fotografia();	break;
		case 3:		mostre();		break;

	  //case 3:		filmato();		break;
		case 4:		musica();		break;
		default:	apertura();		break;
 					}
					  
					  }
					  
					  
function articolo() {
<!--
//Specificare il modo di visualizzazione (0 or 1)
//0 apre la pagina all'interno dello spazio previsto, mentre 0 lo fà in una nuova pagina
var displaymode=0
//if displaymode=0, configure inline frame attributes (ie: dimensions, intial document shown
var iframecode="<iframe id='articol' style='width:100%;height:100%' frameBorder='no' src='articolo.htm' scrolling=auto ></iframe>"

/////NON MODIFICARE LA PARTE SOTTOSTANTE////////////

if (displaymode==0)
document.write(iframecode)

function gone_articolo(){
var selectedurl=document.jumpy.example.options[document.jumpy.example.selectedIndex].value
if (document.getElementById&&displaymode==0)
document.getElementById("articol").src=selectedurl
else if (document.all&&displaymode==0)
document.all.external.src=selectedurl
else{
if (!window.win2||win2.closed)
win2=window.open(selectedurl)
//else if win2 already exists
else{
win2.location=selectedurl
win2.focus()
}
}
}
//-->	
}

function mostre() {
<!--
//Specificare il modo di visualizzazione (0 or 1)
//0 apre la pagina all'interno dello spazio previsto, mentre 0 lo fà in una nuova pagina
var displaymode=0
//if displaymode=0, configure inline frame attributes (ie: dimensions, intial document shown
var iframecode="<iframe id='articol' style='width:100%;height:100%' frameBorder='no' src='pagine/articolo.htm' scrolling=no ></iframe>"

/////NON MODIFICARE LA PARTE SOTTOSTANTE////////////

if (displaymode==0)
document.write(iframecode)

function gone_articolo(){
var selectedurl=document.jumpy.example.options[document.jumpy.example.selectedIndex].value
if (document.getElementById&&displaymode==0)
document.getElementById("articol").src=selectedurl
else if (document.all&&displaymode==0)
document.all.external.src=selectedurl
else{
if (!window.win2||win2.closed)
win2=window.open(selectedurl)
//else if win2 already exists
else{
win2.location=selectedurl
win2.focus()
}
}
}
//-->	
}

function fotografia() {	document.write("<img src='foto_0.jpg' alt='Olga Karasso - sito ufficiale' name='fotografia' width='100%' height='100%' id='fotografia' />");}

function avanti() {if(na<q_foto_t) { na++; valore = 'foto_'+na+'.jpg'; document.getElementById('fotografia').src=valore; } else { na=0; valore = 'foto_'+na+'.jpg'; document.getElementById('fotografia').src=valore; }}

function indietro() {if(ni>1) { ni--; valore = 'foto_'+ni+'.jpg'; document.getElementById('fotografia').src=valore; } else{ni=0; valore = 'foto_'+ni+'.jpg'; document.getElementById('fotografia').src=valore; ni=q_foto_t+1 }}

function pagina_1() {	location.href='../pagina_01/index.htm';}
function pagina_2() {	location.href='../pagina_02/index.htm';}
function pagina_3() {	location.href='../pagina_03/index.htm';}
function pagina_4() {	location.href='../pagina_04/index.htm';}
function pagina_5() {	location.href='../pagina_05/index.htm';}
function pagina_6() {	location.href='../pagina_06/index.htm';}
function pagina_7() {	location.href='../pagina_07/index.htm';}
function pagina_8() {	location.href='../pagina_08/index.htm';}
function pagina_9() {	location.href='../pagina_09/index.htm';}
function pagina_10() {	location.href='../pagina_10/index.htm';}
function pagina_11() {	location.href='../pagina_11/index.htm';}
function pagina_12() {	location.href='../pagina_12/index.htm';}
function pagina_13() {	location.href='../pagina_13/index.htm';}
function pagina_14() {	location.href='../pagina_14/index.htm';}
function pagina_15() {	location.href='../pagina_15/index.htm';}
function pagina_16() {	location.href='../pagina_16/index.htm';}
function pagina_16() {	location.href='mailto:team80@tin.it?SUBJECT=messaggio%20spedito%20dal%20link%20e-mail%20del%20sito%20ufficiale%20di%20Olga%20Karasso&BODY=Alla%20cortese%20attenzione%20della%20Signora%20Olga%20Karasso,%20';}
function pagina_17() {	location.href='../pagina_17/index.htm';}
function pagina_18() {	history.go(-1);}
function pagina_19() {	location.href='../pagina_00/index.htm';}

function estrazione() {numero = Math.round(Math.random()*16);}
