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

onload=function() { 
	myButton1 = new textButton('button1','activeButton', outColor, overColor, downColor, "/png/bio-png.php");
	myButton2 = new textButton('button2','activeButton', outColor, overColor, downColor, "/nz/bio-nz.php");
	myButton3 = new textButton('button3','activeButton', outColor, overColor, downColor, "/fiji/bio-fiji.php");
	myButton4 = new textButton('button4','activeButton', outColor, overColor, downColor, "/aust/index.php");
}

