function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		home_over = newImage("images/dot.gif");
		login_over = newImage("images/dot.gif");
		charities_over = newImage("images/dot.gif");
		contact_over = newImage("images/dot.gif");
		friends_over = newImage("images/dot.gif");
		guestbook_over = newImage("images/dot.gif");
		projects_over = newImage("images/dot.gif");
		lionslinks_over = newImage("images/dot.gif");
		local_over = newImage("images/dot.gif");
		membership_over = newImage("images/dot.gif");
		news_over = newImage("images/dot.gif");
		officers_over = newImage("images/dot.gif");
		honors_over = newImage("images/dot.gif");
		preloadFlag = true;
	}
}


function openWin(url,theWidth,theHeight) {
	eval("window.open(url,\"_blank\",'top=100px,left=100px,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=" + theWidth + ",height=" + theHeight + "')")
}
/*
document.write("\
<DIV style=\"position:absolute;top:10px;left:775px;width:120px;border-top:thin solid black;border-left:thin solid black;border-bottom:3px solid black;border-right:3px solid black;background:#ffffcc;color:#ff0000;font-size:11px;padding:5px;font-family:verdana,tahoma,arial,sans-serif;\">\
	<P style=\"font-size:14px;font-weight:bold;\">\
		Keene Lions Club Flood Relief Fund\
	</P>\
	<P>\
		You can help your neighbors by donating to the Keene Lions Club Flood Relief Fund, established by The Keene Lions Club & <A HREF='http://www.walpolebank.com/branches.htm' target='_blank'>The Savings Bank of Walpole</A>.\
	</P>\
	<P>\
		Donations <I>(made payable to \"Keene Lions Club Flood Relief Fund\")</I> may be dropped off at any branch of the Savings Bank of Walpole, or you may mail your check or money order to:\
	</P>\
	<P>\
		Keene Lions Club Flood Relief Fund\
		<BR>PO Box 62\
		<BR>Keene, NH \
		<BR>03431-0062\
	</P>\
	<P>\
		All funds raised through this initiative will be used to provide direct support to flood vicitims in Cheshire County.\
	</P>\
</DIV>\
");
*/