google_ad_client = "pub-8147465874888906";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_channel ="";
google_ad_type = "text_image";
google_color_border = "006699";
google_color_bg = "FFFFFF";
google_color_link = "006699";
google_color_url = "DD6900";
google_color_text = "000000";

function clearInput(thefield){ if(thefield.defaultValue == thefield.value) thefield.value = ""; } 

sfHover = function() {
var sfEls = document.getElementById("mnav").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);
