function OpenLink(){
var n = document.form1.link.selectedIndex;
if (n != 0){
location.href = document.form1.link.options[n].value;
}
}
