


	homeon = new Image;
	homeoff = new Image;
	modularon = new Image;
	modularoff = new Image;
	linearon = new Image;
	linearoff = new Image;
	moduleson = new Image;
	modulesoff = new Image;
	manualson = new Image;
	manualsoff = new Image;
	linkson = new Image;
	linksoff = new Image;
	contacton = new Image;
	contactoff = new Image;


	homeon.src = "images/nav_home_on.gif";
	homeoff.src = "images/nav_home_off.gif";
	modularon.src = "images/nav_modular_on.gif";
	modularoff.src = "images/nav_modular_off.gif";
	linearon.src = "images/nav_linear_on.gif";
	linearoff.src = "images/nav_linear_off.gif";
	modularon.src = "images/nav_modular_on.gif";
	modularoff.src = "images/nav_modular_off.gif";
	manualson.src = "images/nav_manuals_on.gif";
	manualsoff.src = "images/nav_manuals_off.gif";
	linkson.src = "images/nav_links_on.gif";
	linksoff.src = "images/nav_links_off.gif";
	contacton.src = "images/nav_contact_on.gif";
	contactoff.src = "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="includes/styleprint.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.");
	}
}







