<!--
	//PRELOAD PLACE HOLDER IMAGES
	var pth = "http://www.tmgclients.com/walsh-assoc_dev/images/";
	var myimages = new Array()
	function preloadimages() {
	for (i=0;i<preloadimages.arguments.length;i++) {
	myimages[i] = new Image()
	myimages[i].src =  pth + preloadimages.arguments[i]
	}
}
preloadimages("pic_trans.gif")
//-->
<!--
	//RELOAD WINDOW IF NAV4 RESIZED
	function MM_reloadPage(init) {  
	if (init==true) with (navigator) {
		if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
		document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage;
		}
	}
	else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
<!--
	//VALIDATE LOGIN FORM FIELDS
	function ValLogIn() {
	var username = document.FormLogIn.txtusername.value;
	var password = document.FormLogIn.txtpassword.value;
	if (username == "") 
	{
	alert ("Please enter a value for the \"User Name\" field.");
	document.FormLogIn.txtusername.focus();
	return (false);
    	}
	if (password == "")
	{
	alert("Please enter a value for the \"Password\" field.");
	document.FormLogIn.txtpassword.focus();
	return (false);
	}
	return (true);
}
//-->

     
          
          
