/*GommaLayout Jerry Masslo mondoquarto.org Febbraio 2004 */
SetteBuBu =new Array ('none','block');
Sopra =new Array ('0','1')
Sotto =new Array ('1','0')
function CromaA(Sesamo) {
	var body = document.getElementById('Sesamo1');
	body.style.display = SetteBuBu[Sesamo];
}
function CromaB(Sesamo) {
	var body = document.getElementById('Sesamo2');
	body.style.display = SetteBuBu[Sesamo];
}

function CromaC(Sesamo) {
	var body = document.getElementById('Sesamo3');
	body.style.display = SetteBuBu[Sesamo];
}

function CromaD(Sesamo) {
	var body = document.getElementById('Sesamo4');
	body.style.display = SetteBuBu[Sesamo];
}
function CromaE(Sesamo) {
	var body = document.getElementById('Sesamo5');
	body.style.display = SetteBuBu[Sesamo];
}
function CromaF(Sesamo) {
	var body = document.getElementById('Sesamo6');
	body.style.display = SetteBuBu[Sesamo];
}
function CromaG(Sesamo) {
	var body = document.getElementById('Sesamo7');
	body.style.display = SetteBuBu[Sesamo];
}
function CromaAiuto(Sesamo) {
	var body = document.getElementById('Aiuto');
	body.style.display = SetteBuBu[Sesamo];
}

function ZetaA(Zetone) {
	var body = document.getElementById('Sesamo1');
	body.style.zIndex = Sopra[Zetone];
	var body = document.getElementById('Sesamo3');
	body.style.zIndex = Sotto[Zetone];
	var body = document.getElementById('Sesamo5');
	body.style.zIndex = Sotto[Zetone];
	var body = document.getElementById('Sesamo7');
	body.style.zIndex = Sotto[Zetone];
}
function ZetaA2(Zetone) {
	var body = document.getElementById('Sesamo3');
	body.style.zIndex = Sopra[Zetone];
	var body = document.getElementById('Sesamo5');
	body.style.zIndex = Sotto[Zetone];
	var body = document.getElementById('Sesamo1');
	body.style.zIndex = Sotto[Zetone];
	var body = document.getElementById('Sesamo7');
	body.style.zIndex = Sotto[Zetone];
}
function ZetaA3(Zetone) {
	var body = document.getElementById('Sesamo5');
	body.style.zIndex = Sopra[Zetone];
	var body = document.getElementById('Sesamo1');
	body.style.zIndex = Sotto[Zetone];
	var body = document.getElementById('Sesamo3');
	body.style.zIndex = Sotto[Zetone];
	var body = document.getElementById('Sesamo7');
	body.style.zIndex = Sotto[Zetone];
}
function ZetaA4(Zetone) {
	var body = document.getElementById('Sesamo7');
	body.style.zIndex = Sopra[Zetone];
	var body = document.getElementById('Sesamo1');
	body.style.zIndex = Sotto[Zetone];
	var body = document.getElementById('Sesamo2');
	body.style.zIndex = Sotto[Zetone];
	var body = document.getElementById('Sesamo3');
	body.style.zIndex = Sotto[Zetone];
	body.style.zIndex = Sopra[Zetone];
	var body = document.getElementById('Sesamo4');
	body.style.zIndex = Sotto[Zetone];
	var body = document.getElementById('Sesamo5');
	body.style.zIndex = Sotto[Zetone];
	var body = document.getElementById('Sesamo6');
	body.style.zIndex = Sotto[Zetone];

}
function ZetaB(Zetone) {
	var body = document.getElementById('Sesamo2');
	body.style.zIndex = Sopra[Zetone];
	var body = document.getElementById('Sesamo4');
	body.style.zIndex = Sotto[Zetone];
	var body = document.getElementById('Sesamo6');
	body.style.zIndex = Sotto[Zetone];	
}
function ZetaB2(Zetone) {
	var body = document.getElementById('Sesamo4');
	body.style.zIndex = Sopra[Zetone];
	var body = document.getElementById('Sesamo2');
	body.style.zIndex = Sotto[Zetone];
	var body = document.getElementById('Sesamo6');
	body.style.zIndex = Sotto[Zetone];	
}
function ZetaB3(Zetone) {
	var body = document.getElementById('Sesamo6');
	body.style.zIndex = Sopra[Zetone];
	var body = document.getElementById('Sesamo2');
	body.style.zIndex = Sotto[Zetone];
	var body = document.getElementById('Sesamo4');
	body.style.zIndex = Sotto[Zetone];	
}


//window.onload = function() {
//CromaA(SesamoA);
//CromaB(SesamoB);
//CromaC(SesamoC);
//CromaD(SesamoD);

//SesamoA = 0;
//SesamoB = 0;
//SesamoC = 0;
//}

