// Menu Builder var oITax, oCNP, oSB, oTI; function callTaxOver1() { //alert("check !"); oITax.src = "/tax/taxtips4u/2images/itax_over.gif"; oG1.src= "/tax/taxtips4u/2images/gola_over.gif" } function callTaxOut1() { oITax.src = "/tax/taxtips4u/2images/itax.gif"; oG1.src= "/tax/taxtips4u/2images/gola.gif" } function callTaxOver2() { oCNP.src = "/tax/taxtips4u/2images/cnp_over.gif"; oG2.src= "/tax/taxtips4u/2images/gola_over.gif" } function callTaxOut2() { oCNP.src = "/tax/taxtips4u/2images/cnp.gif"; oG2.src= "/tax/taxtips4u/2images/gola.gif" } function callTaxOver3() { oSB.src = "/tax/taxtips4u/2images/sb_over.gif"; oG3.src= "/tax/taxtips4u/2images/gola_over.gif" } function callTaxOut3() { oSB.src = "/tax/taxtips4u/2images/sb.gif"; oG3.src= "/tax/taxtips4u/2images/gola.gif" } function callTaxOver4() { oTI.src = "/tax/taxtips4u/2images/til_over.gif"; oG4.src= "/tax/taxtips4u/2images/gola_over.gif" } function callTaxOut4() { oTI.src = "/tax/taxtips4u/2images/til.gif"; oG4.src= "/tax/taxtips4u/2images/gola.gif" } function getReferences() { oITax = document.getElementById("imgTax"); oCNP = document.getElementById("imgCNP"); oSB = document.getElementById("imgSB"); oTI = document.getElementById("imgTI"); oG1 = document.getElementById("imgG1"); oG2 = document.getElementById("imgG2"); oG3 = document.getElementById("imgG3"); oG4 = document.getElementById("imgG4"); } function body_tag() { // This is used for the bookmark functionality var name = escape(document.title); if ( (document.title == null) || (document.title == "") ) { name = "American Bar Assocation"; } //Calculate filename and path for query string //for printview function var dir = location.href.substring(0,location.href.lastIndexOf('/')+1); var url = location.href.substring(dir.length,location.href.length+1); document.write("Bookmark This PagePrinter-Friendly Format"); }