




function GMForm1Link(){ var a = document.GMForm1.GoMenu.options[document.GMForm1.GoMenu.selectedIndex].value +""; if(a != ''){ if(parent!=self){ var f = self; while(f!=window.top){ f = f.parent; } if(a.indexOf("://")!=-1){ f.parent.window.location.href = a;}else{ window.top.location.href = a; } }else{ window.top.location.href = a; } document.GMForm1.GoMenu.selectedIndex=0; } }


function GMForm2Link(){ var a = document.GMForm2.GoMenu.options[document.GMForm2.GoMenu.selectedIndex].value +""; if(a != ''){ if(parent!=self){ var f = self; while(f!=window.top){ f = f.parent; } if(a.indexOf("://")!=-1){ f.parent.window.location.href = a;}else{ window.top.location.href = a; } }else{ window.top.location.href = a; } document.GMForm2.GoMenu.selectedIndex=0; } }
