function goPage(frm) {
   var nwurl="";
   nwurl=frm.options[frm.selectedIndex].value;
   //alert(nwurl);
   if(nwurl!="") top.location.href=nwurl;
}
