function GOTO1(){
	if (document.drop1.GOTO.options[document.drop1.GOTO.selectedIndex].value != "none")
	parent.location = document.drop1.GOTO.options[document.drop1.GOTO.selectedIndex].value
	}
function GOTO2(){
	if (document.drop2.GOTO.options[document.drop2.GOTO.selectedIndex].value != "none")
	parent.location = document.drop2.GOTO.options[document.drop2.GOTO.selectedIndex].value
	}
function GOTO3(){
	if (document.drop3.GOTO.options[document.drop3.GOTO.selectedIndex].value != "none")
	parent.location = document.drop3.GOTO.options[document.drop3.GOTO.selectedIndex].value
	}
function GOTO4(){
	if (document.drop4.GOTO.options[document.drop4.GOTO.selectedIndex].value != "none")
	parent.location = document.drop4.GOTO.options[document.drop4.GOTO.selectedIndex].value
	}
function GOTO5(){
	if (document.drop5.GOTO.options[document.drop5.GOTO.selectedIndex].value != "none")
	parent.location = document.drop5.GOTO.options[document.drop5.GOTO.selectedIndex].value
	}
function GOTO6(){
	if (document.drop6.GOTO.options[document.drop6.GOTO.selectedIndex].value != "none")
	parent.location = document.drop6.GOTO.options[document.drop6.GOTO.selectedIndex].value
	}
function GOTO7(){
	if (document.drop7.GOTO.options[document.drop7.GOTO.selectedIndex].value != "none")
	parent.location = document.drop7.GOTO.options[document.drop7.GOTO.selectedIndex].value
	}
function GOTO8(){
	if (document.drop8.GOTO.options[document.drop8.GOTO.selectedIndex].value != "none")
	parent.location = document.drop8.GOTO.options[document.drop8.GOTO.selectedIndex].value
	}
function GOTO9(){
	if (document.drop9.GOTO.options[document.drop9.GOTO.selectedIndex].value != "none")
	parent.location = document.drop9.GOTO.options[document.drop9.GOTO.selectedIndex].value
	}
function GOTO11(){
	if (document.drop11.GOTO.options[document.drop11.GOTO.selectedIndex].value != "none")
	parent.location = document.drop11.GOTO.options[document.drop11.GOTO.selectedIndex].value
	}
