function jump()
  {
  jval=document.jumper.pulldown.selectedIndex;
  if (jval==0)
    {
    loc='index.html';
	window.open(loc, '_top')
   }
if (jval==1)
    {
    loc='index.html';
	window.open(loc, '_top')
   }
  if (jval==2)
    {
    loc='updates.html'; 
window.open(loc, '_top')
   }
   if (jval==3)
    {
    loc='email.html'; 
window.open(loc, '_top')
   }
     if (jval==4)
    {
    loc='http://www.manhunter.net'; 
window.open(loc, '_top')
   }
}

