function resetPopup() {
var i=document.forms[0].length
for (var x=0; x<i; x++) {
   document.forms[0].elements[x].selectedIndex = 0
   }
}

function popTo(earl) {
if (earl != "none") {
   window.location = earl
   }
}


