document.write("<script type=text/javascript src=http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js></script>");
document.write("<script  language=JavaScript type=text/javascript src=flex.js></script>");


/*Actual Links */
document.write("<a href=index.html><img src=hnavbar_b1.gif border=0></a>");
document.write("<a href=solutions.html data-flexmenu=flexmenu1><img src=hnavbar_b2.gif border=0></a>");
document.write("<a href=projectprofiles.html data-flexmenu=flexmenu2><img src=hnavbar_b3.gif border=0></a>");
document.write("<a href=specs.html data-flexmenu=flexmenu3><img src=hnavbar_b4.gif border=0></a>");
document.write("<a href=contact.html><img src=hnavbar_b5.gif border=0></a>");

/*Sufacing Solutions Menu */
document.write("<ul id=flexmenu1 class=flexdropdownmenu>");
document.write("<li><a href=catalog.html>Product Catalog Pages</a></li>");
document.write("<li><a href=trainingschedule.html>Training Schedule</a></li>");
document.write("<li><a href=stampedasphalt.html>Stamped Asphalt</a>");
	document.write("<ul>");
	document.write("<li><a href=stampedcable.html>Patterns - Cable</a></li>");
	document.write("<li><a href=stampedplastic.html>Patterns - Plastic</a></li>");
	document.write("<li><a href=stampedasphaltcolors.html>Colors</a></li>");
	document.write("<li><a href=specs.html>Specifications</a></li>");
	document.write("<li><a href=projectprofiles.html>Project Profiles</a></li>");
	document.write("</ul>");
document.write("</li>");
document.write("<li><a href=frictionpave.html>FrictionPave</a>");
	document.write("<ul>");
	document.write("<li><a href=frictionpavepatterns.html>Patterns</a></li>");
	document.write("<li><a href=frictionpave.html>Colors</a></li>");
	document.write("<li><a href=specs.html>Specifications</a></li>");
	document.write("<li><a href=projectprofiles.html>Project Profiles</a></li>");
	document.write("</ul>");
document.write("</li>");
document.write("<li><a href=thermoprint.html>ThermoPrint</a>");
	document.write("<ul>");
	document.write("<li><a href=thermoprintpatterns.html>Patterns</a></li>");
	document.write("<li><a href=thermoprintcolors.html>Colors</a></li>");
	document.write("<li><a href=specs.html>Specifications</a></li>");
	document.write("<li><a href=thermologos.html>Logos</a></li>");
	document.write("<li><a href=projectprofiles.html>Project Profiles</a></li>");
	document.write("</ul>");
document.write("<li><a href=stencilcoat.html>StencilCoat</a>");
	document.write("<ul>");
	document.write("<li><a href=patterns.html>Patterns</a></li>");
	document.write("<li><a href=stencilcoatcolors.html>Colors</a></li>");
	document.write("<li><a href=specs.html>Specifications</a></li>");
	document.write("<li><a href=projectprofiles.html>Project Profiles</a></li>");
	document.write("</ul>");
document.write("</li>");
document.write("</ul>");

/*Project Profiles Menu */
document.write("<ul id=flexmenu2 class=flexdropdownmenu>");
document.write("<li><a href=projectprofiles.html>Stamped Asphalt Projects</a></li>");
document.write("<li><a href=projectprofiles.html>FrictionPave Projects</a></li>");
document.write("<li><a href=projectprofiles.html>ThermoPrint Projects</a></li>");
document.write("<li><a href=projectprofiles.html>StencilCoat Projects</a></li>");
document.write("<li><a href=catalog.html>Product Catalog Pages</a></li>");
document.write("<li><a href=trainingschedule.html>Training Schedule</a></li>");
document.write("</ul>");

/*Product Specifications Menu */
document.write("<ul id=flexmenu3 class=flexdropdownmenu>");
document.write("<li><a href=specs.html>Stamped Asphalt Specs</a></li>");
document.write("<li><a href=specs.html>FrictionPave Specs</a></li>");
document.write("<li><a href=specs.html>ThermoPrint Specs</a></li>");
document.write("<li><a href=specs.html>StencilCoat Specs</a></li>");
document.write("<li><a href=catalog.html>Product Catalog Pages</a></li>");
document.write("<li><a href=trainingschedule.html>Training Schedule</a></li>");
document.write("</ul>");

