<!--	
	imageHom= strImagePath + "nav/home.jpg";	
	imageHom_ov= strImagePath + "nav/homeov.jpg";
	
	imageAbo= strImagePath + "nav/aboutus.jpg";	
	imageAbo_ov= strImagePath + "nav/aboutusov.jpg";	

	imageOverview= strImagePath + "nav/overview.jpg";	
	imageOverview_ov= strImagePath + "nav/overviewov.jpg";
	
	imageCorporate= strImagePath + "nav/corpinfo.jpg";	
	imageCorporate_ov= strImagePath + "nav/corpinfoov.jpg";
	
	imagePro= strImagePath + "nav/ourproduct.jpg";	
	imagePro_ov= strImagePath + "nav/ourproductov.jpg";	

	imageFruit= strImagePath + "nav/fruit.jpg";	
	imageFruit_ov= strImagePath + "nav/fruitov.jpg";
	
	imageVege= strImagePath + "nav/vegetable.jpg";	
	imageVege_ov= strImagePath + "nav/vegetableov.jpg";

	imageQua= strImagePath + "nav/ourquality.jpg";	
	imageQua_ov= strImagePath + "nav/ourqualityov.jpg";

	imagefarmMngment = strImagePath + "nav/farmManage.jpg";	
	imagefarmMngment_ov = strImagePath + "nav/farmManageov.jpg";
	
	imageprocPack = strImagePath + "nav/proc&pack.jpg";	
	imageprocPack_ov = strImagePath + "nav/proc&packov.jpg";
	
	imagepackFresh =  strImagePath + "nav/pack&fresh.jpg";	
	imagepackFresh_ov = strImagePath + "nav/pack&freshov.jpg";
	
	imageinsCert =  strImagePath + "nav/insp&cert.jpg";	
	imageinsCert_ov = strImagePath + "nav/insp&certov.jpg";

	imageCus= strImagePath + "nav/ourcustomer.jpg";	
	imageCus_ov= strImagePath + "nav/ourcustomerov.jpg";

	imageFee= strImagePath + "nav/feedback.jpg";	
	imageFee_ov= strImagePath + "nav/feedbackov.jpg";

	imageCon= strImagePath + "nav/contactus.jpg";	
	imageCon_ov= strImagePath + "nav/contactusov.jpg";

	imageSit= strImagePath + "nav/sitemap.jpg";	
	imageSit_ov= strImagePath + "nav/sitemapov.jpg";
	
	strURL = document.location.href;
	
	if (strURL.indexOf("/index") >= 0)
		imageHom = imageHom_ov;
		
	if (strURL.indexOf("/aboutus") >= 0 || strURL.indexOf("/corporate") >= 0 )
		imageAbo = imageAbo_ov;

	if (strURL.indexOf("/aboutus") >= 0)
		imageOverview = imageOverview_ov;	
	
	if (strURL.indexOf("/corporate") >= 0 )
		imageCorporate = imageCorporate_ov;	

	if (strURL.indexOf("/fruit") >= 0 || strURL.indexOf("/vegetable") >= 0)
		imagePro = imagePro_ov;	
		
	if (strURL.indexOf("/fruit") >= 0)
		imageFruit = imageFruit_ov;
		
	if (strURL.indexOf("/vegetable") >= 0)
		imageVege = imageVege_ov;
		
	if (strURL.indexOf("/ourquality") >= 0)
		imageQua = imageQua_ov;

	if (strURL.indexOf("/ourquality02.htm#farmMngment") >= 0 || strURL.indexOf("/ourquality02.htm#procPack") >= 0)
	{
		imagefarmMngment = imagefarmMngment_ov;
		imageprocPack = imageprocPack_ov;
	}

	if (strURL.indexOf("/ourquality03.htm#packFresh") >= 0 || strURL.indexOf("/ourquality03.htm#insCert") >= 0)
	{
		imagepackFresh = imagepackFresh_ov;
		imageinsCert = imageinsCert_ov;	
	}

	if (strURL.indexOf("/ourcustomer") >= 0)
		imageCus = imageCus_ov;
		
	if (strURL.indexOf("/feedback") >= 0)
		imageFee = imageFee_ov;
		
	if (strURL.indexOf("/contactus") >= 0)
		imageCon = imageCon_ov;
		
	if (strURL.indexOf("/sitemap") >= 0)
		imageSit = imageSit_ov;		
//-->	
	

