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("andybar.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+"","inaufraghiditalia.htm","andybar_b1",150,23,"I naufraghi d'italia","",0);
writeButton(loc+"","acrobati.htm","andybar_b2",150,23,"Acrobati","",0);
writeButton(loc+"","lasfida.htm","andybar_b3",150,23,"La sfida","",0);
writeButton(loc+"","vitaaportechiuse.htm","andybar_b4",150,23,"Vita a porte chiuse","",0);
writeButton(loc+"","2gennaio2006.htm","andybar_b5",150,23,"2 gennaio 2006","",0);
writeButton(loc+"","occhispalancatichiusi.htm","andybar_b6",150,23,"Occhi spalancati chiusi","",0);
writeButton(loc+"","eppurelabefana.htm","andybar_b7",150,23,"Eppure la Befana.....","",0);
writeButton(loc+"","postbefana.htm","andybar_b8",150,23,"Post Befana","",0);
writeButton(loc+"","letteraaipastori.htm","andybar_b9",150,23,"Lettera ai pastori","",0);
writeButton(loc+"","tamataelalleanza.htm","andybar_b10",150,23,"Tamata e l'alleanza","",0);
writeButton(loc+"","mattiolicomit.htm","andybar_b11",150,23,"Mattioli Comit","",0);
writeButton(loc+"","tagliaecuci.htm","andybar_b12",150,23,"Taglia e cuci","",0);
writeButton(loc+"","letteraaperta.htm","andybar_b13",150,23,"Lettera aperta,,,,,","",0);
writeButton(loc+"","leggoinemetro.htm","andybar_b14",150,23,"Leggo in E Metro","",0);
writeButton(loc+"","ledonneicontilisannofare.htm","andybar_b15",150,23,"Le donne i conti....","",0);
writeButton(loc+"","abbiamofattobreccia.htm","andybar_b16",150,23,"Abbiamo fatto breccia!","",0);
writeButton(loc+"","raccoltaalimentare.htm","andybar_b17",150,23,"Raccolta alimentare","",0);
writeButton(loc+"","bruciato.htm","andybar_b18",150,23,"Bruciato","",0);
writeButton(loc+"","prendimi.htm","andybar_b19",150,23,"Prendimi tanto.......","",0);
writeButton(loc+"","post11febbraio.htm","andybar_b20",150,23,"Post 11 febbraio","",0);
writeButton(loc+"","labottegadimarzia.htm","andybar_b21",150,23,"La bottega di Marzia","",0);
writeButton(loc+"","vulesseaddeventare.htm","andybar_b22",150,23,"Vulesse addeventare","",0);
writeButton(loc+"","unappellostesoalsole.htm","andybar_b23",150,23,"Lidia come Presidente","",0);
writeButton(loc+"","iononcelafacciolottomarzo.htm","andybar_b24",150,23,"Io non ce la faccio.....","",0);
writeButton(loc+"","un8marzotuttodaridere.htm","andybar_b25",150,23,"Un 8 marzo tutto da ridere","",0);
writeButton(loc+"","21marzonewroz.htm","andybar_b26",150,23,"21 marzo - Newroz","",0);
writeButton(loc+"","giornatedimarzo.htm","andybar_b27",150,23,"Giornate di marzo","",0);
writeButton(loc+"","letteraaprodi.htm","andybar_b28",150,23,"Lettera a Prodi","",0);
writeButton(loc+"","rifiutiingombranti.htm","andybar_b29",150,23,"Rifiuti ingombranti","",0);
tr(true);
document.write("</tr></table>")
loc="";

function tr(b){if (b) document.write("<tr>");else document.write("</tr>");}

function turn_over(name) {
	if (document.images != null && clicked != name) {
		document[name].src = document[name+"_over"].src;
	}
}

function turn_off(name) {
	if (document.images != null && clicked != name) {
		document[name].src = document[name+"_off"].src;
	}
}

function reg(gname,name)
{
if (document.images)
	{
	document[name+"_off"] = new Image();
	document[name+"_off"].src = loc+gname+gtype;
	document[name+"_over"] = new Image();
	document[name+"_over"].src = loc+gname+"_over"+gtype;
	}
}

function evs(name){ return " onmouseover=\"turn_over('"+ name + "')\" onmouseout=\"turn_off('"+ name + "')\""}

function writeButton(urld, url, name, w, h, alt, target, hsp)
{
	gname = name;
	while(typeof(document[name])!="undefined") name += "x";
	reg(gname, name);
	tr(true);
	document.write("<td>");
	if (alt != "") alt = " alt=\"" + alt + "\"";
	if (target != "") target = " target=\"" + target + "\"";
	if (w > 0) w = " width=\""+w+"\""; else w = "";
	if (h > 0) h = " height=\""+h+"\""; else h = "";	
	if (url != "") url = " href=\"" + urld + url + "\"";
	
	document.write("<a " + url + evs(name) + target + ">");	
	
	if (hsp == -1) hsp =" align=\"right\"";
	else if (hsp > 0) hsp = " hspace=\""+hsp+"\"";
	else hsp = "";
	
	document.write("<img src=\""+loc+gname+gtype+"\" name=\"" + name + "\"" + w + h + alt + hsp + " border=\"0\" /></a></td>");
	tr(false);
}
