
function go1(){
if (document.getdoc.doc.options[document.getdoc.doc.selectedIndex].value != "none") {
location = document.getdoc.doc.options[document.getdoc.doc.selectedIndex].value
		}
	}
	
function goadvice(){
if (document.getadvice.doc.options[document.getadvice.doc.selectedIndex].value != "none") {
location = document.getadvice.doc.options[document.getadvice.doc.selectedIndex].value
		}
	}
	
function gomenu(){
if (document.getmenu.doc.options[document.getmenu.doc.selectedIndex].value != "none") {
location = document.getmenu.doc.options[document.getmenu.doc.selectedIndex].value
		}
	}









