			<!-- HIDE FROM OTHER BROWSERS

			function select()
				{
					if (document.options.choices.options[document.options.choices.selectedIndex].value != "none") 
						{
							location = document.options.choices.options[document.options.choices.selectedIndex].value
						}
				}
		// -->