document.write('<style type="text/css">#daintreeMenuItems, #kimberleyMenuItems, #OutbackQldMenuItems, #RedCentreMenuItems, #IslandsMenuItems, #TasmaniaMenuItems { visibility: hidden; }</style>');
RolloverInited = 0;

function showHideMenu(szDivID, iState) // 1 visible, 0 hidden
{
    if(document.layers)	   //NN4+
    {
       document.layers[szDivID].visibility = iState ? "show" : "hide";
    }
    else if(document.getElementById)	  //gecko(NN6) + IE 5+
    {
        var obj = document.getElementById(szDivID);
        obj.style.visibility = iState ? "visible" : "hidden";
    }
    else if(document.all)	// IE 4
    {
        document.all[szDivID].style.visibility = iState ? "visible" : "hidden";
    }
}
function Rollover() {
 if (document.images) {
 
	dain_off = new Image();
	dain_off.src = "/images/homepage/homepage_image_daintree.jpg";
	dain_on = new Image();
	dain_on.src = "/images/homepage/homepage_image_daintree_on.jpg";

	silk_off = new Image();
	silk_off.src = "/images/homepage/menu_nav_silky.gif";
	silk_on = new Image();
	silk_on.src  = "/images/homepage/menu_nav_silky_on.gif";
	
	kimberley_off = new Image();
	kimberley_off.src = "/images/homepage/homepage_image_kimberley.jpg";
	kimberley_on = new Image();
	kimberley_on.src  = "/images/homepage/homepage_image_kimberley_on.jpg";
	
	qld_off = new Image();
	qld_off.src = "/images/homepage/homepage_image_outbackqld.jpg";
	qld_on = new Image();
	qld_on.src  = "/images/homepage/homepage_image_outbackqld_on.jpg";
	
	wps_off = new Image();
	wps_off.src = "/images/homepage/menu_nav_wrotham.gif";
	wps_on = new Image();
	wps_on.src  = "/images/homepage/menu_nav_wrotham_on.gif";
	
	isl_off = new Image();
	isl_off.src = "/images/homepage/homepage_image_island.jpg";
	isl_on = new Image();
	isl_on.src  = "/images/homepage/homepage_image_island_on.jpg";
	
	beb_off = new Image();
	beb_off.src = "/images/homepage/menu_nav_bedarra.gif";
	beb_on = new Image();
	beb_on.src  = "/images/homepage/menu_nav_bedarra_on.gif";
	
	bmp_off = new Image();
	bmp_off.src = "/images/homepage/menu_nav_brampton.gif";
	bmp_on = new Image();
	bmp_on.src  = "/images/homepage/menu_nav_brampton_on.gif";
	
	dki_off = new Image();
	dki_off.src = "/images/homepage/menu_nav_dunk.gif";
	dki_on = new Image();
	dki_on.src  = "/images/homepage/menu_nav_dunk_on.gif";
	
	hrn_off = new Image();
	hrn_off.src = "/images/homepage/menu_nav_heron.gif";
	hrn_on = new Image();
	hrn_on.src  = "/images/homepage/menu_nav_heron_on.gif";
	
	lzr_off = new Image();
	lzr_off.src = "/images/homepage/menu_nav_lizard.gif";
	lzr_on = new Image();
	lzr_on.src  = "/images/homepage/menu_nav_lizard_on.gif";
	
	wil_off = new Image();
	wil_off.src = "/images/homepage/menu_nav_wilson.gif";
	wil_on = new Image();
	wil_on.src  = "/images/homepage/menu_nav_wilson_on.gif";
	
	red_off = new Image();
	red_off.src = "/images/homepage/homepage_image_redcentre.jpg";
	red_on = new Image();
	red_on.src  = "/images/homepage/homepage_image_redcentre_on.jpg";
	
	long_off = new Image();
	long_off.src = "/images/homepage/menu_nav_longitude.gif";
	long_on = new Image();
	long_on.src  = "/images/homepage/menu_nav_longitude_on.gif";
	
	asr_off = new Image();
	asr_off.src = "/images/homepage/menu_nav_alice.gif";
	asr_on = new Image();
	asr_on.src  = "/images/homepage/menu_nav_alice_on.gif";
	
	arr_off = new Image();
	arr_off.src = "/images/homepage/menu_nav_ayers.gif";
	arr_on = new Image();
	arr_on.src  = "/images/homepage/menu_nav_ayers_on.gif";
	
	kcr_off = new Image();
	kcr_off.src = "/images/homepage/menu_nav_kings.gif";
	kcr_on = new Image();
	kcr_on.src  = "/images/homepage/menu_nav_kings_on.gif";
	
	tas_off = new Image();
	tas_off.src = "/images/homepage/homepage_image_tasmania.jpg";
	tas_on = new Image();
	tas_on.src  = "/images/homepage/homepage_image_tasmania_on.jpg";
	
	cml_off = new Image();
	cml_off.src = "/images/homepage/menu_nav_cradle.gif";
	cml_on = new Image();
	cml_on.src  = "/images/homepage/menu_nav_cradle_on.gif";
	
	elq_off = new Image();
	elq_off.src = "/images/homepage/menu_nav_elq.gif";
	elq_on = new Image();
	elq_on.src  = "/images/homepage/menu_nav_elq_on.gif";
	
	elqhs_off = new Image();
	elqhs_off.src = "/images/homepage/menu_nav_elqhs.gif";
	elqhs_on = new Image();
	elqhs_on.src  = "/images/homepage/menu_nav_elqhs_on.gif";
	    
   RolloverInited =1;
 }
}

 function roll(itemName2, state2) {
 if ((document.images) && (RolloverInited)) {
  eval("document.images." + itemName2 + ".src =" + itemName2 + "_" + state2 + ".src");
	}
 }
