


	abouton = new Image;
	aboutoff = new Image;
	resourceson = new Image;
	resourcesoff = new Image;
	fundon = new Image;
	fundoff = new Image;
	newson = new Image;
	newsoff = new Image;
	donateon = new Image;
	donateoff = new Image;
	contacton = new Image;
	contactoff = new Image;



	abouton.src = "http://www.hytes.org/images/nav_about_on.gif";
	aboutoff.src = "http://www.hytes.org/images/nav_about_off.gif";
	resourceson.src = "http://www.hytes.org/images/nav_resources_on.gif";
	resourcesoff.src = "http://www.hytes.org/images/nav_resources_off.gif";
	fundon.src = "http://www.hytes.org/images/nav_fundraisers_on.gif";
	fundoff.src = "http://www.hytes.org/images/nav_fundraisers_off.gif";
	newson.src = "http://www.hytes.org/images/nav_news_on.gif";
	newsoff.src = "http://www.hytes.org/images/nav_news_off.gif";
	donateon.src = "http://www.hytes.org/images/nav_donate_on.gif";
	donateoff.src = "http://www.hytes.org/images/nav_donate_off.gif";
	contacton.src = "http://www.hytes.org/images/nav_contact_on.gif";
	contactoff.src = "http://www.hytes.org/images/nav_contact_off.gif";




function swapem(iname, gname) {
	iname.src = gname.src;
}
   


	
	var gAutoPrint = true; // Flag for whether or not to automatically call the print function

function printSpecial()
{
	if (document.getElementById != null)
	{
		var html = '<HTML>\n<HEAD>';
		

		if (document.getElementsByTagName != null)
		{
			var headTags = document.getElementsByTagName("head");
			if (headTags.length > 0)
				html += headTags[0].innerHTML;
		}
		
		html += '<body style="background:none;">' + '<LINK href="http://www.hytes.org/includes/style_print.css" type=text/css rel=stylesheet>' + '\n</HE' + 'AD>\n<BODY>\n';
		
		var printReadyElem = document.getElementById("printReady");
		
		if (printReadyElem != null)
		{
				html += printReadyElem.innerHTML;
		}
		else
		{
			alert("Could not find the printReady section in the HTML");
			return;
		}
			
		html += '\n</BO' + 'DY>\n</HT' + 'ML>';
		
		var printWin = window.open("","printSpecial");
		printWin.document.open();
		printWin.document.write(html);
		printWin.document.close();
		if (gAutoPrint)
			printWin.print();
	}
	else
	{
		alert("Sorry, the print ready feature is only available in modern browsers.");
	}
}



