/**************************************************************************

	Project  :	4D Latex Rubber (for Dove Internet)
	Module   :	JavaScript Functions for Page Creation
	Filename :	pages.js

	Copyright 2005 IntelCompute

 **************************************************************************

	Change Log:

	Date		Name	Description
	----		----	-----------
	18/03/2005	Rob	Created File
	25/03/2005	Liza	Added submenu pictures

 **************************************************************************/
function fn_print_page_top()
{
	document.writeln("    <table width=\"95%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">");

// the top of the top box

	document.writeln("      <tr>");
	document.writeln("        <td width=\"7\"><img src=\"../images/topleft_corner.gif\" width=\"7\" height=\"7\"></td>");
	document.writeln("        <td background=\"../images/top_middle.gif\" width=\"100%\"><img src=\"../images/empty.gif\" width=\"1\" height=\"1\"></td>");
	document.writeln("        <td width=\"7\"><img src=\"../images/topright_corner.gif\" width=\"7\" height=\"7\"></td>");
	document.writeln("      </tr>");

// the logo

	document.writeln("      <tr>");
	document.writeln("        <td width=\"7\" background=\"../images/left.gif\"></td>");
	document.writeln("        <td width=\"100%\" class=\"pagebox\">");
	document.writeln("          <table>");
	document.writeln("            <tr>");
	document.writeln("              <td>");
	document.writeln("                <img src=\"../images/4dlogo.gif\">");
	document.writeln("              </td>");
	document.writeln("              <td><img src=\"../images/empty.gif\" width=\"1\" height=\"1\"></td>");
	
	document.writeln("        <td width=\"100%\" class=\"pagebox\" valign=\"bottom\">");

// top section for the menu items

	document.writeln("          <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	document.writeln("            <tr>");
	document.writeln("              <td width=\"4\"><img src=\"../images/menu_topleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"../images/menu_top_middle.gif\"><img src=\"../images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"../images/menu_topright_corner.gif\" width=\"4\" height=\"4\"></td>");

	document.writeln("              <td><img src=\"../images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\"><img src=\"../images/menu_topleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"../images/menu_top_middle.gif\"><img src=\"../images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"../images/menu_topright_corner.gif\" width=\"4\" height=\"4\"></td>");

	document.writeln("              <td><img src=\"../images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\"><img src=\"../images/menu_topleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"../images/menu_top_middle.gif\"><img src=\"../images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"../images/menu_topright_corner.gif\" width=\"4\" height=\"4\"></td>");

	document.writeln("              <td><img src=\"../images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\"><img src=\"../images/menu_topleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"../images/menu_top_middle.gif\"><img src=\"../images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"../images/menu_topright_corner.gif\" width=\"4\" height=\"4\"></td>");

	document.writeln("              <td><img src=\"../images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\"><img src=\"../images/menu_topleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"../images/menu_top_middle.gif\"><img src=\"../images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"../images/menu_topright_corner.gif\" width=\"4\" height=\"4\"></td>");

	document.writeln("              <td><img src=\"../images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\"><img src=\"../images/menu_topleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"../images/menu_top_middle.gif\"><img src=\"../images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"../images/menu_topright_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("            </tr>");

// the actual menu links

	document.writeln("            <tr>");
	document.writeln("              <td width=\"4\" background=\"../images/menu_left.gif\"><img src=\"../images/empty.gif\" width=\"4\" height=\"100%\"></td>");
	document.writeln("              <td class=\"menubutton\" align=\"center\"><a href=\"../index.html\"><font class=\"menutext\" onmouseover=\"this.style.color='#FF9898'\" onmouseout=\"this.style.color=''\">About 4D</font></a></td>");
	document.writeln("              <td width=\"4\" background=\"../images/menu_right.gif\"><img src=\"../images/empty.gif\" width=\"4\" height=\"100%\"></td>");

	document.writeln("              <td><img src=\"../images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\" background=\"../images/menu_left.gif\"><img src=\"../images/empty.gif\" width=\"4\" height=\"100%\"></td>");
	document.writeln("              <td class=\"menubutton\" align=\"center\"><a href=\"../fashion/home.html\"><font class=\"menutext\" onmouseover=\"this.style.color='#FF9898'\" onmouseout=\"this.style.color=''\">Fashion</font></a></td>");
	document.writeln("              <td width=\"4\" background=\"../images/menu_right.gif\"><img src=\"../images/empty.gif\" width=\"4\" height=\"100%\"></td>");

	document.writeln("              <td><img src=\"../images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\" background=\"../images/menu_left.gif\"><img src=\"../images/empty.gif\" width=\"4\" height=\"100%\"></td>");
	document.writeln("              <td class=\"menubutton\" align=\"center\"><a href=\"../fitness/home.html\"><font class=\"menutext\" onmouseover=\"this.style.color='#FF9898'\" onmouseout=\"this.style.color=''\">Fitness</font></a></td>");
	document.writeln("              <td width=\"4\" background=\"../images/menu_right.gif\"><img src=\"../images/empty.gif\" width=\"4\" height=\"100%\"></td>");

	document.writeln("              <td><img src=\"../images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\" background=\"../images/menu_left.gif\"><img src=\"../images/empty.gif\" width=\"4\" height=\"100%\"></td>");
	document.writeln("              <td class=\"menubutton\" align=\"center\"><a href=\"../dental/home.html\"><font class=\"menutext\" onmouseover=\"this.style.color='#FF9898'\" onmouseout=\"this.style.color=''\">Dental</font></a></td>");
	document.writeln("              <td width=\"4\" background=\"../images/menu_right.gif\"><img src=\"../images/empty.gif\" width=\"4\" height=\"100%\"></td>");

	document.writeln("              <td><img src=\"../images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\" background=\"../images/menu_left.gif\"><img src=\"../images/empty.gif\" width=\"4\" height=\"100%\"></td>");
	document.writeln("              <td class=\"menubutton\" align=\"center\"><a href=\"../industrial/home.html\"><font class=\"menutext\" onmouseover=\"this.style.color='#FF9898'\" onmouseout=\"this.style.color=''\">Industrial</font></a></td>");
	document.writeln("              <td width=\"4\" background=\"../images/menu_right.gif\"><img src=\"../images/empty.gif\" width=\"4\" height=\"100%\"></td>");

	document.writeln("              <td><img src=\"../images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\" background=\"../images/menu_left.gif\"><img src=\"../images/empty.gif\" width=\"4\" height=\"100%\"></td>");
	document.writeln("              <td class=\"menubutton\" align=\"center\"><a href=\"../cgi-bin/fashion_shop.pl?product_id=1&width_id=1\"><font class=\"menutext\" onmouseover=\"this.style.color='#FF9898'\" onmouseout=\"this.style.color=''\">Shop</font></a></td>");
	document.writeln("              <td width=\"4\" background=\"../images/menu_right.gif\"><img src=\"../images/empty.gif\" width=\"4\" height=\"100%\"></td>");
	document.writeln("            </tr>");

// the bottom of the menu items

	document.writeln("            <tr>");
	document.writeln("              <td width=\"4\"><img src=\"../images/menu_bottomleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"../images/menu_bottom_middle.gif\"><img src=\"../images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"../images/menu_bottomright_corner.gif\" width=\"4\" height=\"4\"></td>");

	document.writeln("              <td><img src=\"../images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\"><img src=\"../images/menu_bottomleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"../images/menu_bottom_middle.gif\"><img src=\"../images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"../images/menu_bottomright_corner.gif\" width=\"4\" height=\"4\"></td>");

	document.writeln("              <td><img src=\"../images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\"><img src=\"../images/menu_bottomleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"../images/menu_bottom_middle.gif\"><img src=\"../images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"../images/menu_bottomright_corner.gif\" width=\"4\" height=\"4\"></td>");

	document.writeln("              <td><img src=\"../images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\"><img src=\"../images/menu_bottomleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"../images/menu_bottom_middle.gif\"><img src=\"../images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"../images/menu_bottomright_corner.gif\" width=\"4\" height=\"4\"></td>");

	document.writeln("              <td><img src=\"../images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\"><img src=\"../images/menu_bottomleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"../images/menu_bottom_middle.gif\"><img src=\"../images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"../images/menu_bottomright_corner.gif\" width=\"4\" height=\"4\"></td>");

	document.writeln("              <td><img src=\"../images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\"><img src=\"../images/menu_bottomleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"../images/menu_bottom_middle.gif\"><img src=\"../images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"../images/menu_bottomright_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("            </tr>");

	document.writeln("          </table>");
	document.writeln("        </td>");
	document.writeln("        </tr>");
	document.writeln("        </table>");
	document.writeln("        </td>");
	

	document.writeln("        <td width=\"7\" background=\"../images/right.gif\"></td>");
	document.writeln("      </tr>");


// the bottom of the top bar

	document.writeln("      <tr>");
	document.writeln("        <td width=\"7\"><img src=\"../images/bottomleft_corner.gif\" width=\"7\" height=\"7\"></td>");
	document.writeln("        <td background=\"../images/bottommiddle.gif\" width=\"100%\"><img src=\"../images/empty.gif\" width=\"1\" height=\"1\"></td>");
	document.writeln("        <td width=\"7\"><img src=\"../images/bottomright_corner.gif\" width=\"7\" height=\"7\"></td>");
	document.writeln("      </tr>");

// gap between top and main

	document.writeln("      <tr>");
	document.writeln("        <td width=\"7\"><img src=\"../images/empty.gif\" width=\"7\" height=\"2\"></td>");
	document.writeln("        <td><img src=\"../images/empty.gif\" width=\"1\" height=\"2\"></td>");
	document.writeln("        <td width=\"7\"><img src=\"../images/empty.gif\" width=\"7\" height=\"2\"></td>");
	document.writeln("      </tr>");

// the top of the main page

	document.writeln("      <tr>");
	document.writeln("        <td width=\"7\"><img src=\"../images/topleft_corner.gif\" width=\"7\" height=\"7\"></td>");
	document.writeln("        <td background=\"../images/top_middle.gif\" width=\"100%\"><img src=\"../images/empty.gif\" width=\"1\" height=\"1\"></td>");
	document.writeln("        <td width=\"7\"><img src=\"../images/topright_corner.gif\" width=\"7\" height=\"7\"></td>");
	document.writeln("      </tr>");

	document.writeln("      <tr>");
	document.writeln("        <td width=\"7\" background=\"../images/left.gif\"></td>");
	document.writeln("        <td class=\"pagebox\"><img src=\"../images/empty.gif\" width=\"1\" height=\"10\"></td>");
	document.writeln("        <td width=\"7\" background=\"../images/right.gif\"></td>");
	document.writeln("      </tr>");

	document.writeln("      <tr>");
	document.writeln("        <td width=\"7\" background=\"../images/left.gif\"></td>");
	document.writeln("        <td width=\"100%\" class=\"pagebox\">");
}

function fn_print_page_bottom()
{

	document.writeln("        </td>");
	document.writeln("        <td width=\"7\" background=\"../images/right.gif\"></td>");
	document.writeln("      </tr>");

	document.writeln("      <tr>");
	document.writeln("        <td width=\"7\" background=\"../images/left.gif\"></td>");
	document.writeln("        <td width=\"100%\" class=\"pagebox\">");
	document.writeln("          <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	document.writeln("            <tr>");
	document.writeln("              <td>");
	document.writeln("                <table width=\"98%\" align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
	document.writeln("                  <tr><td><img src=\"../images/empty.gif\" width=\"1\" height=\"10\"></td></tr>");

	document.writeln("                  <tr><td><hr></td></tr>");

	document.writeln("                  <tr><td><img src=\"../images/empty.gif\" width=\"1\" height=\"5\"></td></tr>");

	document.writeln("                  <tr>");
	document.writeln("                    <td align=\"center\">");
	document.writeln("                      <img src=\"../images/bullet.gif\" width=\"15\" height=\"15\">");
	document.writeln("                      <a href=\"../free_sample/free_sample.html\"><font class=\"linktext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Free Sample</font></a>");
	document.writeln("                      <img src=\"../images/bullet.gif\" width=\"15\" height=\"15\">");
	document.writeln("                      <a href=\"../enquiries/enquiries.html\"><font class=\"linktext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Enquiries</font></a>");
	document.writeln("                      <img src=\"../images/bullet.gif\" width=\"15\" height=\"15\">");
	document.writeln("                      <a href=\"../contact/contact.html\"><font class=\"linktext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Contact Us</font></a>");
	document.writeln("                      <img src=\"../images/bullet.gif\" width=\"15\" height=\"15\">");
	document.writeln("                    </td>");
	document.writeln("                  </tr>");

	document.writeln("                  <tr><td><img src=\"../images/empty.gif\" width=\"1\" height=\"20\"></td></tr>");

	document.writeln("                  <tr><td align=\"center\"><font class=\"small\">Site Designed and Developed by <a href=\"http://www.doveinternet.co.uk\" target=\"_blank\"><font class=\"small\">Dove Internet</font></a><br>Copyright © 2005</td></tr>");

	document.writeln("                  <tr><td><img src=\"../images/empty.gif\" width=\"1\" height=\"10\"></td></tr>");
	document.writeln("                </table>");
	document.writeln("              </td>");
	document.writeln("            </tr>");
	document.writeln("          </table>");
	document.writeln("        </td>");
	document.writeln("        <td width=\"7\" background=\"../images/right.gif\"></td>");
	document.writeln("      </tr>");

	document.writeln("      <tr>");
	document.writeln("        <td width=\"7\"><img src=\"../images/bottomleft_corner.gif\" width=\"7\" height=\"7\"></td>");
	document.writeln("        <td background=\"../images/bottommiddle.gif\" width=\"100%\"><img src=\"../images/empty.gif\" width=\"1\" height=\"1\"></td>");
	document.writeln("        <td width=\"7\"><img src=\"../images/bottomright_corner.gif\" width=\"7\" height=\"7\"></td>");
	document.writeln("      </tr>");
	
	document.writeln("      <tr><td cospan=\"3\"><img src=\"../images/empty.gif\" width=\"1\" height=\"20\"></td></tr>");

	document.writeln("    </table>");
}

function fn_print_submenu(section)
{
	document.writeln("                <img src=\"../images/empty.gif\" width=\"10\" height=\"1\">");
	document.writeln("              </td>");
	document.writeln("              <td valign=\"top\">");

	document.writeln("                <table width=\"150\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
	document.writeln("                  <tr>");
	document.writeln("                    <td class=\"boxmenuborder\">");

	document.writeln("                      <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\">");
	document.writeln("                        <tr><td class=\"boxmenuhead\" align=\"center\"><font class=\"submenutitle\">" + section + "</font></td></tr>");
	document.writeln("            		  <tr>");
	document.writeln("            		    <td>");
	document.writeln("            		      <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");

	if (section == "Fashion")
	{
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"home.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Home</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"adhesives.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Adhesives</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"printing.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Printing</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"care_of_rubber.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Care of Rubber</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"safety_info.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Safety Information</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"../cgi-bin/fashion_shop.pl?product_id=1&width_id=1\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Online Shop</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"terms.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Terms & Conditions</font></a></td></tr>");

		document.writeln("                            </table>");
		document.writeln("                          </td>");
		document.writeln("                        </tr>");
		document.writeln("                      </table>");

		document.writeln("                    </td>");
		document.writeln("                  </tr>");

		document.writeln("                  <tr>");
		document.writeln("                    <td>");
		document.writeln("                      <img src=\"../images/empty.gif\" width=\"1\" height=\"15\">");
		document.writeln("                    </td>");
		document.writeln("                  </tr>");

		document.writeln("                  <tr>");
		document.writeln("                    <td class=\"boxmenuborder\">");
		document.writeln("                       <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\">");
		document.writeln("                         <tr>");
		document.writeln("                           <td class=\"boxmenubody\">");
		document.writeln("                             <img src=\"../fashion/images/fashion.gif\">");
		document.writeln("                           </td>");
		document.writeln("                         </tr>");
		document.writeln("                       </table>");
		document.writeln("                     </td>");
		document.writeln("                   </tr>");

	}

	if (section == "Fitness")
	{
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"home.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Home</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"exercise_tubes.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Exercise Tubes</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"exercise_bands.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Exercise Bands</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"printed_bands.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Printed Bands</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"promotional.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Promotional</font></a></td></tr>");

		document.writeln("                            </table>");
		document.writeln("                          </td>");
		document.writeln("                        </tr>");
		document.writeln("                      </table>");

		document.writeln("                    </td>");
		document.writeln("                  </tr>");

		document.writeln("                  <tr>");
		document.writeln("                    <td>");
		document.writeln("                      <img src=\"../images/empty.gif\" width=\"1\" height=\"15\">");
		document.writeln("                    </td>");
		document.writeln("                  </tr>");

		document.writeln("                  <tr>");
		document.writeln("                    <td class=\"boxmenuborder\">");
		document.writeln("                       <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\">");
		document.writeln("                         <tr>");
		document.writeln("                           <td class=\"boxmenubody\">");
		document.writeln("                             <img src=\"../fitness/images/fitness.gif\">");
		document.writeln("                           </td>");
		document.writeln("                         </tr>");
		document.writeln("                       </table>");
		document.writeln("                     </td>");
		document.writeln("                   </tr>");

	}

	if (section == "Dental")
	{
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"home.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Home</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"product_info.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Product Info</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"disclaimer.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Disclaimer</font></a></td></tr>");

		document.writeln("                            </table>");
		document.writeln("                          </td>");
		document.writeln("                        </tr>");
		document.writeln("                      </table>");

		document.writeln("                    </td>");
		document.writeln("                  </tr>");

		document.writeln("                  <tr>");
		document.writeln("                    <td>");
		document.writeln("                      <img src=\"../images/empty.gif\" width=\"1\" height=\"15\">");
		document.writeln("                    </td>");
		document.writeln("                  </tr>");

		document.writeln("                  <tr>");
		document.writeln("                    <td class=\"boxmenuborder\">");
		document.writeln("                       <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\">");
		document.writeln("                         <tr>");
		document.writeln("                           <td class=\"boxmenubody\">");
		document.writeln("                             <img src=\"../dental/images/dental.gif\">");
		document.writeln("                           </td>");
		document.writeln("                         </tr>");
		document.writeln("                       </table>");
		document.writeln("                     </td>");
		document.writeln("                   </tr>");
	}

	if (section == "Industrial")
	{
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"home.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Home</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"adhesive.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Adhesives</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"printed.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Printed Latex</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"additional_services.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Additional Services</font></a></td></tr>");

		document.writeln("                            </table>");
		document.writeln("                          </td>");
		document.writeln("                        </tr>");
		document.writeln("                      </table>");

		document.writeln("                    </td>");
		document.writeln("                  </tr>");

		document.writeln("                  <tr>");
		document.writeln("                    <td>");
		document.writeln("                      <img src=\"../images/empty.gif\" width=\"1\" height=\"15\">");
		document.writeln("                    </td>");
		document.writeln("                  </tr>");

		document.writeln("                  <tr>");
		document.writeln("                    <td class=\"boxmenuborder\">");
		document.writeln("                       <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\">");
		document.writeln("                         <tr>");
		document.writeln("                           <td class=\"boxmenubody\">");
		document.writeln("                             <img src=\"../industrial/images/industrial.gif\">");
		document.writeln("                           </td>");
		document.writeln("                         </tr>");
		document.writeln("                       </table>");
		document.writeln("                     </td>");
		document.writeln("                   </tr>");

	}

	document.writeln("                </table>");
	document.writeln("              </td>");
	document.writeln("              <td>");
	document.writeln("                <img src=\"../images/empty.gif\" width=\"10\" height=\"1\">");
	document.writeln("              </td>");
	
	document.writeln("              <td valign=\"top\" width=\"100%\">");
}
function fn_print_page_top1()
{
	document.writeln("    <table width=\"95%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">");

// the top of the top box

	document.writeln("      <tr>");
	document.writeln("        <td width=\"7\"><img src=\"images/topleft_corner.gif\" width=\"7\" height=\"7\"></td>");
	document.writeln("        <td background=\"images/top_middle.gif\" width=\"100%\"><img src=\"images/empty.gif\" width=\"1\" height=\"1\"></td>");
	document.writeln("        <td width=\"7\"><img src=\"images/topright_corner.gif\" width=\"7\" height=\"7\"></td>");
	document.writeln("      </tr>");

// the logo

	document.writeln("      <tr>");
	document.writeln("        <td width=\"7\" background=\"images/left.gif\"></td>");
	document.writeln("        <td width=\"100%\" class=\"pagebox\">");
	document.writeln("          <table>");
	document.writeln("            <tr>");
	document.writeln("              <td>");
	document.writeln("                <img src=\"images/4dlogo.gif\">");
	document.writeln("              </td>");
	document.writeln("              <td><img src=\"images/empty.gif\" width=\"1\" height=\"1\"></td>");
	
	document.writeln("        <td width=\"100%\" class=\"pagebox\" valign=\"bottom\">");

// top section for the menu items

	document.writeln("          <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	document.writeln("            <tr>");
	document.writeln("              <td width=\"4\"><img src=\"images/menu_topleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"images/menu_top_middle.gif\"><img src=\"images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"images/menu_topright_corner.gif\" width=\"4\" height=\"4\"></td>");

	document.writeln("              <td><img src=\"images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\"><img src=\"images/menu_topleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"images/menu_top_middle.gif\"><img src=\"images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"images/menu_topright_corner.gif\" width=\"4\" height=\"4\"></td>");

	document.writeln("              <td><img src=\"images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\"><img src=\"images/menu_topleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"images/menu_top_middle.gif\"><img src=\"images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"images/menu_topright_corner.gif\" width=\"4\" height=\"4\"></td>");

	document.writeln("              <td><img src=\"images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\"><img src=\"images/menu_topleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"images/menu_top_middle.gif\"><img src=\"images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"images/menu_topright_corner.gif\" width=\"4\" height=\"4\"></td>");

	document.writeln("              <td><img src=\"images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\"><img src=\"images/menu_topleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"images/menu_top_middle.gif\"><img src=\"images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"images/menu_topright_corner.gif\" width=\"4\" height=\"4\"></td>");

	document.writeln("              <td><img src=\"images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\"><img src=\"images/menu_topleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"images/menu_top_middle.gif\"><img src=\"images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"images/menu_topright_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("            </tr>");

// the actual menu links

	document.writeln("            <tr>");
	document.writeln("              <td width=\"4\" background=\"images/menu_left.gif\"><img src=\"images/empty.gif\" width=\"4\" height=\"100%\"></td>");
	document.writeln("              <td class=\"menubutton\" align=\"center\"><a href=\"index.html\"><font class=\"menutext\" onmouseover=\"this.style.color='#FF9898'\" onmouseout=\"this.style.color=''\">About 4D</font></a></td>");
	document.writeln("              <td width=\"4\" background=\"images/menu_right.gif\"><img src=\"images/empty.gif\" width=\"4\" height=\"100%\"></td>");

	document.writeln("              <td><img src=\"images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\" background=\"images/menu_left.gif\"><img src=\"images/empty.gif\" width=\"4\" height=\"100%\"></td>");
	document.writeln("              <td class=\"menubutton\" align=\"center\"><a href=\"fashion/home.html\"><font class=\"menutext\" onmouseover=\"this.style.color='#FF9898'\" onmouseout=\"this.style.color=''\">Fashion</font></a></td>");
	document.writeln("              <td width=\"4\" background=\"images/menu_right.gif\"><img src=\"images/empty.gif\" width=\"4\" height=\"100%\"></td>");

	document.writeln("              <td><img src=\"images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\" background=\"images/menu_left.gif\"><img src=\"images/empty.gif\" width=\"4\" height=\"100%\"></td>");
	document.writeln("              <td class=\"menubutton\" align=\"center\"><a href=\"fitness/home.html\"><font class=\"menutext\" onmouseover=\"this.style.color='#FF9898'\" onmouseout=\"this.style.color=''\">Fitness</font></a></td>");
	document.writeln("              <td width=\"4\" background=\"images/menu_right.gif\"><img src=\"images/empty.gif\" width=\"4\" height=\"100%\"></td>");

	document.writeln("              <td><img src=\"images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\" background=\"images/menu_left.gif\"><img src=\"images/empty.gif\" width=\"4\" height=\"100%\"></td>");
	document.writeln("              <td class=\"menubutton\" align=\"center\"><a href=\"dental/home.html\"><font class=\"menutext\" onmouseover=\"this.style.color='#FF9898'\" onmouseout=\"this.style.color=''\">Dental</font></a></td>");
	document.writeln("              <td width=\"4\" background=\"images/menu_right.gif\"><img src=\"images/empty.gif\" width=\"4\" height=\"100%\"></td>");

	document.writeln("              <td><img src=\"images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\" background=\"images/menu_left.gif\"><img src=\"images/empty.gif\" width=\"4\" height=\"100%\"></td>");
	document.writeln("              <td class=\"menubutton\" align=\"center\"><a href=\"industrial/home.html\"><font class=\"menutext\" onmouseover=\"this.style.color='#FF9898'\" onmouseout=\"this.style.color=''\">Industrial</font></a></td>");
	document.writeln("              <td width=\"4\" background=\"images/menu_right.gif\"><img src=\"images/empty.gif\" width=\"4\" height=\"100%\"></td>");

	document.writeln("              <td><img src=\"images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\" background=\"images/menu_left.gif\"><img src=\"images/empty.gif\" width=\"4\" height=\"100%\"></td>");
	document.writeln("              <td class=\"menubutton\" align=\"center\"><a href=\"cgi-bin/fashion_shop.pl?product_id=1&width_id=1\"><font class=\"menutext\" onmouseover=\"this.style.color='#FF9898'\" onmouseout=\"this.style.color=''\">Shop</font></a></td>");
	document.writeln("              <td width=\"4\" background=\"images/menu_right.gif\"><img src=\"images/empty.gif\" width=\"4\" height=\"100%\"></td>");
	document.writeln("            </tr>");

// the bottom of the menu items

	document.writeln("            <tr>");
	document.writeln("              <td width=\"4\"><img src=\"images/menu_bottomleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"images/menu_bottom_middle.gif\"><img src=\"images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"images/menu_bottomright_corner.gif\" width=\"4\" height=\"4\"></td>");

	document.writeln("              <td><img src=\"images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\"><img src=\"images/menu_bottomleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"images/menu_bottom_middle.gif\"><img src=\"images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"images/menu_bottomright_corner.gif\" width=\"4\" height=\"4\"></td>");

	document.writeln("              <td><img src=\"images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\"><img src=\"images/menu_bottomleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"images/menu_bottom_middle.gif\"><img src=\"images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"images/menu_bottomright_corner.gif\" width=\"4\" height=\"4\"></td>");

	document.writeln("              <td><img src=\"images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\"><img src=\"images/menu_bottomleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"images/menu_bottom_middle.gif\"><img src=\"images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"images/menu_bottomright_corner.gif\" width=\"4\" height=\"4\"></td>");

	document.writeln("              <td><img src=\"images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\"><img src=\"images/menu_bottomleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"images/menu_bottom_middle.gif\"><img src=\"images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"images/menu_bottomright_corner.gif\" width=\"4\" height=\"4\"></td>");

	document.writeln("              <td><img src=\"images/empty.gif\" width=\"5\" height=\"1\"></td>");

	document.writeln("              <td width=\"4\"><img src=\"images/menu_bottomleft_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("              <td height=\"4\" background=\"images/menu_bottom_middle.gif\"><img src=\"images/empty.gif\" width=\"75\" height=\"1\"></td>");
	document.writeln("              <td width=\"4\"><img src=\"images/menu_bottomright_corner.gif\" width=\"4\" height=\"4\"></td>");
	document.writeln("            </tr>");

	document.writeln("          </table>");
	document.writeln("        </td>");
	document.writeln("        </tr>");
	document.writeln("        </table>");
	document.writeln("        </td>");
	

	document.writeln("        <td width=\"7\" background=\"images/right.gif\"></td>");
	document.writeln("      </tr>");


// the bottom of the top bar

	document.writeln("      <tr>");
	document.writeln("        <td width=\"7\"><img src=\"images/bottomleft_corner.gif\" width=\"7\" height=\"7\"></td>");
	document.writeln("        <td background=\"images/bottommiddle.gif\" width=\"100%\"><img src=\"images/empty.gif\" width=\"1\" height=\"1\"></td>");
	document.writeln("        <td width=\"7\"><img src=\"images/bottomright_corner.gif\" width=\"7\" height=\"7\"></td>");
	document.writeln("      </tr>");

// gap between top and main

	document.writeln("      <tr>");
	document.writeln("        <td width=\"7\"><img src=\"images/empty.gif\" width=\"7\" height=\"2\"></td>");
	document.writeln("        <td><img src=\"images/empty.gif\" width=\"1\" height=\"2\"></td>");
	document.writeln("        <td width=\"7\"><img src=\"images/empty.gif\" width=\"7\" height=\"2\"></td>");
	document.writeln("      </tr>");

// the top of the main page

	document.writeln("      <tr>");
	document.writeln("        <td width=\"7\"><img src=\"images/topleft_corner.gif\" width=\"7\" height=\"7\"></td>");
	document.writeln("        <td background=\"images/top_middle.gif\" width=\"100%\"><img src=\"images/empty.gif\" width=\"1\" height=\"1\"></td>");
	document.writeln("        <td width=\"7\"><img src=\"images/topright_corner.gif\" width=\"7\" height=\"7\"></td>");
	document.writeln("      </tr>");

	document.writeln("      <tr>");
	document.writeln("        <td width=\"7\" background=\"images/left.gif\"></td>");
	document.writeln("        <td class=\"pagebox\"><img src=\"images/empty.gif\" width=\"1\" height=\"10\"></td>");
	document.writeln("        <td width=\"7\" background=\"images/right.gif\"></td>");
	document.writeln("      </tr>");

	document.writeln("      <tr>");
	document.writeln("        <td width=\"7\" background=\"images/left.gif\"></td>");
	document.writeln("        <td width=\"100%\" class=\"pagebox\">");
}

function fn_print_page_bottom1()
{

	document.writeln("        </td>");
	document.writeln("        <td width=\"7\" background=\"images/right.gif\"></td>");
	document.writeln("      </tr>");

	document.writeln("      <tr>");
	document.writeln("        <td width=\"7\" background=\"images/left.gif\"></td>");
	document.writeln("        <td width=\"100%\" class=\"pagebox\">");
	document.writeln("          <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	document.writeln("            <tr>");
	document.writeln("              <td>");
	document.writeln("                <table width=\"98%\" align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
	document.writeln("                  <tr><td><img src=\"images/empty.gif\" width=\"1\" height=\"10\"></td></tr>");

	document.writeln("                  <tr><td><hr></td></tr>");

	document.writeln("                  <tr><td><img src=\"images/empty.gif\" width=\"1\" height=\"5\"></td></tr>");

	document.writeln("                  <tr>");
	document.writeln("                    <td align=\"center\">");
	document.writeln("                      <img src=\"images/bullet.gif\" width=\"15\" height=\"15\">");
	document.writeln("                      <a href=\"free_sample/free_sample.html\"><font class=\"linktext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Free Sample</font></a>");
	document.writeln("                      <img src=\"images/bullet.gif\" width=\"15\" height=\"15\">");
	document.writeln("                      <a href=\"enquiries/enquiries.html\"><font class=\"linktext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Enquiries</font></a>");
	document.writeln("                      <img src=\"images/bullet.gif\" width=\"15\" height=\"15\">");
	document.writeln("                      <a href=\"contact/contact.html\"><font class=\"linktext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Contact Us</font></a>");
	document.writeln("                      <img src=\"images/bullet.gif\" width=\"15\" height=\"15\">");
	document.writeln("                    </td>");
	document.writeln("                  </tr>");

	document.writeln("                  <tr><td><img src=\"images/empty.gif\" width=\"1\" height=\"20\"></td></tr>");

	document.writeln("                  <tr><td align=\"center\"><font class=\"small\">Site Designed and Developed by <a href=\"http://www.doveinternet.co.uk\" target=\"_blank\"><font class=\"small\">Dove Internet</font></a><br>Copyright © 2005</td></tr>");

	document.writeln("                  <tr><td><img src=\"images/empty.gif\" width=\"1\" height=\"10\"></td></tr>");
	document.writeln("                </table>");
	document.writeln("              </td>");
	document.writeln("            </tr>");
	document.writeln("          </table>");
	document.writeln("        </td>");
	document.writeln("        <td width=\"7\" background=\"images/right.gif\"></td>");
	document.writeln("      </tr>");

	document.writeln("      <tr>");
	document.writeln("        <td width=\"7\"><img src=\"images/bottomleft_corner.gif\" width=\"7\" height=\"7\"></td>");
	document.writeln("        <td background=\"images/bottommiddle.gif\" width=\"100%\"><img src=\"images/empty.gif\" width=\"1\" height=\"1\"></td>");
	document.writeln("        <td width=\"7\"><img src=\"images/bottomright_corner.gif\" width=\"7\" height=\"7\"></td>");
	document.writeln("      </tr>");
	
	document.writeln("      <tr><td cospan=\"3\"><img src=\"images/empty.gif\" width=\"1\" height=\"20\"></td></tr>");

	document.writeln("    </table>");
}

function fn_print_submenu1(section)
{
	document.writeln("                <img src=\"images/empty.gif\" width=\"10\" height=\"1\">");
	document.writeln("              </td>");
	document.writeln("              <td valign=\"top\">");

	document.writeln("                <table width=\"150\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
	document.writeln("                  <tr>");
	document.writeln("                    <td class=\"boxmenuborder\">");

	document.writeln("                      <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\">");
	document.writeln("                        <tr><td class=\"boxmenuhead\" align=\"center\"><font class=\"submenutitle\">" + section + "</font></td></tr>");
	document.writeln("            		  <tr>");
	document.writeln("            		    <td>");
	document.writeln("            		      <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");

	if (section == "Fashion")
	{
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"home.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Home</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"adhesives.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Adhesives</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"printing.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Printing</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"care_of_rubber.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Care of Rubber</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"safety_info.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Safety Information</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"cgi-bin/fashion_shop.pl?product_id=1&width_id=1\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Online Shop</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"terms.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Terms & Conditions</font></a></td></tr>");

		document.writeln("                            </table>");
		document.writeln("                          </td>");
		document.writeln("                        </tr>");
		document.writeln("                      </table>");

		document.writeln("                    </td>");
		document.writeln("                  </tr>");

		document.writeln("                  <tr>");
		document.writeln("                    <td>");
		document.writeln("                      <img src=\"images/empty.gif\" width=\"1\" height=\"15\">");
		document.writeln("                    </td>");
		document.writeln("                  </tr>");

		document.writeln("                  <tr>");
		document.writeln("                    <td class=\"boxmenuborder\">");
		document.writeln("                       <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\">");
		document.writeln("                         <tr>");
		document.writeln("                           <td class=\"boxmenubody\">");
		document.writeln("                             <img src=\"fashion/images/fashion.gif\">");
		document.writeln("                           </td>");
		document.writeln("                         </tr>");
		document.writeln("                       </table>");
		document.writeln("                     </td>");
		document.writeln("                   </tr>");

	}

	if (section == "Fitness")
	{
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"home.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Home</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"exercise_tubes.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Exercise Tubes</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"exercise_bands.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Exercise Bands</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"printed_bands.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Printed Bands</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"promotional.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Promotional</font></a></td></tr>");

		document.writeln("                            </table>");
		document.writeln("                          </td>");
		document.writeln("                        </tr>");
		document.writeln("                      </table>");

		document.writeln("                    </td>");
		document.writeln("                  </tr>");

		document.writeln("                  <tr>");
		document.writeln("                    <td>");
		document.writeln("                      <img src=\"images/empty.gif\" width=\"1\" height=\"15\">");
		document.writeln("                    </td>");
		document.writeln("                  </tr>");

		document.writeln("                  <tr>");
		document.writeln("                    <td class=\"boxmenuborder\">");
		document.writeln("                       <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\">");
		document.writeln("                         <tr>");
		document.writeln("                           <td class=\"boxmenubody\">");
		document.writeln("                             <img src=\"fitness/images/fitness.gif\">");
		document.writeln("                           </td>");
		document.writeln("                         </tr>");
		document.writeln("                       </table>");
		document.writeln("                     </td>");
		document.writeln("                   </tr>");

	}

	if (section == "Dental")
	{
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"home.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Home</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"product_info.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Product Info</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"disclaimer.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Disclaimer</font></a></td></tr>");

		document.writeln("                            </table>");
		document.writeln("                          </td>");
		document.writeln("                        </tr>");
		document.writeln("                      </table>");

		document.writeln("                    </td>");
		document.writeln("                  </tr>");

		document.writeln("                  <tr>");
		document.writeln("                    <td>");
		document.writeln("                      <img src=\"images/empty.gif\" width=\"1\" height=\"15\">");
		document.writeln("                    </td>");
		document.writeln("                  </tr>");

		document.writeln("                  <tr>");
		document.writeln("                    <td class=\"boxmenuborder\">");
		document.writeln("                       <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\">");
		document.writeln("                         <tr>");
		document.writeln("                           <td class=\"boxmenubody\">");
		document.writeln("                             <img src=\"dental/images/dental.gif\">");
		document.writeln("                           </td>");
		document.writeln("                         </tr>");
		document.writeln("                       </table>");
		document.writeln("                     </td>");
		document.writeln("                   </tr>");
	}

	if (section == "Industrial")
	{
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"home.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Home</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"adhesive.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Adhesives</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"printed.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Printed Latex</font></a></td></tr>");
		document.writeln("                              <tr><td class=\"boxmenubody\"><a href=\"additional_services.html\"><font class=\"submenutext\" onmouseover=\"this.style.color='#ffffff'\" onmouseout=\"this.style.color=''\">Additional Services</font></a></td></tr>");

		document.writeln("                            </table>");
		document.writeln("                          </td>");
		document.writeln("                        </tr>");
		document.writeln("                      </table>");

		document.writeln("                    </td>");
		document.writeln("                  </tr>");

		document.writeln("                  <tr>");
		document.writeln("                    <td>");
		document.writeln("                      <img src=\"images/empty.gif\" width=\"1\" height=\"15\">");
		document.writeln("                    </td>");
		document.writeln("                  </tr>");

		document.writeln("                  <tr>");
		document.writeln("                    <td class=\"boxmenuborder\">");
		document.writeln("                       <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\">");
		document.writeln("                         <tr>");
		document.writeln("                           <td class=\"boxmenubody\">");
		document.writeln("                             <img src=\"industrial/images/industrial.gif\">");
		document.writeln("                           </td>");
		document.writeln("                         </tr>");
		document.writeln("                       </table>");
		document.writeln("                     </td>");
		document.writeln("                   </tr>");

	}

	document.writeln("                </table>");
	document.writeln("              </td>");
	document.writeln("              <td>");
	document.writeln("                <img src=\"images/empty.gif\" width=\"10\" height=\"1\">");
	document.writeln("              </td>");
	
	document.writeln("              <td valign=\"top\" width=\"100%\">");
}