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; }
}