function MM_openBrWindow(theURL,winName,features) { //v2.0
  var winObj;
  winObj = window.open(theURL,winName,features);
  return winObj
}

function MM_reloadform(form)
{
var val=form.Ifamily_id.options[form.Ifamily_id.options.selectedIndex].value; 
self.location='search_tax.php?family_id=' + val;
}

function MM_reloadform2(form)
{
var val=form.Ifamily_id.options[form.Ifamily_id.options.selectedIndex].value; 
var val2=form.Igenus_id.options[form.Igenus_id.options.selectedIndex].value; 
self.location='search_tax.php?family_id=' + val + '&genus_id=' + val2;
}

function MM_reloadformSpecimen(form)
{
var val=form.Ifamily_id.options[form.Ifamily_id.options.selectedIndex].value; 
self.location='search_sam.php?family_id=' + val;
}

function MM_reloadform2Specimen(form)
{
var val=form.Ifamily_id.options[form.Ifamily_id.options.selectedIndex].value; 
var val2=form.Igenus_id.options[form.Igenus_id.options.selectedIndex].value; 
self.location='search_sam.php?family_id=' + val + '&genus_id=' + val2;
}
