function submit_form(vals)
{
   //Submit the form to the next page passing along the hidden fields
   if(document.getElementById){
      document.getElementById(vals).submit();
   }else{
      document.forms[vals].submit();
   }//end if
}

function viewimage(id){
image.id.value=id
image.submit()
return true
}

function getnzb(id){
nzb.id.value=id
nzb.submit()
return true
}

function viewnfo(id){
nfo.id.value=id
nfo.submit()
return true
}
