var outColor = 	"rgb(234,242,255)";
var overColor = "#aaaaaa";
var downColor = "#ababcd";

onload=function() { 
	myButton1 = new textButton('button1','activeButton', outColor, overColor, downColor, "/aust/index.php");
	myButton2 = new textButton('button2','activeButton', outColor, overColor, downColor, "/aust/lismore/about.php");
	myButton3 = new textButton('button3','activeButton', outColor, overColor, downColor, "/aust/lismore/latest.php");
	myButton4 = new textButton('button4','activeButton', outColor, overColor, downColor, "/aust/cairns/about.php");
	myButton5 = new textButton('button5','activeButton', outColor, overColor, downColor, "/aust/cairns/latest.php");
}
