function formHandler(form) {
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

function MM_openBrWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}

function bookmark(url,title){
	if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
	window.external.AddFavorite(url,title);
	} else if (navigator.appName == "Netscape") {
		window.sidebar.addPanel(title,url,"");
	} else {
		alert("Press Ctrl-D (Netscape) or Ctrl-T (Opera) to bookmark");
	}
}
