<!--
function openChromeslessWindow(openUrl, winName, wWidth, wHeight, wPosx, wPosy, wTIT,
												windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel,
													bCenter, sFontFamily, sFontSize, sFontColor){
	
	openchromeless(openUrl,winName, wWidth, wHeight, wPosx, wPosy, wTIT, wTIT ,
							windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel,
								bCenter, sFontFamily, sFontSize, sFontColor);
}

	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)
	}
-->
