var thisURL = document.location.href;
var myOutput = "";


if (thisURL.indexOf('about_')>-1) {
	myOutput += '<a href="about_overview.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image0\',\'\',\'/img/global_nav/about_us_rollover.gif\',1)"><img src="/img/global_nav/about_us_rollover.gif" alt="About Us" name="Image0" width="96" height="35" border="0" id="Image0" /></a>';
} else {
	myOutput += '<a href="about_overview.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image0\',\'\',\'/img/global_nav/about_us_rollover.gif\',1)"><img src="/img/global_nav/about_us.gif" alt="About Us" name="Image0" width="96" height="35" border="0" id="Image0" /></a>';
}
	
			myOutput += '<img src="img/global_nav/spacer_image.gif" width="28" alt="" />';
		


if (thisURL.indexOf('tips_')>-1) {
	myOutput += '<a href="tips_overview.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image1\',\'\',\'/img/global_nav/tips_tools_rollover.gif\',1)"><img src="/img/global_nav/tips_tools_rollover.gif" alt="Tips & Tools" name="Image1" width="113" height="35" border="0" id="Image1" /></a>';
} else {
	myOutput += '<a href="tips_overview.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image1\',\'\',\'/img/global_nav/tips_tools_rollover.gif\',1)"><img src="/img/global_nav/tips_tools.gif" alt="Tips & Tools" name="Image1" width="113" height="35" border="0" id="Image1" /></a>';
}
	
			myOutput += '<img src="img/global_nav/spacer_image.gif" width="28" alt="" />';
		


if (thisURL.indexOf('know_')>-1) {
	myOutput += '<a href="know_laws_overview.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image2\',\'\',\'/img/global_nav/know_the_laws_rollover.gif\',1)"><img src="/img/global_nav/know_the_laws_rollover.gif" alt="Know the Laws" name="Image2" width="137" height="35" border="0" id="Image2" /></a>';
} else {
	myOutput += '<a href="know_laws_overview.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image2\',\'\',\'/img/global_nav/know_the_laws_rollover.gif\',1)"><img src="/img/global_nav/know_the_laws.gif" alt="Know the Laws" name="Image2" width="137" height="35" border="0" id="Image2" /></a>';
}
	
			myOutput += '<img src="img/global_nav/spacer_image.gif" width="28" alt="" />';
		


if (thisURL.indexOf('news_')>-1) {
	myOutput += '<a href="news_overview.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image3\',\'\',\'/img/global_nav/news_rollover.gif\',1)"><img src="/img/global_nav/news_rollover.gif" alt="News" name="Image3" width="70" height="35" border="0" id="Image3" /></a>';
} else {
	myOutput += '<a href="news_overview.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image3\',\'\',\'/img/global_nav/news_rollover.gif\',1)"><img src="/img/global_nav/news.gif" alt="News" name="Image3" width="70" height="35" border="0" id="Image3" /></a>';
}
	
			myOutput += '<img src="img/global_nav/spacer_image.gif" width="28" alt="" />';
		


if (thisURL.indexOf('contact_')>-1) {
	myOutput += '<a href="contact_us.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image4\',\'\',\'/img/global_nav/contact_us_rollover.gif\',1)"><img src="/img/global_nav/contact_us_rollover.gif" alt="Contact Us" name="Image4" width="109" height="35" border="0" id="Image4" /></a>';
} else {
	myOutput += '<a href="contact_us.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image4\',\'\',\'/img/global_nav/contact_us_rollover.gif\',1)"><img src="/img/global_nav/contact_us.gif" alt="Contact Us" name="Image4" width="109" height="35" border="0" id="Image4" /></a>';
}
	

document.write(myOutput);