window.onload=navigation;
function navigation(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}

function LinkUp1()
	{
	var number = document.DropDown1.DDlinks.selectedIndex;
	location.href = document.DropDown1.DDlinks.options[number].value;
	}

function LinkUp2()
	{
	var number = document.DropDown2.DDlinks.selectedIndex;
	location.href = document.DropDown2.DDlinks.options[number].value;
	}
function LinkUp3()
	{
	var number = document.DropDown3.DDlinks.selectedIndex;
	location.href = document.DropDown3.DDlinks.options[number].value;
	}	
function LinkUp4()
	{
	var number = document.DropDown4.DDlinks.selectedIndex;
	location.href = document.DropDown4.DDlinks.options[number].value;
	}
function LinkUp5()
	{
	var number = document.DropDown5.DDlinks.selectedIndex;
	location.href = document.DropDown5.DDlinks.options[number].value;
	}
function LinkUp6()
	{
	var number = document.DropDown6.DDlinks.selectedIndex;
	location.href = document.DropDown6.DDlinks.options[number].value;
	}
function LinkUp7()
	{
	var number = document.DropDown7.DDlinks.selectedIndex;
	location.href = document.DropDown7.DDlinks.options[number].value;
	}