function init(){Nifty("#postnav a","transparent");Nifty("ul#nav2 a","small transparent top");writeIt()}function getWorksheet(a){alert("whichSheet "+a);window.location.href=a}function changeImage(b,a){if(document.images){document.images[b].src=a;return a}}function toggleDiv(b,a){if(document.getElementById(b).style.display=="none"){document.getElementById(b).style.display="block";document.getElementById(a).innerHTML="+"}else{document.getElementById(b).style.display="none";document.getElementById(a).innerHTML="&minus;"}}function toggleAns(b,a){s=b;e=a;if(document.getElementById){if(s==e){document.getElementById("answer"+s).style.display="block"}if(s!=e){p=a+1;for(i=s;i++;i<p){document.getElementById("answer"+i).style.display="block"}}}return undefined}function showAns(b,a){s=b;e=a;if(document.getElementById){if(s==e){document.getElementById("answer"+s).style.visibility="visible"}if(s!=e){p=a+1;for(i=s;i++;i<p){document.getElementById("answer"+i).style.visibility="visible"}}}}function displayAns(b,a){s=b;e=a;if(document.getElementById){if(s==e){document.getElementById("answer"+s).style.display="block"}if(s!=e){p=a+1;for(i=s;i++;i<p){document.getElementById("answer"+i).style.display="block"}}}return undefined}function crossOut(b,a){s=b;e=a;if(document.getElementById){if(s==e){document.getElementById("crossOut"+s).className="crossOutRed"}if(s!=e){p=a+1;for(i=s;i++;i<p){document.getElementById("crossOut"+i).className="crossOutRed"}}}return undefined};