function Go(obj)
{
    var temp
    
    temp=obj.value;
    if (temp!='----')
        {
        temp=temp+".asp";
        window.location=temp;
        }
}        