//Build the table that will be the top header (flash movies or images)
document.write("<table align=\"center\" cellpadding=\"0\" cellspacing=\"0\" class=\"Top\" width=\"752\">");
	document.write("<tr>");
		document.write("<td width=\"310\">");
			// Header-Left Side Movie
			document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\"177\" height=\"80\" id=\"Autocast-Black-300-200\" align=\"middle\">");
			document.write("<param name=\"_cx\" value=\"8202\">");
			document.write("<param name=\"_cy\" value=\"3704\">");
			document.write("<param name=\"FlashVars\" value>");
			document.write("<param name=\"Movie\" value=\"" + header_flash_path + "Autocast-Blue-300-200.swf\">");
			document.write("<param name=\"Src\" value=\"" + header_flash_path + "Autocast-Blue-300-200.swf\">");
			document.write("<param name=\"WMode\" value=\"Window\">");
			document.write("<param name=\"Play\" value=\"-1\">");
			document.write("<param name=\"Loop\" value=\"0\">");
			document.write("<param name=\"Quality\" value=\"High\">");
			document.write("<param name=\"SAlign\" value>");
			document.write("<param name=\"Menu\" value=\"-1\">");
			document.write("<param name=\"Base\" value>");
			document.write("<param name=\"AllowScriptAccess\" value=\"sameDomain\">");
			document.write("<param name=\"Scale\" value=\"ShowAll\">");
			document.write("<param name=\"DeviceFont\" value=\"0\">");
			document.write("<param name=\"EmbedMovie\" value=\"0\">");
			document.write("<param name=\"BGColor\" value=\"24143E\">");
			document.write("<param name=\"SWRemote\" value>");
			document.write("<param name=\"MovieData\" value>");
			document.write("<param name=\"SeamlessTabbing\" value=\"1\"><embed src=\"" + header_flash_path + "Autocast-Black-300-200.swf\" quality=\"high\" bgcolor=\"#000000\" width=\"177\" height=\"80\" name=\"Autocast-Black-300-200\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />");
			document.write("</object>");
			//End Left side movie
		document.write("</td>");
		document.write("<td>");
			//Start: Header-Right Side Movie
			document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\"442\" height=\"80\" id=\"RightOfLogo\" align=\"left\">");
			document.write("<param name=\"_cx\" value=\"11695\">");
			document.write("<param name=\"_cy\" value=\"3704\">");
			document.write("<param name=\"FlashVars\" value>");
			document.write("<param name=\"Movie\" value=\"" + header_flash_path + "RightOfLogo.swf\">");
			document.write("<param name=\"Src\" value=\"" + header_flash_path + "RightOfLogo.swf\">");
			document.write("<param name=\"WMode\" value=\"Window\">");
			document.write("<param name=\"Play\" value=\"-1\">");
			document.write("<param name=\"Loop\" value=\"0\">");
			document.write("<param name=\"Quality\" value=\"High\">");
			document.write("<param name=\"SAlign\" value>");
			document.write("<param name=\"Menu\" value=\"-1\">");
			document.write("<param name=\"Base\" value>");
			document.write("<param name=\"AllowScriptAccess\" value=\"sameDomain\">");
			document.write("<param name=\"Scale\" value=\"ShowAll\">");
			document.write("<param name=\"DeviceFont\" value=\"0\">");
			document.write("<param name=\"EmbedMovie\" value=\"0\">");
			document.write("<param name=\"BGColor\" value=\"24143E\">");
			document.write("<param name=\"SWRemote\" value>");
			document.write("<param name=\"MovieData\" value>");
			document.write("<param name=\"SeamlessTabbing\" value=\"1\"><embed src=\"" + header_flash_path + "RightOfLogo.swf\" quality=\"high\" bgcolor=\"#24143e\" width=\"442\" height=\"80\" name=\"RightOfLogo\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />");
			document.write("</object>");
			// End: Header-Right Side Movie 
		document.write("</td>");
	document.write("</tr>");
document.write("</table>");

//Build the next section (which contains the top menus)
document.write("<table align=\"center\" cellpadding=\"0\" cellspacing=\"0\" class=\"Middle\" width=\"752\">");
	document.write("<tr>");
		//Start: Top Links
		document.write("<td><img src=\"" + image_path_only + "Top2Col1.jpg\" width=\"326\" height=\"25\"></td>");
		document.write("<td class=\"Top2\" width=\"100%\"></td>");
		document.write("<td><a href=\"" + page_path + "index.htm\"><img src=\"" + image_path_only + "LinkHome.gif\" width=\"31\" height=\"25\" border=\"0\"></a></td>");
		document.write("<td class=\"Top2\"><img src=\"" + image_path_only + "_blank.gif\" width=\"20\" height=\"1\"></td>");
		document.write("<td><a href=\"" + page_path + "Quality/index.htm\"><img src=\"" + image_path_only + "LinkAboutUs.gif\" width=\"48\" height=\"25\" border=\"0\"></a></td>");
		document.write("<td class=\"Top2\"><img src=\"" + image_path_only + "_blank.gif\" width=\"20\" height=\"1\"></td>");
		document.write("<td><a href=\"" + page_path + "Parts/index.htm\"><img src=\"" + image_path_only + "LinkProducts.gif\" width=\"43\" height=\"25\" border=\"0\"></a></td>");
		document.write("<td class=\"Top2\"><img src=\"" + image_path_only + "_blank.gif\" width=\"20\" height=\"1\"></td>");
		document.write("<td><a href=\"" + page_path + "Facilities/index.htm\"><img src=\"" + image_path_only + "LinkServices.gif\" width=\"45\" height=\"25\" border=\"0\"></a></td>");
		document.write("<td class=\"Top2\"><img src=\"" + image_path_only + "_blank.gif\" width=\"20\" height=\"1\"></td>");
		document.write("<td><a href=\"" + page_path + "Contact/index.htm\"><img src=\"" + image_path_only + "LinkContactUs.gif\" width=\"55\" height=\"25\" border=\"0\"></a></td>");
		document.write("<td class=\"Top2\"><img src=\"" + image_path_only + "_blank.gif\" width=\"85\" height=\"1\"></td>");
		//End: Top Links
	document.write("</tr>");
document.write("</table>");
//End Top Menu Section

//Start bottom of the header, Image runs across entire screen under the menus
//document.write("<table align=\"center\" cellpadding=\"0\" cellspacing=\"0\" class=\"Middle\" width=\"752\">");
//	document.write("<tr>");
//		document.write("<td align=\"left\"><img src=\"" + image_path_only + "Top3.jpg\" width=\"750\" height=\"23\"></td>");
//	document.write("</tr>");
//document.write("</table>");
//End bottom of header

//Table & Column Widths
var pagewidth = 752
var leftwidth = 135
var middlewidth = 617
var rightwidth = 102

//Setup the table for the main body of the page
document.write("<table align=\"center\" cellpadding=\"0\" cellspacing=\"0\" class=\"Middle\" width=\"" + pagewidth + "\">");
	document.write("<tr>");
		//Left Column
		document.write("<td class=\"Dark\" valign=\"top\" width=\"" + leftwidth + "\">");
				//Graphics on top
				document.write("<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">");
					document.write("<tr>");
						document.write("<td align=\"left\" valign=\"top\">");
							//document.write("<img src=\"images/LeftCol.jpg\" width=\"144\" height=\"87\">");
							document.write("<img src=\"images/LeftCol-Spacer.gif\" width=\"1\" height=\"40\">");
						document.write("</td>");
					document.write("</tr>");
				document.write("</table>");
				
				// Holder Table for Side Menu
				document.write("<table align=\"left\">");
					document.write("<tr>");
						document.write("<td width=\"130\" height=\"150\" valign=\"top\" align=\"left\">");

