var clicked="" var gtype=".jpg" 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("bravado_menu_superior.js\""); if (last>0){ var first = tt.lastIndexOf("\"", last); if (first>0 && first"); document.write("\"\""); tr(false); writeButton(loc+"","../../../bravado_home.htm","bravado_menu_superior_b1",82,16,"Página Principal","principal",0); writeButton(loc+"","../../../bravado_historia.htm","bravado_menu_superior_b2",82,16,"História da Banda","principal",0); writeButton(loc+"","../../../bravado_fotos.htm","bravado_menu_superior_b3",82,16,"Fotos da Banda","principal",0); writeButton(loc+"","../../../bravado_letras_inicial.htm","bravado_menu_superior_b4",82,16,"Todos os discos com letras traduzidas","principal",0); writeButton(loc+"","../../../bravado_links.htm","bravado_menu_superior_b5",82,16,"Sites interessantes sobre a Banda","principal",0); writeButton(loc+"","../../../bravado_creditos.htm","bravado_menu_superior_b6",82,16,"Créditos e Contato","principal",0); tr(true); document.write("\"\""); document.write("") loc=""; function tr(b){} 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(""); 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(""); if (hsp == -1) hsp =" align=\"right\""; else if (hsp > 0) hsp = " hspace=\""+hsp+"\""; else hsp = ""; document.write(""); tr(false); }