
document.write('<script type="text/javascript" src="js/prototype.js"><\/script>')
document.write('<script type="text/javascript" src="js/scriptaculous.js"><\/script>')
document.write('<script type="text/javascript" src="js/transmenu.js"><\/script>')
document.write('<link rel="stylesheet" type="text/css" href="ohq-menu-styles.css">')



function answer(i)
{
	if ($("a" + i).style.display == "none")
		$("a" + i).appear()
	else
		$("a" + i).style.display = "none"
}


function doc_loaded()
{
	// remove label from textbox if the browser pre-fills
	if (document.getElementById('txtEmail').value.length>0) 
		document.getElementById('txtEmail').style.backgroundImage=''
	
	if ($('support1') != null)
		$('support1').fade()
}


