<!-- Hide Script from old browsers
//begin rollover script
if (document.images) {
	aboutusOn = new Image();
	aboutusOn.src = "images/homepage/hmaboutus-w.gif";
	memberOn = new Image();
	memberOn.src = "images/homepage/hmmembership-w.gif";
	newsOn = new Image();
	newsOn.src = "images/homepage/hmnews-w.gif";
	faqOn = new Image();
	faqOn.src = "images/homepage/hmfaq-w.gif";
	inquiryOn = new Image();
	inquiryOn.src = "images/homepage/hminquiry-w.gif";
	contactusOn = new Image();
	contactusOn.src = "images/homepage/hmcontactus-w.gif";
	
			
	aboutusOff = new Image();
	aboutusOff.src = "images/homepage/hmaboutus.gif";
	memberOff = new Image();
	memberOff.src = "images/homepage/hmmembership.gif";
	newsOff = new Image();
	newsOff.src = "images/homepage/hmnews.gif";
	faqOff = new Image();
	faqOff.src = "images/homepage/hmfaq.gif";
	inquiryOff = new Image();
	inquiryOff.src = "images/homepage/hminquiry.gif";
	contactusOff = new Image();
	contactusOff.src = "images/homepage/hmcontactus.gif";
}
else {
	aboutusOn = "";
	aboutusOff = "";
	memberOn = "";
	memberOff = "";
	newsOn = "";
	newsOff = "";
	faqOn = "";
	faqOff = "";
	inquiryOn = "";
	inquiryOff = "";
	contactusOn = "";
	contactusOff = "";
	
}
// End hiding script from old browsers -->