<!-- Hide from old browsers
function displayapplication(elemt)
{
document.all(elemt).style.display=''
}
function hideapplication(elemt)
{


 document.all(elemt).style.display="none" 



return false;
}
function MenuAction(field){
	var object;
        object = document.getElementById(field);
        object.style.background='#127DD6';
    
	}   

function MainMenuAction(field){
	var object;
        object = document.getElementById(field);
        object.style.background='#06659C';
    
	}  


function MenuActionOut(field){
	var object;
        object = document.getElementById(field);
        object.style.background='#006CB6';
    
	} 

function MainMenuActionOut(field){
	var object;
        object = document.getElementById(field);
        object.style.background='#006CB6';
    
	}   



function showmenu(elmnt)
{

var object;
        object = document.getElementById(elmnt);
        object.style.visibility='visible';
    
	}   
function delaymanusbackup(elment){


var object;
        object = document.getElementById(elment);
		
		object.style.visibility='hidden';
}

function delaymanus(elment)

{
var sMsg = elmnt;

setTimeout("delaymanus('" + sMsg + "')",4000);


}

function hidemenu(elmnt)	{   	
var object;
        object = document.getElementById(elmnt);
		
		object.style.visibility='hidden';
}



     


function showsidemenu(elmnt,image)
{
	
	var object;
        object = document.getElementById(elmnt);
      
		   if (object.style.display==''){
			document.all(image).src="/Images/menuarrow.gif"
				object.style.display="none";
			
		}
		else{
		object.style.display='';
		document.all(image).src="/Images/menuarrowdown.gif"
		
		}
		
    
	}  
	function displaytables(elmnt)
{
	var object;
        object = document.getElementById(elmnt);
    	   if (object.style.display==''){
			
			object.style.display="none";
			
		}
		else{
		object.style.display='';
		
		}
		
    
	}   
function formCheck()
			{
				
				if (document.information_request.Firstnamefd.value == "")
				{
				alert("Please enter first name");
				document.information_request.Firstnamefd.focus()
				return false;
				}
				if (document.information_request.Lastnamefd.value == "")
				{
				alert("Please enter last/family name");
				document.information_request.Lastnamefd.focus()
				return false;
				}
				if (document.information_request.Emailfd.value.indexOf("@") == -1 || document.information_request.Emailfd.value.indexOf(".") == -1 || document.information_request.Emailfd.value == "")
				{
				alert("Please enter a valid email address");
				document.information_request.Emailfd.focus()
				return false;
				}
				if (document.information_request.messagefd.value == "")
				{
				alert("Please enter email message ");
				document.information_request.messagefd.focus()
				return false;
				}
				document.information_request.submit()
				
				
			
			}
			
			
function ConfirmWin() {
     var response = window.confirm("You are about to enter the ESONT site - Do you wish to continue");
     if (response) {
          window.location="/esont";
		  }
     
}
function showBannor (img,location) {

document.getElementById('map').src =location + img +".gif"
  
}




//-->
        
// end hide -->

