mainStyle01 = "menuMain01";
mainStyleHover01 = "menuMainHover01";
subStyle01 = "menuSub01";
subStyleHover01 = "menuSubHover01";
mainStyle02 = "menuMain02";
mainStyleHover02 = "menuMainHover02";
subStyle02 = "menuSub02";
subStyleHover02 = "menuSubHover02";
mainStyle03 = "menuMain03";
mainStyleHover03 = "menuMainHover03";
subStyle03 = "menuSub03";
subStyleHover03 = "menuSubHover03";
mainStyle04 = "menuMain04";
mainStyleHover04 = "menuMainHover04";
subStyle04 = "menuSub04";
subStyleHover04 = "menuSubHover04";
mainStyle05 = "menuMain05";
mainStyleHover05= "menuMainHover05";
subStyle05 = "menuSub05";
subStyleHover05 = "menuSubHover05";
mainStyle06 = "menuMain06";
mainStyleHover06= "menuMainHover06";
subStyle06 = "menuSub06";
subStyleHover06 = "menuSubHover06";
mainStyle07 = "menuMain07";
mainStyleHover07= "menuMainHover07";
subStyle07 = "menuSub07";
subStyleHover07 = "menuSubHover07";

mainStyle08 = "menuMain08";
mainStyleHover08= "menuMainHover08";
subStyle08 = "menuSub08";
subStyleHover08 = "menuSubHover08";

mainStyle09 = "menuMain09";
mainStyleHover09 = "menuMainHover09";
subStyle09 = "menuSub09";
subStyleHover09 = "menuSubHover09";


mainStyle10 = "menuMain10";
mainStyleHover10 = "menuMainHover10";
subStyle10 = "menuSub10";
subStyleHover10 = "menuSubHover10";


mainStyle11 = "menuMain11";
mainStyleHover11 = "menuMainHover11";
subStyle11 = "menuSub11";
subStyleHover11 = "menuSubHover11";


mainStyle12 = "menuMain12";
mainStyleHover12 = "menuMainHover12";
subStyle12 = "menuSub12";
subStyleHover12 = "menuSubHover12";


mainStyle13 = "menuMain13";
mainStyleHover13 = "menuMainHover13";
subStyle13 = "menuSub13";
subStyleHover13 = "menuSubHover13";

mainStyle14 = "menuMain14";
mainStyleHover14 = "menuMainHover14";
subStyle14 = "menuSub14";
subStyleHover14 = "menuSubHover14";


mainStyle15 = "menuMain15";
mainStyleHover15 = "menuMainHover15";
subStyle15 = "menuSub15";
subStyleHover15 = "menuSubHover15";



function clk(obj){
	if (document.all && obj.children.tags("A").length > 0 && obj.children.tags("a")[0].href)
		obj.children.tags("A")[0].click();
	else if (!document.all) {
		if (obj.document && obj.document.links[0]) location.href = obj.document.links[0].href;
		else if (obj.getElementsByTagName("a")){ 
			var links = obj.getElementsByTagName("a");
			if (links[0])
				location.href = links[0].href;
			}
		}
}

function s01Over(obj){
	if (obj.className){
		obj.className = subStyleHover01;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
	}
	else {
		obj.bgColor = subBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
	}
}

function s01Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = subStyle01;
		}
	else obj.bgColor = subBgColor;
}

function m01Over(obj){
	if (obj.className){
		obj.className = mainStyleHover01;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
		}
	else {
		obj.bgColor = mainBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
		}
}

function m01Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = mainStyle01;
		}
	else obj.bgColor = mainBgColor;
	}

function s02Over(obj){
	if (obj.className){
		obj.className = subStyleHover02;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
	}
	else {
		obj.bgColor = subBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
	}
}

function s02Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = subStyle02;
		}
	else obj.bgColor = subBgColor;
}

function m02Over(obj){
	if (obj.className){
		obj.className = mainStyleHover02;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
		}
	else {
		obj.bgColor = mainBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
		}
}

function m02Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = mainStyle02;
		}
	else obj.bgColor = mainBgColor;
	}

// ___________________________ INIZIO STILE 3 ___________________________-

function s03Over(obj){
	if (obj.className){
		obj.className = subStyleHover03;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
	}
	else {
		obj.bgColor = subBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
	}
}

function s03Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = subStyle03;
		}
	else obj.bgColor = subBgColor;
}

function m03Over(obj){
	if (obj.className){
		obj.className = mainStyleHover03;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
		}
	else {
		obj.bgColor = mainBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
		}
}

function m03Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = mainStyle03;
		}
	else obj.bgColor = mainBgColor;
	}

// ________________________________ FINE STILE 3 __________________________________-



// ___________________________ INIZIO STILE 4 ___________________________-

function s04Over(obj){
	if (obj.className){
		obj.className = subStyleHover04;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
	}
	else {
		obj.bgColor = subBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
	}
}

function s04Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = subStyle04;
		}
	else obj.bgColor = subBgColor;
}

function m04Over(obj){
	if (obj.className){
		obj.className = mainStyleHover04;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
		}
	else {
		obj.bgColor = mainBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
		}
}

function m04Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = mainStyle04;
		}
	else obj.bgColor = mainBgColor;
	}

// ________________________________ FINE STILE 4 __________________________________-

// ___________________________ INIZIO STILE 5 ___________________________-

function s05Over(obj){
	if (obj.className){
		obj.className = subStyleHover05;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
	}
	else {
		obj.bgColor = subBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
	}
}

function s05Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = subStyle05;
		}
	else obj.bgColor = subBgColor;
}

function m05Over(obj){
	if (obj.className){
		obj.className = mainStyleHover05;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
		}
	else {
		obj.bgColor = mainBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
		}
}

function m05Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = mainStyle05;
		}
	else obj.bgColor = mainBgColor;
	}

// ________________________________ FINE STILE 5 __________________________________-

// ___________________________ INIZIO STILE 6 ___________________________-

function s06Over(obj){
	if (obj.className){
		obj.className = subStyleHover06;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
	}
	else {
		obj.bgColor = subBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
	}
}

function s06Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = subStyle06;
		}
	else obj.bgColor = subBgColor;
}

function m06Over(obj){
	if (obj.className){
		obj.className = mainStyleHover06;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
		}
	else {
		obj.bgColor = mainBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
		}
}

function m06Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = mainStyle06;
		}
	else obj.bgColor = mainBgColor;
	}

// ________________________________ FINE STILE 6__________________________________-

// ___________________________ INIZIO STILE 7 ___________________________-

function s07Over(obj){
	if (obj.className){
		obj.className = subStyleHover07;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
	}
	else {
		obj.bgColor = subBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
	}
}

function s07Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = subStyle07;
		}
	else obj.bgColor = subBgColor;
}

function m07Over(obj){
	if (obj.className){
		obj.className = mainStyleHover07;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
		}
	else {
		obj.bgColor = mainBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
		}
}

function m07Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = mainStyle07;
		}
	else obj.bgColor = mainBgColor;
	}

// ________________________________ FINE STILE 7 __________________________________-

// ___________________________ INIZIO STILE 8 ___________________________-

function s08Over(obj){
	if (obj.className){
		obj.className = subStyleHover08;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
	}
	else {
		obj.bgColor = subBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
	}
}

function s08Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = subStyle08;
		}
	else obj.bgColor = subBgColor;
}

function m08Over(obj){
	if (obj.className){
		obj.className = mainStyleHover08;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
		}
	else {
		obj.bgColor = mainBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
		}
}

function m08Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = mainStyle08;
		}
	else obj.bgColor = mainBgColor;
	}

// ________________________________ FINE STILE 8 __________________________________-



// ___________________________ INIZIO STILE 9 ___________________________-

function s09Over(obj){
	if (obj.className){
		obj.className = subStyleHover09;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
	}
	else {
		obj.bgColor = subBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
	}
}

function s09Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = subStyle09;
		}
	else obj.bgColor = subBgColor;
}

function m09Over(obj){
	if (obj.className){
		obj.className = mainStyleHover09;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
		}
	else {
		obj.bgColor = mainBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
		}
}

function m09Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = mainStyle09;
		}
	else obj.bgColor = mainBgColor;
	}

// ________________________________ FINE STILE 9 __________________________________-



// ___________________________ INIZIO STILE 9 ___________________________-

function s10Over(obj){
	if (obj.className){
		obj.className = subStyleHover10;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
	}
	else {
		obj.bgColor = subBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
	}
}

function s10Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = subStyle10;
		}
	else obj.bgColor = subBgColor;
}

function m10Over(obj){
	if (obj.className){
		obj.className = mainStyleHover10;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
		}
	else {
		obj.bgColor = mainBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
		}
}

function m10Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = mainStyle10;
		}
	else obj.bgColor = mainBgColor;
	}

// ________________________________ FINE STILE 9 __________________________________-


// ___________________________ INIZIO STILE 9 ___________________________-

function s11Over(obj){
	if (obj.className){
		obj.className = subStyleHover11;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
	}
	else {
		obj.bgColor = subBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
	}
}

function s11Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = subStyle11;
		}
	else obj.bgColor = subBgColor;
}

function m11Over(obj){
	if (obj.className){
		obj.className = mainStyleHover11;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
		}
	else {
		obj.bgColor = mainBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
		}
}

function m11Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = mainStyle11;
		}
	else obj.bgColor = mainBgColor;
	}

// ________________________________ FINE STILE 9 __________________________________-


// ___________________________ INIZIO STILE 9 ___________________________-

function s12Over(obj){
	if (obj.className){
		obj.className = subStyleHover12;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
	}
	else {
		obj.bgColor = subBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
	}
}

function s12Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = subStyle12;
		}
	else obj.bgColor = subBgColor;
}

function m12Over(obj){
	if (obj.className){
		obj.className = mainStyleHover12;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
		}
	else {
		obj.bgColor = mainBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
		}
}

function m12Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = mainStyle12;
		}
	else obj.bgColor = mainBgColor;
	}

// ________________________________ FINE STILE 9 __________________________________-


// ___________________________ INIZIO STILE 9 ___________________________-

function s13Over(obj){
	if (obj.className){
		obj.className = subStyleHover13;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
	}
	else {
		obj.bgColor = subBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
	}
}

function s13Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = subStyle13;
		}
	else obj.bgColor = subBgColor;
}

function m13Over(obj){
	if (obj.className){
		obj.className = mainStyleHover13;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
		}
	else {
		obj.bgColor = mainBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
		}
}

function m13Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = mainStyle13;
		}
	else obj.bgColor = mainBgColor;
	}

// ________________________________ FINE STILE 9 __________________________________-


// ___________________________ INIZIO STILE 9 ___________________________-

function s14Over(obj){
	if (obj.className){
		obj.className = subStyleHover14;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
	}
	else {
		obj.bgColor = subBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
	}
}

function s14Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = subStyle14;
		}
	else obj.bgColor = subBgColor;
}

function m14Over(obj){
	if (obj.className){
		obj.className = mainStyleHover14;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
		}
	else {
		obj.bgColor = mainBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
		}
}

function m14Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = mainStyle14;
		}
	else obj.bgColor = mainBgColor;
	}

// ________________________________ FINE STILE 9 __________________________________-

// ___________________________ INIZIO STILE 9 ___________________________-

function s15Over(obj){
	if (obj.className){
		obj.className = subStyleHover15;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
	}
	else {
		obj.bgColor = subBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
	}
}

function s15Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = subStyle15;
		}
	else obj.bgColor = subBgColor;
}

function m15Over(obj){
	if (obj.className){
		obj.className = mainStyleHover15;
		if (obj.children){
			if (obj.children.tags("A").length > 0 && obj.children.tags("A")[0].href != ""){
				obj.style.cursor = "hand";
				var link = obj.children.tags("A")[0];
				status = link.href;
								}
			else status = obj.innerText;
			}
		else if (obj.getElementsByTagName("a"))	status = obj.getElementsByTagName("a")[0].href;
		}
	else {
		obj.bgColor = mainBgColorHover;
		if (obj.document.links[0]) status = obj.document.links[0].href;
		}
}

function m15Out(obj){
	status = "";
	if (obj.className){
		obj.style.cursor = "";
		obj.className = mainStyle15;
		}
	else obj.bgColor = mainBgColor;
	}

// ________________________________ FINE STILE 9 __________________________________-
function cap(obj){
if (document.layers){
	obj.captureEvents(Event.MOUSEUP);
	obj.captureEvents(Event.MOUSEOVER);
	obj.captureEvents(Event.MOUSEOUT);
	obj.onmouseup = function (e) { clk(obj); }
	obj.onmouseover = function (e) { eval(obj.name.substring(0,1).toLowerCase() + "Over(obj);"); } 
	obj.onmouseout = function (e) {eval(obj.name.substring(0,1).toLowerCase() + "Out(obj);"); }
	}
}
