function mouse_incontact()
{
	document.frmContact.name1.focus()
}

function test_test_test()
{
	//document.getElementById("helpCenter").style.display='block';
}

function test_test_out()
{
	//document.getElementById("helpCenter").style.display='none';
}


  function setFocus(el){
	if(el != "undefined"){
		document.getElementById(el).focus();
		setAlertStyle(el);
	}else if(typeof gl_el != "undefined"){
		gl_el.focus();	
	}
	return true;
  }
