function run(inval){
	parent.main.location.href = inval + ".html";
}

function oTerms(){
	window.open("terms.html","","resizeable,width=600,height=500");
}

function tOra(inval){
	inval.style.color = "orange";
}
function tWhi(inval){
	inval.style.color = "white";
}