<!-- Hide from JavaScript-Impaired Browsers
function AboutUs(){
	if (checkVersion()) {
		btn4on = new Image(154,46);
		btn4on.src ="img/by-a-history.gif";
		btn4off = new Image(154,46);
		btn4off.src ="img/b-a-history.gif";

		btn5on = new Image(154,31);
		btn5on.src ="img/by-a-whyuse.gif";
		btn5off = new Image(154,31);
		btn5off.src ="img/b-a-whyuse.gif";

		btn6on = new Image(154,32);
		btn6on.src ="img/by-a-suggest.gif";
		btn6off = new Image(154,32);
		btn6off.src ="img/b-a-suggest.gif";

		btn7on = new Image(154,31);
		btn7on.src ="img/by-a-advertise.gif";
		btn7off = new Image(154,31);
		btn7off.src ="img/b-a-advertise.gif";

		btn8on = new Image(154,32);
		btn8on.src ="img/by-a-invest.gif";
		btn8off = new Image(154,32);
		btn8off.src ="img/b-a-invest.gif";

		btn9on = new Image(154,60);
		btn9on.src ="img/bby-m-skillhelp.gif";		
		btn9off = new Image(154,60);
		btn9off.src ="img/bb-m-skillhelp.gif";

		btn10on = new Image(134,30);
		btn10on.src ="img/bby-m-emp1.gif";		
		btn10off = new Image(134,30);
		btn10off.src ="img/bb-m-emp1.gif";

		btn11on = new Image(134,30);
		btn11on.src ="img/bby-m-link1.gif";		
		btn11off = new Image(134,30);
		btn11off.src ="img/bb-m-link1.gif";
		
		btn12on = new Image(154,46);
		btn12on.src ="img/by-a-topregion.gif";
		btn12off = new Image(154,46);
		btn12off.src ="img/b-a-topregion.gif";
		
		btn13on = new Image(154,46);
		btn13on.src ="img/by-a-topsports.gif";
		btn13off = new Image(154,46);
		btn13off.src ="img/b-a-topsports.gif";
	}
} 

if (checkVersion()) {
	btn1on = new Image(81,29);
	btn1on.src ="img/by-about.gif";			
	btn1off = new Image(81,29);
	btn1off.src ="img/b-about.gif";	

	btn2on = new Image(110,29);
	btn2on.src ="img/by-signup.gif";
	btn2off = new Image(110,29);
	btn2off.src ="img/b-signup.gif";			

	btn3on = new Image(83,29);
	btn3on.src ="img/by-home.gif";			
	btn3off = new Image(83,29);
	btn3off.src ="img/b-home.gif";
	
	AboutUs();
}
// End Hiding -->
