sfHover = function() {
	var sfEls = document.getElementById("nav").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);

function newwindow() 
{ 
window.open('donationform.htm','jav','width=800,height=600,resizable=yes,toolbar=yes,scrollbars=yes'); 
} 

function newwindow(adobe) 
{ 
window.open('http://www.adobe.com/products/acrobat/readstep2.html','jav','width=800,height=600,resizable=yes,toolbar=yes,scrollbars=yes'); 
} 
