//This file is for printing top menu
function printTopMenu(){ 
   document.writeln("<div align='center'>"); 
   document.writeln("<p class='normalText'><a href='index.asp'>Who We Are</a> |&nbsp;<a href='contact.htm'>Where Are We</a>&nbsp;|&nbsp;<a href='products_services.htm'>What We Do</a>&nbsp;|&nbsp;<a href='information.htm'>Information</a>&nbsp;|&nbsp;<a href='enquiries.htm'>What You Need</a></p>");
   document.writeln("</div>");
}   

//This file is for printing right menu
function printRightMenu(){  
   document.writeln("<table width='90%' border='0' cellspacing='0' cellpadding='0'>");
   document.writeln("<tr>"); 
   document.writeln("<td height='9' valign='top'>"); 
   document.writeln("<div align='center'><b><font color='#19751E' class='normalText2'><br>");
   document.writeln("W &amp; W News</font> </b></div>");
   document.writeln("</td>");
   document.writeln("</tr>");
   document.writeln("<tr>"); 
   document.writeln("<td class='normalText' valign='top'>");    
   document.writeln("<table border='0' width='82%' cellspacing='0' cellpadding='3' align='center'>");
   document.writeln("<tr>");
   document.writeln("<td class='normalText'>");
   document.writeln("<font color='red'><b>New</b></font> <a href='polymer_term_search.asp'>Polymer Terminology Search</a> Service.");  
   document.writeln("<br><br>");
	document.writeln("<font color='red'><b>New</b></font> <a href='oring_search.asp'>O-Ring Size Search</a> Service.");  
   document.writeln("<br><br>");
   document.writeln("<a href='unit_of_measure.htm'>Unit of Measure Conversion</a>");  
   document.writeln("<br><br>");
   document.writeln("Are you looking for something? Go to our <a href='products_services.htm'>Product and Services</a> page.");  
   document.writeln("<br><br>");
   document.writeln("We relocated our operations to a new <a href='contact.htm'>location</a>.");
   document.writeln("<br><br>");
   document.writeln("We revamped our web site on <font color='#FF0000'>13 Jan 2003</font>"); 
   document.writeln("</td>");
   document.writeln("</tr>");
   document.writeln("</table>");
   document.writeln("</td>");
   document.writeln("</tr>");
   document.writeln("</table><br>");
   document.writeln("<table border='0' width='85%' cellspacing='0' cellpadding='3' align='center'>");
   document.writeln("<tr>"); 
   document.writeln("<td bgcolor='#ffffff' nowrap align='center' class='normalText2'>"); 
   document.writeln("<font color='#19751E'><b>Info U Need</b></font>");
   document.writeln("</td>");
   document.writeln("</tr>");
   document.writeln("<tr>"); 
   document.writeln("<td bgcolor='#ececec' nowrap class='normalText' height='10'>"); 
   document.writeln("<li><a href='information.htm'>Information</a>");
   document.writeln("</td>");
   document.writeln("</tr>");
   document.writeln("<tr>"); 
   document.writeln("<td bgcolor='#ffffff' nowrap class='normalText'>"); 
   document.writeln("<li><a href='index.asp'>Who We Are</a>"); 
   document.writeln("</td>");
   document.writeln("</tr>");
   document.writeln("<tr>"); 
   document.writeln("<td bgcolor='#ececec' nowrap class='normalText'>"); 
   document.writeln("<li><a href='contact.htm'>Where Are We</a>"); 
   document.writeln("</td>");
   document.writeln("</tr>");
   document.writeln("<tr>"); 
   document.writeln("<td bgcolor='#ffffff' nowrap class='normalText'>"); 
   document.writeln("<li><a href='products_services.htm'>What We Do</a>"); 
   document.writeln("</td>");
   document.writeln("</tr>");
   document.writeln("<tr>"); 
   document.writeln("<td bgcolor='#ececec' nowrap class='normalText'>"); 
   document.writeln("<li><a href='enquiries.htm'>What You Need</a>"); 
   document.writeln("</td>");
   document.writeln("</tr>");
   document.writeln("</table>");           
}


//This file is for printing the footer
function printFooter(){
   document.writeln("<div align='center'>");
   document.writeln("<font class='normalText'>");
   document.writeln("<font color='#19751E'><b>W &amp; W</b></font>");         
   document.writeln("<font color='#19751E'><b>:</b></font>");             
   document.writeln("<font color='#990000'><b>W</b></font>ide Range of Products and Services,"); 
   document.writeln("<font color='#990000'><b>W</b></font>e Cater to All Your Needs&nbsp;");
   document.writeln("</font>");
   document.writeln("</div>");
}

//This file is for printing the copyright message
function printCopyrightMsg(){
   document.writeln("<div align='center'>");
   document.writeln("<font class='normalText'>");
   document.writeln("<font color='#19751E'><b>Copyright:</b></font>");
   document.writeln("no part of this website can be reproduced without the permission of"); 
   document.writeln("<font color='#19751E'><b>W &amp; W Plastic and Polymer</b></font>");
   document.writeln("</font>");
   document.writeln("</div>");
}


//This file is for printing the left menu
function printLeftMenu(label){
   document.writeln("<table border='0' width='85%' cellspacing='0' cellpadding='3' align='center'>");
   document.writeln("<tr>"); 
   document.writeln("<td>"); 
   if (label=="Search")
   {
   }else{
      document.writeln("<!-- Start of Site Search -->");
      document.writeln("<form name=\"frmSiteSearch\" method=\"get\" action=\"site_search.asp\">");
      document.writeln("<font class='normalText2' color='#19751E'><br><b>Quick Search</b></font><br>");
      document.writeln("<font class='normalText'>Type for anything that you want to search for:<br></font>");
      document.writeln("<input type=\"text\" name=\"search\" size=\"12\" maxlength=\"50\" value=\"site search\">");
      document.writeln("<input type=\"hidden\" name=\"mode\" value=\"allwords\">");
      document.writeln("<input type=\"submit\" name=\"submit\" value=\"Search\">");
      document.writeln("</form>");
      document.writeln("<!-- End of Site Search -->");
   }
   document.writeln("<form name='frmMailList'>");
   document.writeln("<font color='#19751E' class='normalText2'><br><b>Mailing List</b></font><br>");
   document.writeln("<font class='normalText'>Join our mailing list for our latest product updates:<br></font>");               
   document.writeln("<input type='text' name='txtEmail' size='16'>");
   document.writeln("<input type='button' name='Subscribe' value='Subscribe' onClick='SubmitEmailAddress(this.form)'>");
   document.writeln("</form>");
   document.writeln("</td>"); 
   document.writeln("</tr>"); 
   document.writeln("</table>"); 
}

