function change_site() {
var site = document.monform.monpopup.selectedIndex;
window.location.href =
document.monform.monpopup.options[site].value;
}