if(document.images){image1_off=new Image(123,11);image1_off.src="images/home1.gif";image2_off=new Image(123,11);image2_off.src="images/global1.gif";image3_off=new Image(123,11);image3_off.src="images/thought1.gif";image4_off=new Image(123,11);image4_off.src="images/about1.gif";image5_off=new Image(123,11);image5_off.src="images/practices1.gif";image6_off=new Image(123,11);image6_off.src="images/consultants1.gif";go_on=new Image(19,19);go_on.src="images/go.gif";go_off=new Image(19,19);go_off.src="images/go_grey.gif";go_on_arrow=new Image(35,26);go_on_arrow.src="images/blue_go_arrows.gif";go_off_arrow=new Image(35,26);go_off_arrow.src="images/grey_go_arrows.gif";image1=new Image(123,11);image1.src="images/home2.gif";image2=new Image(123,11);image2.src="images/global2.gif";image3=new Image(123,11);image3.src="images/thought2.gif";image4=new Image(123,11);image4.src="images/about2.gif";image5=new Image(123,11);image5.src="images/practices2.gif";image6=new Image(123,11);image6.src="images/consultants2.gif";}function printPrep(){document.getElementById("footerImg").src="images/footer_print.gif";}function change1(_1,_2){if(document.images){imgOn=eval(_2+".src");document.getElementById(_1).src=imgOn;}}function thought_off(){document.getElementById("popText").innerHTML="";document.getElementById("popText").style.border="";document.getElementById("toolTip").style.display="none";}function thought_on(_3,_4,_5){var x=380;var y=_5.parentNode.offsetTop;var _8=100;var _9;if(self.innerHeight){_9=self.innerHeight+self.pageYOffset;}else{if(document.documentElement&&document.documentElement.clientHeight){_9=document.documentElement.clientHeight+document.documentElement.scrollTop;_8=100;}else{if(document.body){_9=document.body.clientHeight+document.body.scrollTop;_8=100;}}}document.getElementById("popTitle").innerHTML=_3;document.getElementById("popText").innerHTML=_4;if(_4.length<1){document.getElementById("popText").style.border="none";}else{}document.getElementById("toolTip").style.display="block";document.getElementById("toolTip").style.top=y+"px";document.getElementById("toolTip").style.left=x+"px";opacity("toolTip",_8,100,500);}function opacity(id,_b,_c,_d){var _e=Math.round(_d/100);var _f=0;if(_b>_c){for(i=_b;i>=_c;i--){setTimeout("changeOpac("+i+",'"+id+"')",(_f*_e));_f++;}}else{if(_b<_c){for(i=_b;i<=_c;i++){setTimeout("changeOpac("+i+",'"+id+"')",(_f*_e));_f++;}}}}function changeOpac(_10,id){var _12=document.getElementById(id).style;_12.opacity=(_10/100);_12.MozOpacity=(_10/100);_12.KhtmlOpacity=(_10/100);_12.filter="alpha(opacity="+_10+")";}