function myOnload() { if (oldonload) { eval(oldonload) } var IE = /*@cc_on!@*/false; var theBcrumb = document.getElementById("cShellBcrumb"); var theBcrumbP = theBcrumb.childNodes[1]; //var theBcrumbContent = document.getElementById("cShellBcrumb").childNodes[1].innerHTML; //document.getElementById("cShellBcrumb").childNodes[0].innerHTML = ""; //var inlineList = document.getElementById("cShellBcrumb"); /*for (i=0; iA A A'; /*bCrumbSpan.innerHTML = newBcrumbContent;*/ myNewSpan.innerHTML = newSpanContent; /*theBcrumb.replaceChild(newBcrumbP,theBcrumbP);*/ if (IE) { document.getElementById("cShellBcrumb").childNodes[0].appendChild(myNewSpan); } else { theBcrumbP.appendChild(myNewSpan); } } function winLoad() { alert( 'in WinLoad' ) } function fontSizer(whichone) { var outClass = ""; var currentId = ""; var thisId = document.getElementById(whichone); var allClasses = thisId.className.split(" "); switch(thisId.getAttribute("id")){ case("fontsize0"): document.body.style.fontSize = "76%"; break; case("fontsize1"): document.body.style.fontSize = "85%"; break; case("fontsize2"): document.body.style.fontSize = "93%"; break; } for (i=0; i<3; i++) { if (document.getElementById("fontsize" + i) == thisId ){ document.getElementById("fontsize" + i).className += " selectedFontSize"; document.getElementById("fontsize" + i).removeAttribute("href"); } else { var allClasses = document.getElementById("fontsize" + i).className.split(" "); for (var j=0; j