// JavaScript Document

function clear_onclick() {	
		how_it_works.style.visibility="hidden"
		other_benefits.style.visibility="hidden"
		teachers.style.visibility="hidden"	
}	 

function how_it_works_onclick() {	
		how_it_works.style.visibility="visible"
		how_it_works.style.top="140px"
		how_it_works.style.left="200px"
		other_benefits.style.visibility="hidden"
		teachers.style.visibility="hidden"	
}	 

function other_benefits_onclick() {	
		other_benefits.style.visibility="visible"
		other_benefits.style.top="140px"
		other_benefits.style.left="200px"
		how_it_works.style.visibility="hidden"
		teachers.style.visibility="hidden"	
}	   

function teachers_onclick() {	
		teachers.style.visibility="visible"
		teachers.style.top="140px"
		teachers.style.left="200px"
		how_it_works.style.visibility="hidden"
		other_benefits.style.visibility="hidden"	
}	   
  
function cust_reads_onclick() {	
		how_it_works.style.visibility="visible"
		how_it_works.style.top="300px"
		how_it_works.style.left="300px"
		other_benefits.style.visibility="hidden"
		teachers.style.visibility="hidden"	
}	 

function contractors_onclick() {	
		other_benefits.style.visibility="visible"
		other_benefits.style.top="300px"
		other_benefits.style.left="300px"
		how_it_works.style.visibility="hidden"
		teachers.style.visibility="hidden"	
}	
function other_onclick() {	
		other_benefits.style.visibility="visible"
		other_benefits.style.top="300px"
		other_benefits.style.left="300px"
		how_it_works.style.visibility="hidden"
		teachers.style.visibility="hidden"	
}	 
function swother_onclick() {	
		rt_home.style.visibility="visible"
		//news.style.top="85px"
		//news.style.left="185px"
		act.style.visibility="hidden"
		qld.style.visibility="hidden"
		act_login.style.visibility="hidden"
		qld_login.style.visibility="hidden"
		
		document.header.src="images/kt_top-image-graphic-col.gif"	
}

function act_onclick() {
		rt_home.style.visibility="hidden"
		act.style.visibility="visible"
		//teachers.style.top="85px"
		//teachers.style.left="185px"
		qld.style.visibility="hidden"
		
		act_login.style.visibility="visible"
		qld_login.style.visibility="hidden"
		
		document.header.src="images/kt_top-image-graphic-mono.png"
		document.menu_bg.background="images/kt_side-bar-grey.gif"
			
}

function qld_onclick() {	
		rt_home.style.visibility="hidden"
		act.style.visibility="hidden"
		qld.style.visibility="visible"
		//schools.style.top="85px"
		//schools.style.left="185px"
		act_login.style.visibility="hidden"
		qld_login.style.visibility="visible"
		document.header.src="images/kt_top-image-graphic-mono.png"
}

function pwd_onclick() {
	parent.frames.right.location.href="pwd_change.asp?id=<%=ls_id%>&state=<%=ls_state%>&type=t";
}


function logon_onclick() {
	if (document.Form1.id.value == "ptrack"){
		window.Form1.action="http://www.itonline.com.au/rt/ptrack/ptrack_selection.asp"
	}
	else {
	window.Form1.submit
	}

}

function Form_act_onsubmit() {
//Check passwords match
	if (document.Form_act.id.value == "")
		{
			ls_msg = "Please enter your id!"
			window.alert(ls_msg);
			return false;
		}		
	if (document.Form_act.pwd.value == "")
		{
			ls_msg = "Please enter your password!"
			window.alert(ls_msg);
			return false;
		}
}

function Form_qld_onsubmit() {
//Check passwords match
	if (document.Form_qld.id.value == "")
		{
			ls_msg = "Please enter your id!"
			window.alert(ls_msg);
			return false;
		}		
	if (document.Form_qld.pwd.value == "")
		{
			ls_msg = "Please enter your password!"
			window.alert(ls_msg);
			return false;
		}
}

function Form1_onsubmit() {
//Check passwords match
	if (document.Form1.id.value == "")
		{
			ls_msg = "Please enter your id!"
			window.alert(ls_msg);
			return false;
		}		
	if (document.Form1.pwd.value == "")
		{
			ls_msg = "Please enter your password!"
			window.alert(ls_msg);
			return false;
		}
}