function chgpg(newpg)
 {
   window.location = newpg.options[newpg.selectedIndex].value
 }