//Calendar
function pwcheck(){

if(document.login.pw.value=="dibner"){window.open("http://ical.mac.com/memon/Work");}
else{alert("Invalid Password.");}

document.login.pw.value="";

}

//Publications
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
display.location.href = URL;
}

function formHandler1(form){
var URL = document.form1.site.options[document.form1.site.selectedIndex].value;
display.location.href = URL;
}
