<!-- Hide from old browsers



function montname(tempnum){

var montharray = new Array();
montharray[0] = "Jan";
montharray[1] = "Feb";
montharray[2] = "Mar";
montharray[3] = "Apr";
montharray[4] = "May";
montharray[5] = "June";
montharray[6] = "July";
montharray[7] = "Aug";
montharray[8] = "Sept";
montharray[9] = "Oct";
montharray[10] = "Nov";
montharray[11] = "Dec";
document.write(montharray[tempnum-1]);


}


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 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.title.value == "")
				{
				alert("Please enter professional title");
				document.information_request.title.focus()
				return false;
}				
if (document.information_request.First_namefd.value == "")
				{
				alert("Please enter first name");
				document.information_request.First_namefd.focus()
				return false;
				}
				if (document.information_request.Last_namefd.value == "")
				{
				alert("Please enter last/family name");
				document.information_request.Last_namefd.focus()
				return false;
				}

				if (document.information_request.addressfd.value == "")
				{
				alert("Please enter a valid postal address");
				document.information_request.addressfd.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;
				}
			if (document.information_request.dateofmonth.value ==0)
				{
				alert("Please enter  month you were born");
				document.information_request.dateofmonth.focus()
				return false;
				}

				
				
			}
			var phone = "()- 0123456789";
var numb = "0123456789";
var alpha = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ ";
function res(t,v){
var w = "";
for (i=0; i < t.value.length; i++) {
x = t.value.charAt(i);
if (v.indexOf(x,0) != -1)
w += x;
}
t.value = w;
}


function showPic (img,location) {
 if (window.screen.height <= 600) {
  document.getElementById('logoholder').src =  "/images/new_ESCRSLogo_sml.gif"
   document.getElementById('placeholder').src = location + img +"_sml.gif"

  }
else{
  document.getElementById('logoholder').src =  "/images/new_ESCRSLogo.gif"
document.getElementById('placeholder').src =location + img +".gif"
   }
}





//-->
        
// end hide -->
