function move_site(frm) {
    var myindex=frm.selectedIndex
    if (frm.options[myindex].value != null) {
				 window.open(frm.options[myindex].value);
    }
}
