function navigate(url)
	{window.location=url;}
function miceOver(theName)
	{theName.id='leftActive';}
function miceOut(theName)
	{theName.id='leftPassive';}
function open_div(id){
	document.getElementById(id).className='show';}
function close_div(id){	
	document.getElementById(id).className='hide';}
	
function open_div(id){
	document.getElementById(id).className='show1';}
function close_div(id){	
	document.getElementById(id).className='hide1';}