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