function body_tag() { //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); var jsp = /\.jsp/i; var servlet = /servlet/i; var result = url.match(jsp); var result2 = dir.match(servlet); // This is used for the bookmark functionality var name = escape(document.title); if ( (document.title == null) || (document.title == "") ) { name = "American Bar Assocation"; } document.write(""); document.write("
"); /*HM_Loader.js * by Peter Belesis. v4.1.2 011030 * Copyright (c) 2001 Peter Belesis. All Rights Reserved. */ HM_DOM = (document.getElementById) ? true : false; HM_NS4 = (document.layers) ? true : false; HM_IE = (document.all) ? true : false; HM_IE4 = HM_IE && !HM_DOM; HM_Mac = (navigator.appVersion.indexOf("Mac") != -1); HM_IE4M = HM_IE4 && HM_Mac; HM_Opera = (navigator.userAgent.indexOf("Opera")!=-1); HM_Konqueror = (navigator.userAgent.indexOf("Konqueror")!=-1); HM_IsMenu = !HM_Opera && !HM_Konqueror && !HM_IE4M && (HM_DOM || HM_NS4 || HM_IE4); HM_BrowserString = HM_NS4 ? "NS4" : HM_DOM ? "DOM" : "IE4"; if(window.event + "" == "undefined") event = null; function HM_f_PopUp(){return false}; function HM_f_PopDown(){return false}; popUp = HM_f_PopUp; popDown = HM_f_PopDown; HM_PG_MenuWidth = 200; HM_PG_FontFamily = "Arial,sans-serif"; HM_PG_FontSize = 8; HM_PG_FontBold = 1; HM_PG_FontItalic = 0; HM_PG_FontColor = "blue"; HM_PG_FontColorOver = "white"; HM_PG_BGColor = "green"; HM_PG_BGColorOver = "#FFCCCC"; HM_PG_ItemPadding = 4; HM_PG_BorderWidth = 2; HM_PG_BorderColor = "black"; HM_PG_BorderStyle = "solid"; HM_PG_SeparatorSize = 2; HM_PG_SeparatorColor = "#d0ff00"; HM_PG_ImageSrc = "HM_More_black_right.gif"; HM_PG_ImageSrcLeft = "HM_More_black_left.gif"; HM_PG_ImageSrcOver = "HM_More_white_right.gif"; HM_PG_ImageSrcLeftOver = "HM_More_white_left.gif"; HM_PG_ImageSize = 5; HM_PG_ImageHorizSpace = 0; HM_PG_ImageVertSpace = 2; HM_PG_KeepHilite = true; HM_PG_ClickStart = 0; HM_PG_ClickKill = false; HM_PG_ChildOverlap = 20; HM_PG_ChildOffset = 10; HM_PG_ChildPerCentOver = null; HM_PG_TopSecondsVisible = .5; HM_PG_StatusDisplayBuild =0; HM_PG_StatusDisplayLink = 0; HM_PG_UponDisplay = null; HM_PG_UponHide = null; HM_PG_RightToLeft = 0; HM_PG_CreateTopOnly = 0; HM_PG_ShowLinkCursor = 1; HM_PG_NSFontOver = true; // the following function is included to illustrate the improved JS expression handling of // the left_position and top_position parameters // you may delete if you have no use for it function HM_f_CenterMenu(topmenuid) { var MinimumPixelLeft = 0; var TheMenu = HM_DOM ? document.getElementById(topmenuid) : HM_IE4 ? document.all(topmenuid) : eval("window." + topmenuid); var TheMenuWidth = HM_DOM ? parseInt(TheMenu.style.width) : HM_IE4 ? TheMenu.style.pixelWidth : TheMenu.clip.width; var TheWindowWidth = HM_IE ? document.body.clientWidth : window.innerWidth; return Math.max(parseInt((TheWindowWidth-TheMenuWidth) / 2),MinimumPixelLeft); } /* if(HM_IsMenu) { document.write("| "); document.write(" | ");
}
function MemberWindow(){MemWin = window.open ('/scripts/membersonly/mologonsplash.asp', '', 'scrollbars=yes,width=600,height=500')}
function doNothing() {}
var browsername="0"
var browser="0";
browsername=navigator.appName;
if (browsername.indexOf("Netscape")!=-1) {browsername="NS"}
if (browsername.indexOf("Microsoft")!=-1) {browsername="MSIE"}
var isNS6 = (navigator.userAgent.indexOf("Gecko") > 0) ? 1 : 0;
if (isNS6){browsername="NS";browser="6"}
if (navigator.appVersion.charAt(0)=="4") {browser="4"};
//if (navigator.appVersion.indexOf("4.0")!=-1) {browser="4"};
if ((browsername=="NS" || browsername=="MSIE") && (browser=="4" || browser=="6")) {
doNothing()}
else
{alert("Your browser version is earlier than 4.x. This website may not function properly. Please obtain the latest version of your browser for proper JavaScript functionality.")}
if (document.images) {
bottomBlu = new Image
bottomPurp = new Image
bottomBlu.src = "/img/blu.gif"
bottomPurp.src = "/img/purp.gif"
}
else {
bottomBlu = ""
bottomPurp = ""
bottomDefault = ""
}
function loadfooter() {
document.write("
");
if (entity_name == "" && entity_street == "" && entity_street2 == "" && entity_city == "" && entity_state == "" && entity_zip== "" && entity_phone== "" && entity_fax== "" && entity_email== "") {}
else {
document.write("Contact information: ")
}
/*
document.write("") if (entity_name != "") {document.write(entity_name + " ")} if (entity_street != "") {document.write(entity_street)} if (entity_street2 == "") {document.write(" ")} else {document.write(", " + entity_street2 + " ")} if (entity_city != "") {document.write(entity_city)} if (entity_state != "") {document.write(", " + entity_state)} if (entity_zip != "") {document.write(", " + entity_zip + " ")} if (entity_phone != "") {document.write("phone: " + entity_phone + " ")} if (entity_fax != "") {document.write("fax: " + entity_fax + " ")} if (entity_email != "") {document.write("" + entity_email + "")} document.write("
|