/*
  Go Man Go (www.gomango.com.au)
  
*/

var flag=false;

function imageLoad(){
    if (document.images) {
		aboutuson=new Image(); aboutuson.src = "images/menu/aboutus_on.gif";
		contactuson=new Image(); contactuson.src = "images/menu/contactus_on.gif";
		faqon=new Image(); faqon.src = "images/menu/faq_on.gif";
		getoutmoreon=new Image(); getoutmoreon.src = "images/menu/getoutmore_on.gif";
		homeon=new Image(); homeon.src = "images/menu/home_on.gif";
		linkson=new Image(); linkson.src = "images/menu/links_on.gif";
		storelocatoron=new Image(); storelocatoron.src = "images/menu/storelocator_on.gif";
		whatsnewon=new Image(); whatsnewon.src = "images/menu/whatsnew_on.gif";
		
		featureson=new Image(); featureson.src = "images/buttons/features_on.gif";
		specificationson=new Image(); specificationson.src = "images/buttons/specifications_on.gif";
		moreinfoon=new Image(); moreinfoon.src = "images/buttons/moreinfo_on.gif";
		where2buyon=new Image(); where2buyon.src = "images/buttons/where2buy_on.gif";

		flag = true;
    }
}

if (document.images){
	aboutusoff=new Image(); aboutusoff.src = "images/menu/aboutus_off.gif";
	contactusoff=new Image(); contactusoff.src = "images/menu/contactus_off.gif";
	faqoff=new Image(); faqoff.src = "images/menu/faq_off.gif";
	getoutmoreoff=new Image(); getoutmoreoff.src = "images/menu/getoutmore_off.gif";
	homeoff=new Image(); homeoff.src = "images/menu/home_off.gif";
	linksoff=new Image(); linksoff.src = "images/menu/links_off.gif";
	storelocatoroff=new Image(); storelocatoroff.src = "images/menu/storelocator_off.gif";
	whatsnewoff=new Image(); whatsnewoff.src = "images/menu/whatsnew_off.gif";
	
	featuresoff=new Image(); featuresoff.src = "images/buttons/features_off.gif";
	specificationsoff=new Image(); specificationsoff.src = "images/buttons/specifications_off.gif";
	moreinfooff=new Image(); moreinfooff.src = "images/buttons/moreinfo_off.gif";
	where2buyoff=new Image(); where2buyoff.src = "images/buttons/where2buy_off.gif";
	
	twistoff=new Image(); twistoff.src = "images/ArrowClosed.gif";
	twiston=new Image(); twiston.src = "images/ArrowOpen.gif";
}
