// Pull Down Menu Script
// ----------------------------------------------------------------

var secs2
var timerID2 = null
var timerRunning2 = false
var delay2 = 1000

function InitializeTimer2()
{
    secs2 = 20
    StopTheClock2()
    StartTheTimer2()
}

function StopTheClock2()
{
    if(timerRunning2)
        clearTimeout(timerID2)
    timerRunning2 = false
}

function StartTheTimer2()
{
    if (secs2==0)
    {
        StopTheClock2()
        resetMenu()
    }
    else
    {
        secs2 = secs2 - 1
        timerRunning2 = true
        timerID2 = self.setTimeout("StartTheTimer2()", delay2)
    }
}


function resetMenu()
{
  // Reset Menu
  setMenuPos("mnuCompany");document.getElementById("mnuCompany").style.visibility="Hidden";
  setMenuPos("mnuProducts");document.getElementById("mnuProducts").style.visibility="Hidden";
  setMenuPos("mnuServices");document.getElementById("mnuServices").style.visibility="Hidden";
  setMenuPos("mnuOrder");document.getElementById("mnuOrder").style.visibility="Hidden";
  setMenuPos("mnuDownload");document.getElementById("mnuDownload").style.visibility="Hidden";
  setMenuPos("mnuHelp");document.getElementById("mnuHelp").style.visibility="Hidden";
  setMenuPos("mnuResources");document.getElementById("mnuResources").style.visibility="Hidden";
  setMenuPos("mnuClients");document.getElementById("mnuClients").style.visibility="Hidden";
  setMenuPos("mnuPartners");document.getElementById("mnuPartners").style.visibility="Hidden";
}

function setMenuPos(sMenuItem)
{
  var winW = 630, winH = 460;
  var iFactor;

  if (parseInt(navigator.appVersion)>3) {
   if (navigator.appName=="Netscape") {
    winW = window.innerWidth;
    winH = window.innerHeight;
   }
   if (navigator.appName.indexOf("Microsoft")!=-1) {
    winW = document.body.offsetWidth;
    winH = document.body.offsetHeight;
   }
  }
  // Set New Menu  
  switch (sMenuItem)
  {
     case "mnuCompany"   : iFactor=20;break;
     case "mnuProducts"  : iFactor=119;break;
     case "mnuServices"  : iFactor=215;break;
     case "mnuOrder"     : iFactor=304;break;
     case "mnuDownload"  : iFactor=377;break;
     case "mnuHelp"      : iFactor=474;break;
     case "mnuResources" : iFactor=539;break;
     case "mnuClients"   : iFactor=644;break;
     case "mnuPartners"  : iFactor=723;break;
  }
  document.getElementById(sMenuItem).style.left=parseInt((winW/2)-400)-10+iFactor;
}

function menu(sMenuItem,sStatus)
{
  resetMenu();
  document.getElementById(sMenuItem).style.visibility=sStatus;
  InitializeTimer2();
}

function subMenu(oSubMenuItem, sStatus)
{
  // Set Sub Menu Color
  if (sStatus=='on')
  {
    oSubMenuItem.style.backgroundColor="#FFFFFF";
  }
  else
  {
    oSubMenuItem.style.backgroundColor="#FFFFFF";
  } 
}

function displayMenu()
{
  var sIndent    = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
  var sSeparator = "<tr><td height='1' bgcolor='#DDDDDD'></td></tr>";

  // --- Main Pull Down Menu
  //document.write("<script language=\"javascript\" src=\"http://www.apexpacific.com/special/snowflake.js\"></script>");

  document.write("<table width='100%' cellspacing='0' cellpadding='3'>");
  document.write("<tr align='left' valign='bottom'>");
  document.write("<td align=\"center\"><a href=\"http://www.apexpacific.com\" class=\"Menu\" onmouseover=\"menu('mnuCompany','visible')\">Company</a></td>");
  document.write("<td align=\"center\"><a href=\"/products.html\" class=\"Menu\" onmouseover=\"menu('mnuProducts','visible')\">Products</a></td>");
  document.write("<td align=\"center\"><a href=\"/search-engine-optimization-service.html\"  class=\"Menu\" onmouseover=\"menu('mnuServices','visible')\">Services</a></td>");
  document.write("<td align=\"center\"><a href=\"/order.html\" class=\"Menu\" onmouseover=\"menu('mnuOrder','visible')\">Order</a></td>");
  document.write("<td align=\"center\"><a href=\"/download.html\" class=\"Menu\" onmouseover=\"menu('mnuDownload','visible')\">Download</a></td>");
  document.write("<td align=\"center\"><a href=\"/knowledgebase/\" class=\"Menu\" onmouseover=\"menu('mnuHelp','visible')\">Help</a></td>");
  document.write("<td align=\"center\"><a href=\"/newsletters/index.html\" class=\"Menu\" onmouseover=\"menu('mnuResources','visible')\">Resources</a></td>");
  document.write("<td align=\"center\"><a href=\"/case_studies.html\" class=\"Menu\" onmouseover=\"menu('mnuClients','visible')\">Clients</a></td>");
  document.write("<td align=\"center\"><a href=\"/reseller.html\" class=\"Menu\" onmouseover=\"menu('mnuPartners','visible')\">Partners</a></td>");
  document.write("</tr>");
  document.write("</table>");

  // --- Company Sub Menu
  document.write("<div id=\"mnuCompany\" style=\"border-right: 1px solid #777777; border-bottom: 1px solid #777777; position:absolute; left:41px; top:109px; width:178px; z-index:2; visibility:hidden; float:left;filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;\" onMouseOver=\"menu('mnuCompany','visible')\" >");
  document.write("  <table width=\"100%\" border=\"0\" cellpadding=\"4\" cellspacing=\"1\" bgcolor=\"#DDDDDD\">");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/aboutus.html\">About ApexPacific</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/news.asp\">News & Press release</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/awards.html\">Awards & Achievements</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/press.html\">Press & Publications</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/contactus.html\">Contact Us</a></td></tr>");
  document.write("  </table>");
  document.write("</div>");

  // --- Products Sub Menu
  document.write("<div id=\"mnuProducts\" style=\"border-right: 1px solid #777777; border-bottom: 1px solid #777777; position:absolute; left:57px; top:109px; width:168px; z-index:2; visibility:hidden float:left;filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;\" onMouseOver=\"menu('mnuProducts','visible')\" >"); 
  document.write("  <table width=\"100%\" border=\"0\" cellpadding=\"4\" cellspacing=\"1\" bgcolor=\"#DDDDDD\">");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/seosuite.html\">SEO Suite 8</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/bidmax.html\">PPC BidMax 4</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/mailcomm.html\">Mail Communicator 2</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/promotionsuite.html\">Promotion Suite</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/internetmarketingsuite.html\">Internet Marketing Suite</a></td></tr>");
  document.write(sSeparator);
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/submission.html\">Dynamic Submission</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/webranking.html\">Web Ranking</a></td></tr>");
  document.write(sSeparator);
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"http://www.dynamicseo.com\" >Dynamic SEO</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"http://www.dynamicsitestats.com\">Site stats</a></td></tr>");
  document.write(sSeparator);
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/download.html\">Free 30 Days Trial</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/systemreq.html\">System Requirements</a></td></tr>");
  document.write("  </table>");
  document.write("</div>");

  // --- Services Sub Menu
  document.write("<div id=\"mnuServices\" style=\"border-right: 1px solid #777777; border-bottom: 1px solid #777777; position:absolute; left:57px; top:109px; width:218px; z-index:2; visibility:hidden float:left;filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;\" onMouseOver=\"menu('mnuServices','visible')\" >"); 
  document.write("  <table width=\"100%\" border=\"0\" cellpadding=\"4\" cellspacing=\"1\" bgcolor=\"#DDDDDD\">");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/search-engine-optimization-service.html\" >Search Engine Optimization</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/search-engine-optimization-report.html\" >SEO Express Report</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"http://www.apexreach.com/pay-per-click-ppc-management.html\" >Pay Per Click Management</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/internet-marketing-training-college.html\" >Internet Marketing Training</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/internet-marketing-business-opportunity.html\" >Internet Business Opportunity</a></td></tr>");
  document.write("  </table>");
  document.write("</div>");

  // --- Order Sub Menu
  document.write("<div id=\"mnuOrder\" style=\"border-right: 1px solid #777777; border-bottom: 1px solid #777777; position:absolute; left:57px; top:109px; width:158px; z-index:2; visibility:hidden float:left;filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;\" onMouseOver=\"menu('mnuOrder','visible')\" > ");
  document.write("  <table width=\"100%\" border=\"0\" cellpadding=\"4\" cellspacing=\"1\" bgcolor=\"#DDDDDD\">");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"https://www.apexpacific.com/shoppingcart/products.asp\">Software</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"https://www.apexpacific.com/shoppingcart/products_upg.asp\">Upgrades</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"https://www.apexpacific.com/secure/engsubscript.asp\" >Engine Data Renewal</a></td></tr>");
  document.write(sSeparator);
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"http://www.dynamicseo.com/signup.html\" >Dynamic SEO</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"http://www.dynamicsitestats.com/products/pricing.html\" >Dynamic SiteStats</a></td></tr>");
  document.write(sSeparator);
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/pricelist.html\">Price List</a></td></tr>");
//  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/offer.asp\">Special Promotion</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/agreement.html\">Agreement & Policy</a></td></tr>");
  document.write("  </table>");
  document.write("</div>");

  // --- Download Sub Menu
  document.write("<div id=\"mnuDownload\" style=\"border-right: 1px solid #777777; border-bottom: 1px solid #777777; position:absolute; left:57px; top:109px; width:138px; z-index:2; visibility:hidden float:left;filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;\" onMouseOver=\"menu('mnuDownload','visible')\" > ");
  document.write("  <table width=\"100%\" border=\"0\" cellpadding=\"4\" cellspacing=\"1\" bgcolor=\"#DDDDDD\">");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/download.html#SES\">SEO Suite</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/download.html#PBM\">PPC BidMax</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/download.html#DMC\">Mail Communicator</a></td></tr>");
  document.write("  </table>");
  document.write("</div>");

  // --- Help Sub Menu
  document.write("<div id=\"mnuHelp\" style=\"border-right: 1px solid #777777; border-bottom: 1px solid #777777; position:absolute; left:57px; top:109px; width:138px; z-index:2; visibility:hidden float:left;filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;\" onMouseOver=\"menu('mnuHelp','visible')\" > ");
  document.write("  <table width=\"100%\" border=\"0\" cellpadding=\"4\" cellspacing=\"1\" bgcolor=\"#DDDDDD\">");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/knowledgebase/\" >Knowledge Base</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/support.html\">Support Center</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/support2.html\">Sales Inquiry</a></td></tr>");
//  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/supportpolicy.html\">Support Policy</a></td></tr>");
  document.write("  </table>");
  document.write("</div>");

  // --- Resources Sub Menu
  document.write("<div id=\"mnuResources\" style=\"border-right: 1px solid #777777; border-bottom: 1px solid #777777; position:absolute; left:57px; top:109px; width:188px; z-index:2; visibility:hidden float:left;filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;\" onMouseOver=\"menu('mnuResources','visible')\" > ");
  document.write("  <table width=\"100%\" border=\"0\" cellpadding=\"4\" cellspacing=\"1\" bgcolor=\"#DDDDDD\">");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/newsletters/index.html#archive\">Newsletter Archive</a></td></tr>");
//  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/forum/\"  >Discussion Forum</a></td></tr>");
  document.write(sSeparator);
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/searchenginenews.html\">Search Engine News</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/drive_traffic.html\">Drive Traffic to your site</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/stay_with_customers.html\">Keeping your customers</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/payperclick.html\">Stay on top of the Competitions</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/google_adwords_campaign.html\">3 Ways to Maximizer Adwords Campaigns</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"http://www.corprat.com\" >Business Coaching</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"http://www.business-broker.com.au\" >Business Broker</a></td></tr>");
  document.write("  </table>");
  document.write("</div>");

  // --- Clients Sub Menu
  document.write("<div id=\"mnuClients\" style=\"border-right: 1px solid #777777; border-bottom: 1px solid #777777; position:absolute; left:57px; top:109px; width:138px; z-index:2; visibility:hidden float:left;filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;\" onMouseOver=\"menu('mnuClients','visible')\" > ");
  document.write("  <table width=\"100%\" border=\"0\" cellpadding=\"4\" cellspacing=\"1\" bgcolor=\"#DDDDDD\">");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/case_studies.html\">Case Studies</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/client_list.html\">Client List</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/testimonial.html\">Testimonials</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/feedback2.html\">Submit Feed back</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/feedback.html\">Submit Story</a></td></tr>");
  document.write("  </table>");
  document.write("</div>");

  // --- Partners Sub Menu
  document.write("<div id=\"mnuPartners\" style=\"border-right: 1px solid #777777; border-bottom: 1px solid #777777; position:absolute; left:57px; top:109px; width:138px; z-index:2; visibility:hidden float:left;filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;\" onMouseOver=\"menu('mnuPartners','visible')\" > ");
  document.write("  <table width=\"100%\" border=\"0\" cellpadding=\"4\" cellspacing=\"1\" bgcolor=\"#DDDDDD\">");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/reseller/referralsignup.html\">Reseller Sign Up</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/reseller/login.asp\">Reseller Login</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/consultant.html\">Consultant Network</a></td></tr>");
  document.write("    <tr><td height=25 bgcolor=\"#FFFFFF\" class=\"PanelItem\"  onMouseOver=\"subMenu(this,'on')\" onMouseOut=\"subMenu(this,'off')\"><a class=\"SubMenu\" href=\"/outsource-search-engine-optimization.html\">Internet Business Partner</a></td></tr>");
  document.write("  </table>");
  document.write("</div>");

  resetMenu();
}

