var clicked=""
var gtype=".gif"
var selstate="_over"
if (typeof(loc)=="undefined" || loc==""){
	var loc=""
	if (document.body&&document.body.innerHTML){
		var tt = document.body.innerHTML.toLowerCase();
		var last = tt.indexOf("m.js\"");
		if (last>0){
			var first = tt.lastIndexOf("\"", last);
			if (first>0 && first<last) loc = document.body.innerHTML.substr(first+1,last-first-1);
		}
	}
}

document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");
tr(false);
writeButton(loc+"","Home.html","",0,0,"HOME","_top",0);
writeButton(loc+"","Biography.html","",0,0,"BIOGRAPHY","_top",0);
writeButton(loc+"","Gallery.html","",0,0,"GALLERY","_top",0);
writeButton(loc+"","Events.html","",0,0,"EVENTS","_top",0);
writeButton(loc+"","Links.html","",0,0,"LINKS","_top",0);
writeButton(loc+"","Contatti.html","",0,0,"CONTACTS","_top",0);

tr(true);
document.write("</tr></table>")
loc="";

function tr(b){if (b) document.write("<tr>");else document.write("</tr>");}

function writeButton(urld, url, name, w, h, alt, target, hsp)
{
	gname = name;
	while(typeof(document[name])!="undefined") name += "x";
	tr(true);
	document.write("<td>");
	
	if (target != "") target = " target=\"" + target + "\"";
	
	if (url != "") url = " href=\"" + urld + url + "\"";
	
	document.write("<a " + url + name + target + ">");	
	
	if (hsp == -1) hsp =" align=\"right\"";
	else if (hsp > 0) hsp = " hspace=\""+hsp+"\"";
	else hsp = "";
	document.write(alt + "</a></td>");
	tr(false);
}
