function showhidelayer(id, dis)
{
	var s = document.getElementById(id).style;
	var num;
	s.display = (s.display == "block" ? "none" : "block");
	s.display = dis;
}
function hideallbut(id){
		
		numlayers=3;
		des = new Array(numlayers);
		des[0]="austate";
		des[1]="nzstate";
		des[2]="usstate";
	
		
		for(i=0;i<numlayers;i++){
			if(des[i]!=id){
				document.getElementById(des[i]).style.display = "none";
			}
		}
		document.getElementById(id).style.display = "block";

	
}

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function phoneAU()
{
	document.write(' 1902 291 083 ');
}
function phoneAUcc()
{
	document.write(' 1800 732 337 (1800 READER) ');
}
function phoneUScc()
{
	document.write(' 1877 891 3098 ');
}
function phoneNZ()
{
	document.write(' 0900 800 80 ');
}
function phoneNZcc()
{
	document.write(' 09 373 4897 ');
}
function phoneINT()
{
	document.write(' 00 618 6389 5533 ');
}
