var ver = navigator.appVersion.toLowerCase();if (ver.indexOf("mac") != -1) {// platform is Macintosh	document.write('<link rel="stylesheet" href="style/LMM.Mac.css">');} else {// platform is something else, probably Windows	document.write('<link rel="stylesheet" href="style/LMM.Win.css">');}					 firm_on = new Image(168, 20)                     firm_on.src = "images/firmoverview_f2.gif"                     firm_off = new Image(168, 20)                     firm_off.src = "images/firmoverview.gif"					 attorneys_on = new Image(168, 20)                     attorneys_on.src = "images/attorneys_f2.gif"                     attorneys_off = new Image(168, 20)                     attorneys_off.src = "images/attorneys.gif"					 attorney1_on = new Image(168, 18)                     attorney1_on.src = "images/attorney1_f2.gif"                     attorney1_off = new Image(168, 18)                     attorney1_off.src = "images/attorney1.gif"					 attorney2_on = new Image(168, 18)                     attorney2_on.src = "images/attorney2_f2.gif"                     attorney2_off = new Image(168, 18)                     attorney2_off.src = "images/attorney2.gif"					 attorney3_on = new Image(168, 18)                     attorney3_on.src = "images/attorney3_f2.gif"                     attorney3_off = new Image(168, 18)                     attorney3_off.src = "images/attorney3.gif" 					 attorney4_on = new Image(168, 18)                     attorney4_on.src = "images/attorney4_f2.gif"                     attorney4_off = new Image(168, 18)                     attorney4_off.src = "images/attorney4.gif"					 attorney5_on = new Image(168, 18)                     attorney5_on.src = "images/attorney5_f2.gif"                     attorney5_off = new Image(168, 18)                     attorney5_off.src = "images/attorney5.gif"					 attorney6_on = new Image(168, 18)                     attorney6_on.src = "images/attorney6_f2.gif"                     attorney6_off = new Image(168, 18)                     attorney6_off.src = "images/attorney6.gif"					 attorney7_on = new Image(168, 18)                     attorney7_on.src = "images/attorney7_f2.gif"                     attorney7_off = new Image(168, 18)                     attorney7_off.src = "images/attorney7.gif"					 attorney8_on = new Image(168, 18)                     attorney8_on.src = "images/attorney8_f2.gif"                     attorney8_off = new Image(168, 18)                     attorney8_off.src = "images/attorney8.gif" 					 attorney9_on = new Image(168, 18)                     attorney9_on.src = "images/attorney9_f2.gif"                     attorney9_off = new Image(168, 18)                     attorney9_off.src = "images/attorney9.gif" 					 clients_on = new Image(168, 20)                     clients_on.src = "images/clients_f2.gif"                     clients_off = new Image(168, 20)                     clients_off.src = "images/clients.gif" 					 news_on = new Image(168, 20)                     news_on.src = "images/news_f2.gif"                     news_off = new Image(168, 20)                     news_off.src = "images/news.gif" 					 contact_on = new Image(168, 20)                     contact_on.src = "images/contact_f2.gif"                     contact_off = new Image(168, 20)                     contact_off.src = "images/contact.gif" 					 home_on = new Image(168, 20)                     home_on.src = "images/home_f2.gif"                     home_off = new Image(168, 20)                     home_off.src = "images/home.gif"			function chgimage(imgst,imgName){				document [imgName].src = eval(imgName + "_" + imgst + ".src");			}