
// JavaScript Document
<!--
if (document.getElementById) {
	document.write ('<div style="position:absolute;top:-100px;left:0px;height:75px;width:750px;overflow:scroll" id="preloadsubpage">');
	document.write ('<img src="images/subnav_about_on.gif" width="196" height="20" alt="" border="0">');
	document.write ('<img src="images/subnav_businesses_on.gif" width="196" height="20" alt="" border="0">');
	document.write ('<img src="images/subnav_contact_on.gif" width="196" height="25" alt="" border="0">');
	document.write ('<img src="images/subnav_future_on.gif" width="196" height="25" alt="" border="0">');
	document.write ('<img src="images/subnav_history_on.gif" width="196" height="25" alt="" border="0">');
	document.write ('<img src="images/subnav_newsletter_on.gif" width="196" height="25" alt="" border="0">');
	document.write ('');
	document.write ('</div>');
}
//--->
