if (document.images)
{
	home_nav_home_on = new Image();      
	home_nav_home_on.src = "/images/home_nav_home_on.gif"; 
	
	home_nav_aboutus_on = new Image();      
	home_nav_aboutus_on.src = "/images/home_nav_aboutus_on.gif"; 
	
	home_nav_whatdirectorssay_on = new Image();      
	home_nav_whatdirectorssay_on.src = "/images/home_nav_whatdirectorssay_on.gif"; 
	
	home_nav_applicationform_on = new Image(); 
	home_nav_applicationform_on.src = "/images/home_nav_applicationform_on.gif";
	
//	home_nav_member_on = new Image();
//	home_nav_member_on.src = "/images/home_nav_member_on.gif";
	
	home_nav_termsconditions_on = new Image();
	home_nav_termsconditions_on.src = "/images/home_nav_termsconditions_on.gif";
	
	home_nav_features_on = new Image();
	home_nav_features_on.src = "/images/home_nav_features_on.gif";
	
	home_nav_product_on = new Image();
	home_nav_product_on.src = "/images/home_nav_product_on.gif";
	
	home_nav_employment_on = new Image();
	home_nav_employment_on.src = "/images/home_nav_employment_on.gif";
	
	home_nav_features_on = new Image();
	home_nav_features_on.src = "/images/home_nav_features_on.gif";
	
	home_nav_contactus_on = new Image();
	home_nav_contactus_on.src = "/images/home_nav_contactus_on.gif";
	
	home_nav_home_off = new Image();      
	home_nav_home_off.src = "/images/home_nav_home.gif"; 
	
	home_nav_aboutus_off = new Image();      
	home_nav_aboutus_off.src = "/images/home_nav_aboutus.gif"; 
	
	home_nav_whatdirectorssay_off = new Image();      
	home_nav_whatdirectorssay_off.src = "/images/home_nav_whatdirectorssay.gif"; 
	
	home_nav_applicationform_off = new Image(); 
	home_nav_applicationform_off.src = "/images/home_nav_applicationform.gif";
	
//	home_nav_member_off = new Image();
//	home_nav_member_off.src = "/images/home_nav_member.gif";
	
	home_nav_termsconditions_off = new Image();
	home_nav_termsconditions_off.src = "/images/home_nav_termsconditions.gif";
	
	home_nav_features_off = new Image();
	home_nav_features_off.src = "/images/home_nav_features.gif";
	
	home_nav_product_off = new Image();
	home_nav_product_off.src = "/images/home_nav_product.gif";
	
	home_nav_employment_off = new Image();
	home_nav_employment_off.src = "/images/home_nav_employment.gif";
	
	home_nav_contactus_off = new Image();
	home_nav_contactus_off.src = "/images/home_nav_contactus.gif";

}

function mouseOn(imgName)
{
	if (document.images)
		document[imgName].src = eval(imgName + "_on.src");
}

function mouseOff(imgName)
{
	if (document.images)
		document[imgName].src = eval(imgName + "_off.src");
}
