function viewFrame() {
  if (!parent.Right && !parent.Left) { 
    document.writeln('<center><br><a href="termites-north-dakota.html"><img src="../images/menu-frame-missing.gif" border="0"></a></center>'); 
  }
}
function jumpPage(newLoc) { //v2.0
   newPage= newLoc.options[newLoc.selectedIndex].value
   if (newPage != "") { document.location.href = newPage }
}