function OpenLink01(){
	var n = document.form1.link.selectedIndex;
	if (n != 0){ top.location.href = document.form1.link.options[n].value; }
}


function OpenLink02(){
	var n = document.form2.link.selectedIndex;
	if (n != 0){ top.location.href = document.form2.link.options[n].value; }
}

function OpenLink03(){
	var n = document.form3.link.selectedIndex;
	if (n != 0){ top.location.href = document.form3.link.options[n].value; }
}

function OpenLink04(){
	var n = document.form4.link.selectedIndex;
	if (n != 0){ top.location.href = document.form4.link.options[n].value; }
}

function OpenLink05(){
	var n = document.form5.link.selectedIndex;
	if (n != 0){ top.location.href = document.form5.link.options[n].value; }
}

function OpenLink06(){
	var n = document.form6.link.selectedIndex;
	if (n != 0){ top.location.href = document.form6.link.options[n].value; }
}

function OpenLink07(){
	var n = document.form7.link.selectedIndex;
	if (n != 0){ top.location.href = document.form7.link.options[n].value; }
}
