sfHover = function() {
	var sfEls = document.getElementById("rollovermenu").getElementsByTagName("li");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
llun="";
function showHide(activeDiv) {
	var docLoc = document.getElementById(activeDiv);

	if (docLoc) {
		if ((docLoc.style.display == "none" || docLoc.style.display == "")) {
			docLoc.style.display = "block";
		} else {
			if (docLoc.style.display = "block") { docLoc.style.display = "none"; }
		}
		if (llun && docLoc != llun) { llun.style.display = "none";}
		llun = docLoc;
	} else { llun = null; }
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function clearField(){
parent.document.contact.fname.value = "";
parent.document.contact.lname.value = "";
parent.document.contact.phone.value = "";
parent.document.contact.email.value = "";
parent.document.contact.message.value = "";
}
