function WriteMenu(PageName ){
    // Index
	document.write('<A target="_parent" href="index.html">');
	if (PageName == "index"){
        document.write('<IMG src="images/Nav_Home_ON.gif"  ');
        }
    else{
        document.write('<IMG src="images/Nav_Home.gif"  ');
        document.write('onMouseOver="this.src=\'images/Nav_Home_ON.gif\'"  ');
        document.write('onMouseOut="this.src=\'images/Nav_Home.gif\'"  ');
    }
    document.write('width="195" height="23" border="0" alt="Home"  ');
    document.write('title="Home"  ');
    document.write('></A><BR>');

    // About
	document.write('<A target="_parent" href="About.html">');
	if (PageName == 'about'){
        document.write('<IMG src="images/Nav_About_SmartBeam_ON.gif"');
        }
    else{
        document.write('<IMG src="images/Nav_About_SmartBeam.gif"');
        document.write('onMouseOver="this.src=\'images/Nav_About_SmartBeam_ON.gif\'"');
        document.write('onMouseOut="this.src=\'images/Nav_About_SmartBeam.gif\'"');
    }
    document.write('width="195" height="23" border="0" alt="About SmartBeam"');
    document.write('title="About SmartBeam"');
    document.write('></A><BR>');
    
    // Photos
	document.write('<A target="_parent" href="Photos.html">');
	if (PageName == 'photos'){
        document.write('<IMG src="images/Nav_Photos_ON.gif"');
        }
    else{
        document.write('<IMG src="images/Nav_Photos.gif"');
        document.write('onMouseOver="this.src=\'images/Nav_Photos_ON.gif\'"');
        document.write('onMouseOut="this.src=\'images/Nav_Photos.gif\'"');
    }
    document.write('width="195" height="23" border="0" alt="Photos"');
    document.write('title="Photos"');
    document.write('></A><BR>');
//	document.write('<A href="Photos.html"           target="_parent"><IMG src="images/Nav_Photos.gif"              width="195" height="23" border="0" alt="Photos"               title="Photos"               onMouseOver="this.src=\'images/Nav_Photos_ON.gif\'"             onMouseOut="this.src=\'images/Nav_Photos.gif\'"></A><BR>');

    // Project Profiles
	document.write('<A target="_parent" href="Profiles.html">');
	if (PageName == 'profiles'){
        document.write('<IMG src="images/Nav_Project_Profiles_ON.gif"');
        }
    else{
        document.write('<IMG src="images/Nav_Project_Profiles.gif"');
        document.write('onMouseOver="this.src=\'images/Nav_Project_Profiles_ON.gif\'"');
        document.write('onMouseOut="this.src=\'images/Nav_Project_Profiles.gif\'"');
    }
    document.write('width="195" height="23" border="0" alt="Project Profiles"');
    document.write('title="Project Profiles"');
    document.write('></A><BR>');
	if (PageName == 'profiles'){
//        document.write('<A href="Profiles.html"      target="_parent"><IMG src="images/Nav_Project_Profiles_ON.gif"  width="195" height="23" border="0" alt="Project Profiles"     title="Project Profiles"  ></A><BR>');
		document.write('<A href="pp_Office.html"     target="_parent"><IMG src="images/Sub_PP_Office.gif"            width="195" height="16" border="0" alt="Office Constructon"   title="Office Constructon"></A><BR>');
		document.write('<A href="pp_Industrial.html" target="_parent"><IMG src="images/Sub_PP_Industrial.gif"        width="195" height="16" border="0" alt="General Applications" title="General Applications"></A><BR>');
		document.write('<A href="pp_Garage.html"     target="_parent"><IMG src="images/Sub_PP_Garages.gif"           width="195" height="16" border="0" alt="Parking Structures"   title="Parking Structures"></A><BR>');
		document.write('<A href="pp_Long_Span.html"  target="_parent"><IMG src="images/Sub_PP_Long_Spans.gif"        width="195" height="16" border="0" alt="Long Span Roofs"      title="Long Span Roofs"></A><BR>');
		document.write('<A href="pp_Retail.html"     target="_parent"><IMG src="images/Sub_PP_Retail.gif"            width="195" height="16" border="0" alt="Retail"               title="Retail"></A><BR>');
		document.write('<A href="pp_Sports.html"     target="_parent"><IMG src="images/Sub_PP_Sports.gif"            width="195" height="16" border="0" alt="Retail"               title="Sports"></A><BR>');
		document.write('<A href="pp_Medical.html"    target="_parent"><IMG src="images/Sub_PP_Medical.gif"           width="195" height="16" border="0" alt="Retail"               title="Medical"></A><BR>');
	}
	//document.write('<A href="Profiles.html"         target="_parent"><IMG src="images/Nav_Project_Profiles.gif"    width="195" height="23" border="0" alt="Project Profiles"     title="Project Profiles"     onMouseOver="this.src=\'images/Nav_Project_Profiles_ON.gif\'"   onMouseOut="this.src=\'images/Nav_Project_Profiles.gif\'"></A><BR>');

    // Environmental
	document.write('<A target="_parent" href="Enviro.html">');
	if (PageName == 'enviro'){
        document.write('<IMG src="images/Nav_Environmental_ON.gif"');
        }
    else{
        document.write('<IMG src="images/Nav_Environmental.gif"');
        document.write('onMouseOver="this.src=\'images/Nav_Environmental_ON.gif\'"');
        document.write('onMouseOut="this.src=\'images/Nav_Environmental.gif\'"');
    }
    document.write('width="195" height="23" border="0" alt="Environmental"');
    document.write('title="Environmental"');
    document.write('></A><BR>');
//	document.write('<A href="Enviro.html"            target="_parent"><IMG src="images/Nav_Environmental.gif"      width="195" height="24" border="0" alt="Environmental"        title="Environmental"        onMouseOver="this.src=\'images/Nav_Environmental_ON.gif\'"      onMouseOut="this.src=\'images/Nav_Environmental.gif\'"></A><BR>');

    // Design Programs
	document.write('<A target="_parent" href="design_progs.html">');
	if (PageName == 'design'){
        document.write('<IMG src="images/Nav_Design_Prog_ON.gif"');
        }
    else{
        document.write('<IMG src="images/Nav_Design_Prog.gif"');
        document.write('onMouseOver="this.src=\'images/Nav_Design_Prog_ON.gif\'"');
        document.write('onMouseOut="this.src=\'images/Nav_Design_Prog.gif\'"');
    }
    document.write('width="195" height="23" border="0" alt="Design Programs"');
    document.write('title="Design Programs"');
    document.write('></A><BR>');
//	document.write('<A href="design_progs.html"      target="_parent"><IMG src="images/Nav_Design_Prog.gif"        width="195" height="24" border="0" alt="Design Programs"      title="Design Programs"      onMouseOver="this.src=\'images/Nav_Design_Prog_ON.gif\'"        onMouseOut="this.src=\'images/Nav_Design_Prog.gif\'"></A><BR>');

    // General Notes
	document.write('<A target="_parent" href="gen_notes.html">');
	if (PageName == 'gennotes'){
        document.write('<IMG src="images/Nav_General_Notes_ON.gif"');
        }
    else{
        document.write('<IMG src="images/Nav_General_Notes.gif"');
        document.write('onMouseOver="this.src=\'images/Nav_General_Notes_ON.gif\'"');
        document.write('onMouseOut="this.src=\'images/Nav_General_Notes.gif\'"');
    }
    document.write('width="195" height="23" border="0" alt="General Notes"');
    document.write('title="General Notes"');
    document.write('></A><BR>');
//	document.write('<A href="gen_notes.html"         target="_parent"><IMG src="images/Nav_General_Notes.gif"      width="195" height="24" border="0" alt="General Notes"        title="General Notes"        onMouseOver="this.src=\'images/Nav_General_Notes_ON.gif\'"      onMouseOut="this.src=\'images/Nav_General_Notes.gif\'"></A><BR>');

    // Guide Specs
	document.write('<A target="_parent" href="guide_spec.html">');
	if (PageName == 'guidespecs'){
        document.write('<IMG src="images/Nav_Guide_Specs_ON.gif"');
        }
    else{
        document.write('<IMG src="images/Nav_Guide_Specs.gif"');
        document.write('onMouseOver="this.src=\'images/Nav_Guide_Specs_ON.gif\'"');
        document.write('onMouseOut="this.src=\'images/Nav_Guide_Specs.gif\'"');
    }
    document.write('width="195" height="23" border="0" alt="Guide Specs"');
    document.write('title="Guide Specs"');
    document.write('></A><BR>');
//	document.write('<A href="guide_spec.html"        target="_parent"><IMG src="images/Nav_Guide_Specs.gif"        width="195" height="24" border="0" alt="Guide Specifications" title="Guide Specifications" onMouseOver="this.src=\'images/Nav_Guide_Specs_ON.gif\'"        onMouseOut="this.src=\'images/Nav_Guide_Specs.gif\'"></A><BR>');
	
    // Presentations
	document.write('<A target="_parent" href="present.html">');
	if (PageName == 'presentations'){
        document.write('<IMG src="images/Nav_Presentations_ON.gif"');
        }
    else{
        document.write('<IMG src="images/Nav_Presentations.gif"');
        document.write('onMouseOver="this.src=\'images/Nav_Presentations_ON.gif\'"');
        document.write('onMouseOut="this.src=\'images/Nav_Presentations.gif\'"');
    }
    document.write('width="195" height="23" border="0" alt="Presentations"');
    document.write('title="Presentations"');
    document.write('></A><BR>');
//    document.write('<A href="present.html"           target="_parent"><IMG src="images/Nav_Presentations.gif"      width="195" height="24" border="0" alt="Presentation"         title="Presentation"         onMouseOver="this.src=\'images/Nav_Presentations_ON.gif\'"      onMouseOut="this.src=\'images/Nav_Presentations.gif\'"></A><BR>');
	if (PageName == 'presentations'){
		document.write('<A href="pr_Engineering.html" target="_parent"><IMG src="images/sub_pr_Design_Apps.gif"   width="195" height="16" border="0" alt="Office Buildings Persentation"                      title="Office Buildings Persentation"></A><BR>');
		document.write('<A href="pr_LongSpan.html"    target="_parent"><IMG src="images/sub_pr_LS_Solutions.gif"  width="195" height="16" border="0" alt="Multi-Story Retail Persentation"                    title="Multi-Story Retail Persentation"></A><BR>');
		document.write('<A href="pr_Sustainable.html" target="_parent"><IMG src="images/sub_pr_Sustainable.gif"   width="195" height="16" border="0" alt="Parking Structures Persentation"                    title="Parking Structures Persentation"></A><BR>');
		document.write('<A href="pr_AESS.html"        target="_parent"><IMG src="images/sub_pr_AESS.gif"          width="195" height="16" border="0" alt="General Information Presentation"                   title="General Information Presentation"></A><BR>');
	}

    // Articles
	document.write('<A target="_parent" href="articles.html">');
	if (PageName == 'articles'){
        document.write('<IMG src="images/Nav_Published_Articles_ON.gif"');
        }
    else{
        document.write('<IMG src="images/Nav_Published_Articles.gif"');
        document.write('onMouseOver="this.src=\'images/Nav_Published_Articles_ON.gif\'"');
        document.write('onMouseOut="this.src=\'images/Nav_Published_Articles.gif\'"');
    }
    document.write('width="195" height="23" border="0" alt="Published Articles"');
    document.write('title="Published Articles"');
    document.write('></A><BR>');
//	document.write('<A href="articles.html"          target="_parent"><IMG src="images/Nav_Published_Articles.gif" width="195" height="24" border="0" alt="Published Articles"  title="Published Articles"    onMouseOver="this.src=\'images/Nav_Published_Articles_ON.gif\'" onMouseOut="this.src=\'images/Nav_Published_Articles.gif\'"></A><BR>');
	if (PageName == 'articles'){
		document.write('<A href="magazine.html"      target="_parent"><IMG src="images/Sub_Mag_Articles.gif"       width="195" height="16" border="0" alt="Magazine Articles" title="Magazine Articles"></A><BR>');
		document.write('<A href="vibestudy.html"     target="_parent"><IMG src="images/Sub_Vib_Study.gif"          width="195" height="16" border="0" alt="Vibration Study"   title="Vibration Study"></A><BR>');
		document.write('<A href="ads.html"           target="_parent"><IMG src="images/Sub_Ads.gif"                width="195" height="16" border="0" alt="Magazine Articles" title="Magazine Articles"></A><BR>');
		document.write('<A href="press_rel.html"     target="_parent"><IMG src="images/Sub_Press_Rel.gif"          width="195" height="16" border="0" alt="Vibration Study"   title="Vibration Study"></A><BR>');
	}

    // Typical Details
	document.write('<A target="_parent" href="typdetails.html">');
	if (PageName == 'details'){
        document.write('<IMG src="images/Nav_Typical_Details_ON.gif"');
        }
    else{
        document.write('<IMG src="images/Nav_Typical_Details.gif"');
        document.write('onMouseOver="this.src=\'images/Nav_Typical_Details_ON.gif\'"');
        document.write('onMouseOut="this.src=\'images/Nav_Typical_Details.gif\'"');
    }
    document.write('width="195" height="23" border="0" alt="Typical Details"');
    document.write('title="Typical Details"');
    document.write('></A><BR>');
//	document.write('<A href="typdetails.html"        target="_parent"><IMG src="images/Nav_Typical_Details.gif"    width="195" height="24" border="0" alt="Typical Details"     title="Typical Details"       onMouseOver="this.src=\'images/Nav_Typical_Details_ON.gif\'"    onMouseOut="this.src=\'images/Nav_Typical_details.gif\'"></A><BR>');

    // Careers
	document.write('<A target="_parent" href="Careers_Body.asp">');
	if (PageName == 'careers'){
        document.write('<IMG src="images/Nav_Careers_ON.gif"');
        }
    else{
        document.write('<IMG src="images/Nav_Careers.gif"');
        document.write('onMouseOver="this.src=\'images/Nav_Careers_ON.gif\'"');
        document.write('onMouseOut="this.src=\'images/Nav_Careers.gif\'"');
    }
    document.write('width="195" height="23" border="0" alt="Careers"');
    document.write('title="Careers"');
    document.write('></A><BR>');
//	document.write('<A href="Careers_Body.asp"       target="_parent"><IMG src="images/Nav_Careers.gif"            width="195" height="24" border="0" alt="Careers"             title="Careers"               onMouseOver="this.src=\'images/Nav_Careers_ON.gif\'"            onMouseOut="this.src=\'images/Nav_Careers.gif\'"></A><BR>');

    // Resources
	document.write('<A target="_parent" href="resources.html">');
	if (PageName == 'resources'){
        document.write('<IMG src="images/Nav_Resources_ON.gif"');
        }
    else{
        document.write('<IMG src="images/Nav_Resources.gif"');
        document.write('onMouseOver="this.src=\'images/Nav_Resources_ON.gif\'"');
        document.write('onMouseOut="this.src=\'images/Nav_Resources.gif\'"');
    }
    document.write('width="195" height="23" border="0" alt="Resources"');
    document.write('title="Resources"');
    document.write('></A><BR>');

    // Contact
	document.write('<A target="_parent" href="Contact.html">');
	if (PageName == 'contact'){
        document.write('<IMG src="images/Nav_Contact_Us_ON.gif"');
        }
    else{
        document.write('<IMG src="images/Nav_Contact_Us.gif"');
        document.write('onMouseOver="this.src=\'images/Nav_Contact_Us_ON.gif\'"');
        document.write('onMouseOut="this.src=\'images/Nav_Contact_Us.gif\'"');
    }
    document.write('width="195" height="23" border="0" alt="Contact Us"');
    document.write('title="Contact Us"');
    document.write('></A><BR>');
//	document.write('<A href="Contact.html"           target="_parent"><IMG src="images/Nav_Contact_Us.gif"         width="195" height="24" border="0" alt="Contact Us"          title="Contact Us"            onMouseOver="this.src=\'images/Nav_Contact_Us_ON.gif\'"         onMouseOut="this.src=\'images/Nav_Contact_Us.gif\'"></A><BR>');

    // Menu Strip Bottom Bar
	document.write('<IMG src="images/Nav_Bottom.gif" width="195" height="24" border="0" alt=""></A><BR>');
}


function WritePageFooter(){
	document.write('<table cellborder=0 cellpadding=3 border=0 width=735>');
	document.write('<tr><td>');
	document.write('<hr size=1px notshade color=black>');
	document.write('<font style="font-size:10px;">')
	document.write('&nbsp;&nbsp;&nbsp;Copyright &copy; 2001-2008 CMC Steel Products.')
	document.write('</font>')
	document.write('</td></tr>');
	document.write('</table>');
}