function Go(docform){
window.open(docform.options[docform.selectedIndex].value,'_top')
}
