// JavaScript Document
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function checkdate(passform) { 
var lowage=search.from_age.value;

var highage=search.to_age.value;

if (highage < lowage){
alert('The FROM age you selected is lower than the TO age you selected. This will retrun 0 records. \n\nPlease Fix this and resubmit the form.');
return false;
}
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  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);

function MM_jumpMenu(targ,selObj,restore) { //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function tmt_winLaunch(theURL,winName,targetName,features) {
  eval(winName+"=window.open('"+theURL+"','"+targetName+"','"+features+"')")
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function MM_preloadImages()
{
  if(document.images)
    {
      if(!document.MM_p) document.MM_p=new Array();
      var i, j = document.MM_p.length;
      for(i=0; i<MM_preloadImages.arguments.length; i++)
      if (MM_preloadImages.arguments[i].indexOf("#") != 0)
        {
          document.MM_p[j]=new Image;
          document.MM_p[j++].src=MM_preloadImages.arguments[i];
        }
    }
}