function PrintCPMenuBar()

{

 // document.write("<div class=\"menuBar\" style=\"z-index:2\" onmouseout=\"buttonOrMenuMouseout(event)\">");



  document.write("<table border=\"0\" bordercolor=\"white\" height=\"25\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" ><tr valign=\"bottom\">");

  document.write("<td valign=\"top\" class=\"topLinks\" align=\"center\">");
  

  document.write("<a href=\"http://www.churchpro.com\" onclick=\"return buttonClick(event, 'menu5');\" onmouseover=\"buttonMouseover(event, 'Home');\" >");

  document.write("<span class=\"topLinks\" onmouseover=\"hover(this,true,'#E8CE02')\" onmouseout=\"hover(this,false,'#ffffff')\">Home</span>");

  document.write("</a><font class=\"topLinks\">&nbsp;</font>"); 

  document.write("</a><img src=\"images/hl1-3.gif\" width=\"2\" height=\"10\" border=\"0\"> ");
  
  
  document.write("<a href=\"products.asp\" onclick=\"return buttonClick(event, 'menu6');\" onmouseover=\"buttonMouseover(event, 'Products');\" >");

  document.write("<span class=\"topLinks\" onmouseover=\"hover(this,true,'#E8CE02')\" onmouseout=\"hover(this,false,'#ffffff')\">Products</span>");

  document.write("</a><font class=\"topLinks\">&nbsp;</font>");

  document.write("</a><img src=\"images/hl1-3.gif\" width=\"2\" height=\"10\" border=\"0\"> ");



  document.write("<a href=\"training.asp\" onclick=\"return buttonClick(event, 'menu7');\" onmouseover=\"buttonMouseover(event, 'Training');\" >");

  document.write("<span class=\"topLinks\" onmouseover=\"hover(this,true,'#E8CE02')\" onmouseout=\"hover(this,false,'#ffffff')\">Training</span>");

  document.write("</a><font class=\"topLinks\">&nbsp;</font>");

  document.write("</a><img src=\"images/hl1-3.gif\" width=\"2\" height=\"10\" border=\"0\"> ");



  document.write("<a href=\"support.asp\" onclick=\"return buttonClick(event, 'menu8');\" onmouseover=\"buttonMouseover(event, 'Support');\" >");

  document.write("<span class=\"topLinks\" onmouseover=\"hover(this,true,'#E8CE02')\" onmouseout=\"hover(this,false,'#ffffff')\">Support</span>");

  document.write("</a><font class=\"topLinks\">&nbsp;</font>");

  document.write("</a><img src=\"images/hl1-3.gif\" width=\"2\" height=\"10\" border=\"0\"> ");



  document.write("<a href=\"about.asp\" class=\"topLinks\" onmouseover=\"hover(this,true,'#E8CE02')\" onmouseout=\"hover(this,false,'#ffffff')\">About Us");

  document.write("</a><font class=\"topLinks\">&nbsp;</font>");

  document.write("</a><img src=\"images/hl1-3.gif\" width=\"2\" height=\"10\" border=\"0\"> ");

  document.write("<a href=\"contact.asp\" class=\"topLinks\" onmouseover=\"hover(this,true,'#E8CE02')\" onmouseout=\"hover(this,false,'#ffffff')\">Contact");

  document.write("</a>");

  document.write("</td></tr></table>");



  document.write("</div>");

}



function PrintCPMenu()

{

  document.write("<div class=\"menu\" id=\"Products\" style=\"z-index:2;\">");

  document.write("<a class=\"menuItem\" style=\"width:90;\" target=\"_self\" href=\"cpprogram.asp\">ChurchPro2012</a>");

  document.write("<a class=\"menuItem\" style=\"width:90;\" target=\"_self\" href=\"compare.asp\">Comparison</a>");

  document.write("<a class=\"menuItem\" style=\"width:90;\" target=\"_self\" href=\"modules.asp\">Modules</a>");

  document.write("<a class=\"menuItem\" style=\"width:90;\" target=\"_self\" href=\"newfeatures.asp\">New Features</a>");

  document.write("<a class=\"menuItem\" style=\"width:90;\" target=\"_self\" href=\"packages.asp\">Packages</a>");

  document.write("<a class=\"menuItem\" style=\"width:90;\" target=\"_self\" href=\"features.asp\">Past Features</a>");

  document.write("<a class=\"menuItem\" style=\"width:90;\" target=\"_self\" href=\"pricing.asp\">Pricing</a>");

  document.write("<a class=\"menuItem\" style=\"width:90;\" target=\"_self\" href=\"products.asp\">Products</a>");

  document.write("<a class=\"menuItem\" style=\"width:90;\" target=\"_self\" href=\"reports.asp\">Reports</a>");

  document.write("<a class=\"menuItem\" style=\"width:90;\" target=\"_self\" href=\"phonetreepackages.asp\">PhoneTree</a>");
  
  document.write("<a class=\"menuItem\" style=\"width:90;\" target=\"_self\" href=\"taxguide.asp\">B.J. Worth's Tax Guide</a>")


  document.write("</div>");



  document.write("<div class=\"menu\" id=\"Training\" style=\"z-index:2;\">");

  document.write("<a class=\"menuItem\" style=\"width:105;\" target=\"_self\" href=\"training.asp\">Training</a>");

    

  document.write("</div>");

  

  document.write("<div class=\"menu\" id=\"Support\" style=\"z-index:2;\">");

  document.write("<a class=\"menuItem\" style=\"width:95;\" target=\"_self\" href=\"conversion.asp\">Data Conversion</a>");

  document.write("<a class=\"menuItem\" style=\"width:95;\" target=\"_self\" href=\"downloads.asp\">Downloads</a>");

  document.write("<a class=\"menuItem\" style=\"width:95;\" target=\"_self\" href=\"onlinesupport.asp\">Common Errors</a>");
  
  document.write("<a class=\"menuItem\" style=\"width:95;\" target=\"_self\" href=\"http://www.churchpro.freeforums.org\">Free Forums</a>");

  document.write("<a class=\"menuItem\" style=\"width:95;\" target=\"_self\" href=\"refundpolicy.asp\">Refund Policy</a>");
  
  document.write("<a class=\"menuItem\" style=\"width:90;\" target=\"_self\" href=\"faq.asp\">Faq's</a>");

  document.write("<a class=\"menuItem\" style=\"width:95;\" target=\"_self\" href=\"support.asp\">Support</a>");

  document.write("<a class=\"menuItem\" style=\"width:95;\" target=\"_self\" href=\"updates.asp\">Updates</a>");
  
  document.write("<a class=\"menuItem\" style=\"width:95;\" target=\"_self\" href=\"endofyear.asp\">Year End Processing</a>");
  
  document.write("<a class=\"menuItem\" style=\"width:95;\" target=\"_self\" href=\"videos.html\">How-To Video</a>")

  document.write("</div>");

}


