document.writeln("<script language=\"JavaScript\">");
document.writeln("<!--");
document.writeln("");
document.writeln("\/\/ Copyright 2001 by www.CodeBelly.com");
document.writeln("\/\/ Please do *not* remove this notice.");
document.writeln("");
document.writeln("var backImage = new Array(); \/\/ don\'t change this");
document.writeln("");
document.writeln("\/\/ Enter the image filenames you wish to use.");
document.writeln("\/\/ Follow the pattern to use more images.  The");
document.writeln("\/\/ number in the brackets [] is the number you");
document.writeln("\/\/ will use in the function call to pick each");
document.writeln("\/\/ image.");
document.writeln("");
document.writeln("\/\/ Note how backImage[3] = \"\" -- which would");
document.writeln("\/\/ set the page to *no* background image.");
document.writeln("");
document.writeln("backImage[0] = \"manholesbg.jpg\";");
document.writeln("backImage[1] = \"catchbasinbg.jpg\";");
document.writeln("backImage[2] = \"electricalbg.jpg\";");
document.writeln("backImage[3] = \"oilwaterbg.jpg\";");
document.writeln("backImage[4] = \"boxculvertbg.jpg\";");
document.writeln("backImage[5] = \"tanksbg.jpg\";");
document.writeln("backImage[6] = \"miscbg.jpg\";");
document.writeln("backImage[7] = \"specialtybg.jpg\";");
document.writeln("");
document.writeln("\/\/ Do not edit below this line.");
document.writeln("\/\/-----------------------------");
document.writeln("");
document.writeln("function changeBGImage(whichImage){");
document.writeln("if (document.body){");
document.writeln("document.body.background = backImage[whichImage];");
document.writeln("}");
document.writeln("}");
document.writeln("");
document.writeln("\/\/-->");
document.writeln("<\/script>");
document.writeln("");
document.writeln("<table cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("<tr valign=\"top\">");
document.writeln("		<td>");
document.writeln("			<div id=\"menu4\">");
document.writeln("					<ul>");
document.writeln("					<li><a href=\"manholes.html\" onmouseover=\"picChanger(\'main\',3);\" onmouseout=\"picChanger(\'main\',9);\">Manholes<\/a><\/li>");
document.writeln("					<li><a href=\"catchbasin.html\" onmouseover=\"picChanger(\'main\',4);\" onmouseout=\"picChanger(\'main\',9);\">Catch Basin<\/a><\/li>");
document.writeln("					<li><a href=\"electrical.html\" onmouseover=\"picChanger(\'main\',1);\" onmouseout=\"picChanger(\'main\',9);\">Electrical Vaults<\/a><\/li>");
document.writeln("					<li><a href=\"oilwater.html\" onmouseover=\"picChanger(\'main\',2);\" onmouseout=\"picChanger(\'main\',9);\">Oil-Water Treatment<\/a><\/li>");
document.writeln("					<li><a href=\"boxculvert.html\" onmouseover=\"picChanger(\'main\',5);\" onmouseout=\"picChanger(\'main\',9);\">Box Culvert<\/a><\/li>");
document.writeln("					<li><a href=\"septic.html\" onmouseover=\"picChanger(\'main\',6);\" onmouseout=\"picChanger(\'main\',9);\">Septic Tanks<\/a><\/li>");
document.writeln("					<li><a href=\"water.html\" onmouseover=\"picChanger(\'main\',6);\" onmouseout=\"picChanger(\'main\',9);\">Water Tanks<\/a><\/li>");
document.writeln("					<li><a href=\"misc.html\" onmouseover=\"picChanger(\'main\',7);\" onmouseout=\"picChanger(\'main\',9);\">Misc<\/a><\/li>");
document.writeln("					<li><a href=\"specialty.html\" onmouseover=\"picChanger(\'main\',8);\" onmouseout=\"picChanger(\'main\',9);\">Specialty<\/a><\/li>");
document.writeln("					<\/ul>");
document.writeln("			<\/div>");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("		<\/td>");
document.writeln("</tr>");
document.writeln("<\/table>");
