// JavaScript Document
function T_change()
{
var help=document.myform.myhelp
location.href=help.options[help.selectedIndex].value;
}
function T_go()
{
var searchgo=document.searchform.searchselect
location.href=searchgo.options[searchgo.selectedIndex].value;
}