// JavaScript Document
function profilebut()
{
	document.getElementById("proleft").className="whiteleftbg";
	document.getElementById("promid").className="whitemidbg";
	document.getElementById("proright").className="whiterightbg";
	
	document.getElementById("chpholeft").className="tranleftbg";
	document.getElementById("chphomid").className="tranmidbg";
	document.getElementById("chphoright").className="tranrightbg";
	document.getElementById("passleft").className="tranleftbg";
	document.getElementById("passmid").className="tranmidbg";
	document.getElementById("passright").className="tranrightbg";
	document.getElementById("helpleft").className="tranleftbg";
	document.getElementById("helpmid").className="tranmidbg";
	document.getElementById("helpright").className="tranrightbg";
		
}
function chphobut()
{
	document.getElementById("chpholeft").className="whiteleftbg";
	document.getElementById("chphomid").className="whitemidbg";
	document.getElementById("chphoright").className="whiterightbg";
	
		
	document.getElementById("proleft").className="tranleftbg";
	document.getElementById("promid").className="tranmidbg";
	document.getElementById("proright").className="tranrightbg";
	document.getElementById("passleft").className="tranleftbg";
	document.getElementById("passmid").className="tranmidbg";
	document.getElementById("passright").className="tranrightbg";
	document.getElementById("helpleft").className="tranleftbg";
	document.getElementById("helpmid").className="tranmidbg";
	document.getElementById("helpright").className="tranrightbg";

	
		
}
function passwordbut()
{
	document.getElementById("passleft").className="whiteleftbg";
	document.getElementById("passmid").className="whitemidbg";
	document.getElementById("passright").className="whiterightbg";
	
		
	document.getElementById("proleft").className="tranleftbg";
	document.getElementById("promid").className="tranmidbg";
	document.getElementById("proright").className="tranrightbg";
	document.getElementById("chpholeft").className="tranleftbg";
	document.getElementById("chphomid").className="tranmidbg";
	document.getElementById("chphoright").className="tranrightbg";
	document.getElementById("helpleft").className="tranleftbg";
	document.getElementById("helpmid").className="tranmidbg";
	document.getElementById("helpright").className="tranrightbg";
	
	
		
}

function helpbut()
{
	document.getElementById("helpleft").className="whiteleftbg";
	document.getElementById("helpmid").className="whitemidbg";
	document.getElementById("helpright").className="whiterightbg";
		
	document.getElementById("proleft").className="tranleftbg";
	document.getElementById("promid").className="tranmidbg";
	document.getElementById("proright").className="tranrightbg";
	document.getElementById("passleft").className="tranleftbg";
	document.getElementById("passmid").className="tranmidbg";
	document.getElementById("passright").className="tranrightbg";
	document.getElementById("chpholeft").className="tranleftbg";
	document.getElementById("chphomid").className="tranmidbg";
	document.getElementById("chphoright").className="tranrightbg";
	
		
}
