function GoLink(form, sel)
{
addr= sel.options[sel.selectedIndex].value;
window.open(addr,"_self")
}