// JavaScript Document
function Goto()
	{		
		linkName = window.document.form1.D1.value;
		window.location.href = linkName
		//alert(window.document.form1.D1.selectedIndex[aa].value)
	}
	function Goto1()
	{		
		linkName = window.document.form1.D2.value;
		window.location.href = linkName
		//alert(window.document.form1.D1.selectedIndex[aa].value)
	}
	function Goto2()
	{		
		linkName = window.document.form1.D3.value;
		window.location.href = linkName
		//alert(window.document.form1.D1.selectedIndex[aa].value)
	}