function f8page()
{
   var url = document.f8.pg.options[document.f8.pg.selectedIndex].value; 
   window.location.href = url;
}
