
//Map roll overs START
function map_mouseoverhome(state)
{
	document.getElementById("ImageMap1").src="../images/map/map_"+state+".gif";
}
function map_mouseouthome()
{
	document.getElementById("worldmap").src="../images/map/countries.gif";
}

function map_mouseover(state)
{
	document.getElementById("worldmap").src="../images/map/map_inner_"+state+".gif";
}
function map_mouseout(statepage)
{
	document.getElementById("worldmap").src="../images/map/map_inner_"+statepage+".gif";
	//document.getElementById("ausmap").src="../images/map/map_inner_default.jpg";
}
//Map roll overs END

//Image preloading START
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//Image preloading END

//Link synchronise roll overs START
function linksover(linkID)
{
	document.getElementById(linkID).className="properythumb over";
	document.getElementById("link"+linkID).className="over";
}
function linksout(linkID)
{
	document.getElementById(linkID).className="properythumb normal";
	document.getElementById("link"+linkID).className="";
}
//Link synchronise roll overs END
