function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

// Start Drop Down Menu
function SetVisibility(Heading,Count,Visibility)
{
  for (var i=1;i<=Count;i++)
  {
//        alert(Heading + i);
   	document.getElementById(Heading + i).style.visibility=Visibility; 
  }
}
function slide(TopPos,Gap,Item)
{
  return (parseInt(TopPos.substring(0,TopPos.indexOf("px")))+ parseInt(Gap.substring(0,Gap.indexOf("px"))) - 21)  + "px";
}

function initMenu()
{
//SitesubmissionA 
elemName = new Array("InitialSetup","ProjectSetup","SiteOptimizer","MetaTagsEditor","SitesubmissionA","LinkBuilding","Scheduler","Reporting","Tools","Corporate");
elem     = new Array(document.getElementById("InitialSetup").style,document.getElementById("ProjectSetup").style,document.getElementById("SiteOptimizer").style,document.getElementById("MetaTagsEditor").style,document.getElementById("SitesubmissionA").style,document.getElementById("LinkBuilding").style,document.getElementById("Scheduler").style,document.getElementById("Reporting").style,document.getElementById("Tools").style,document.getElementById("Corporate").style);
elemStatus = new Array(false,false,false,false,false,false,false);
elemPos    = new Array("38px","59px", "80px", "101px", "122px", "143px", "164px", "185px", "206px","227px");
elemCount  = new Array(1,2,3,1,2,8,1,5,4,7);

}

function DisplaySubMenu(Item)
{
  var counter;
  var temp;
  Item=Item-1;
  temp=elemStatus[Item];
  
// Do a Reset  
  for (counter=0;counter<=9;counter++)
  {
    elemStatus[counter]=false;
    SetVisibility(elemName[counter],elemCount[counter],"hidden");
    elem[counter].top=elemPos[counter];
    document.getElementById("icon"+parseInt(counter+1)).src="images/down.gif";
  }

// Toggle On / Off
  if (temp)
  {
    elemStatus[Item]=false;
  }
  else
  {
    elemStatus[Item]=true;
  }
  if (elemStatus[Item])
  {
     document.getElementById("icon"+parseInt(Item+1)).src="images/up.gif";
     SetVisibility(elemName[Item],elemCount[Item],"visible");
	 // Do Sliding
     for (counter=Item+2;counter<=10;counter++)
     {
       elem[counter-1].top=slide(elemPos[counter-1],elem[Item].height,Item);
     }
  }
  else
  {
     SetVisibility(elemName[Item],elemCount[Item],"hidden");
  }
}  

function displayMenu()
{
document.write("<div id=\"InitialSetup\" style=\"position:absolute; left:2px; top:38px; width:200px; height:42px; z-index:2\"> ");
document.write("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"1\">");
document.write("    <tr> ");
document.write("      <td bgcolor=\"#D2E3C3\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("          <tr> ");
document.write("            <td><a href=\"javascript:DisplaySubMenu(1);\"><font color=\"53633C\" size=\"2\" class=\"TextNormal\"");
document.write("><strong>Initial Setup</strong></font></a></td>");
document.write("            <td><div align=\"right\"><a href=\"javascript:DisplaySubMenu(1);\"><img src=\"images/down.gif\" id=\"icon1\" width=\"15\" height=\"15\" border=\"0\" align=\"absmiddle\"></a></div></td>");
document.write("          </tr>");
document.write("        </table></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"InitialSetup1\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"connectionconfig1.html\">Internet Connection Configuration</a></font></td>");
document.write("    </tr>");
document.write("  </table>");
document.write("</div><div id=\"ProjectSetup\" style=\"position:absolute; left:2px; top:59px; width:200px; height:63px; z-index:2\"> ");
document.write("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"1\">");
document.write("    <tr> ");
document.write("      <td bgcolor=\"#D2E3C3\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("          <tr> ");
document.write("            <td><a href=\"javascript:DisplaySubMenu(2);\"><font color=\"53633C\" size=\"2\" class=\"TextNormal\"");
document.write("><strong>Project Setup</strong></font></a></td>");
document.write("            <td><div align=\"right\"><a href=\"javascript:DisplaySubMenu(2);\"><img src=\"images/down.gif\" id=\"icon2\" width=\"15\" height=\"15\" border=\"0\" align=\"absmiddle\"></a></div></td>");
document.write("          </tr>");
document.write("        </table></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"ProjectSetup1\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"newproject1.html\">Create new Project</a></font></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"ProjectSetup2\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"enginedata.html\">Update Engine Data</a></font></td>");
document.write("    </tr>");
document.write("  </table>");
document.write("</div><div id=\"SiteOptimizer\" style=\"position:absolute; left:2px; top:80px; width:200px; height:84px; z-index:2\"> ");
document.write("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"1\">");
document.write("    <tr> ");
document.write("      <td bgcolor=\"#D2E3C3\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("          <tr> ");
document.write("            <td><a href=\"javascript:DisplaySubMenu(3);\"><font color=\"53633C\" size=\"2\" class=\"TextNormal\"");
document.write("><strong>Site Optimizer</strong></font></a></td>");
document.write("            <td><div align=\"right\"><a href=\"javascript:DisplaySubMenu(3);\"><img src=\"images/down.gif\" id=\"icon3\" width=\"15\" height=\"15\" border=\"0\" align=\"absmiddle\"></a></div></td>");
document.write("          </tr>");
document.write("        </table></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"SiteOptimizer1\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"pageoptimizer.html\">Page Optimizer</a></font></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"SiteOptimizer2\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"pagecreator.html\">Page Creator</a></font></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"SiteOptimizer3\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"keywordbuilder.html\">Keyword Builder</a></font></td>");
document.write("    </tr>");
document.write("  </table>");
document.write("</div><div id=\"MetaTagsEditor\" style=\"position:absolute; left:2px; top:101px; width:200px; height:42px; z-index:2\"> ");
document.write("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"1\">");
document.write("    <tr> ");
document.write("      <td bgcolor=\"#D2E3C3\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("          <tr> ");
document.write("            <td width=\"85%\"><a href=\"javascript:DisplaySubMenu(4);\"><font color=\"53633C\" size=\"2\" class=\"TextNormal\"");
document.write("><strong>Meta Tags Editor</strong></font></a></td>");
document.write("            <td width=\"15%\"><div align=\"right\"><a href=\"javascript:DisplaySubMenu(4);\"><img src=\"images/down.gif\" id=\"icon4\" width=\"15\" height=\"15\" border=\"0\" align=\"absmiddle\"></a></div></td>");
document.write("          </tr>");
document.write("        </table></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"MetaTagsEditor1\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"metatag1.html\">How to create Metatags</a></font></td>");
document.write("    </tr>");
document.write("  </table>");
document.write("</div><div id=\"SitesubmissionA\" style=\"position:absolute; left:2px; top:122px; width:200px; height:63px; z-index:2\"> ");
document.write("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"1\">");
document.write("   <tr> ");
document.write("      <td bgcolor=\"#D2E3C3\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("          <tr> ");
document.write("            <td width=\"74%\" height=\"16\"><a href=\"javascript:DisplaySubMenu(5);\"><font color=\"53633C\" size=\"2\" class=\"TextNormal\"");
document.write("><strong>Site Submission</strong></font></a></td>");
document.write("            <td width=\"26%\"><div align=\"right\"><a href=\"javascript:DisplaySubMenu(5);\"><img src=\"images/down.gif\" id=\"icon5\" width=\"15\" height=\"15\" border=\"0\" align=\"absmiddle\"></a></div></td>");
document.write("          </tr>");
document.write("        </table></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"SitesubmissionA1\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"autosubmission1.html\">Auto Submission</a></font></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"SitesubmissionA2\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"manualsubmission.html\">Manual Submission</a></font></td>");
document.write("    </tr>");
document.write("  </table>");
document.write("</div><div id=\"LinkBuilding\" style=\"position:absolute; left:2px; top:143px; width:200px; height:189px; z-index:2\"> ");
document.write("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"1\">");
document.write("    <tr> ");
document.write("      <td bgcolor=\"#D2E3C3\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("          <tr> ");
document.write("            <td><a href=\"javascript:DisplaySubMenu(6);\"><font color=\"53633C\" size=\"2\" class=\"TextNormal\"");
document.write("><strong>Link Building</strong></font></a></td>");
document.write("            <td><div align=\"right\"><a href=\"javascript:DisplaySubMenu(6);\"><img src=\"images/down.gif\" id=\"icon6\" width=\"15\" height=\"15\" border=\"0\" align=\"absmiddle\"></a></div></td>");
document.write("          </tr>");
document.write("        </table></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"LinkBuilding1\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"indexchecker.html\">Index Checker</a></font></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"LinkBuilding2\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"backlinkchecker.html\">Backward Link Checker</a></font></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"LinkBuilding3\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"competitorchecker.html\">Competitor Link Checker</a></font></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"LinkBuilding4\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"internallink.html\">Internal Link Analysis</a></font></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"LinkBuilding5\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"externallink.html\">External Link Analysis</a></font></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"LinkBuilding6\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"linkdirectory.html\">Link Directory creator</a></font></td>");
document.write("    </tr>");
document.write("    <tr>");
document.write("      <td id=\"LinkBuilding7\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"reciprocallink.html\">Reciprocal link creator</a></font></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"LinkBuilding8\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"articlesubmitter.html\">Article Submitter</a></font></td>");
document.write("    </tr>");
document.write("  </table>");
document.write("</div>");
document.write("<div id=\"Scheduler\" style=\"position:absolute; left:2px; top:164px; width:200px; height:42px; z-index:2\"> ");
document.write("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"1\">");
document.write("    <tr> ");
document.write("      <td bgcolor=\"#D2E3C3\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("          <tr> ");
document.write("            <td><a href=\"javascript:DisplaySubMenu(7);\"><font color=\"53633C\" size=\"2\" class=\"TextNormal\"");
document.write("><strong>Scheduler</strong></font></a></td>");
document.write("            <td><div align=\"right\"><a href=\"javascript:DisplaySubMenu(7);\"><img src=\"images/down.gif\" id=\"icon7\" width=\"15\" height=\"15\" border=\"0\" align=\"absmiddle\"></a></div></td>");
document.write("          </tr>");
document.write("        </table></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"Scheduler1\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"scheduler.html\">How to Schedule SEO Suite</a></font></td>");
document.write("    </tr>");
document.write("  </table>");
document.write("</div>");
document.write("<div id=\"Reporting\" style=\"position:absolute; left:2px; top:185px; width:200px; height:129px; z-index:2\"> ");
document.write("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"1\">");
document.write("    <tr> ");
document.write("      <td bgcolor=\"#D2E3C3\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("          <tr> ");
document.write("            <td><a href=\"javascript:DisplaySubMenu(8);\"><font color=\"53633C\" size=\"2\" class=\"TextNormal\"");
document.write("><strong>Reporting</strong></font></a></td>");
document.write("            <td><div align=\"right\"><a href=\"javascript:DisplaySubMenu(8);\"><img src=\"images/down.gif\" id=\"icon8\" width=\"15\" height=\"15\" border=\"0\" align=\"absmiddle\"></a></div></td>");
document.write("          </tr>");
document.write("        </table></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"Reporting1\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"webranking1.html\">Web Ranking </a></font> </td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"Reporting2\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"pagerank.html\">Page Rank</a></font> </td>");
document.write("    </tr>");
document.write("    <tr>");
document.write("      <td id=\"Reporting3\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"linkpopularity.html\">Link Popularity</a></font></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"Reporting4\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"submissionreport.html\">Submission Report</a></font></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"Reporting5\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"sitestatistics.html\">Site statistics</a></font></td>");
document.write("    </tr>");
document.write("  </table>");
document.write("</div>");
document.write("<div id=\"Tools\" style=\"position:absolute; left:2px; top:206px; width:200px; height:111px; z-index:2\"> ");
document.write("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"1\">");
document.write("    <tr> ");
document.write("      <td bgcolor=\"#D2E3C3\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("          <tr> ");
document.write("            <td><a href=\"javascript:DisplaySubMenu(9);\"><font color=\"53633C\" size=\"2\" class=\"TextNormal\"");
document.write("><strong>Tools</strong></font></a></td>");
document.write("            <td><div align=\"right\"><a href=\"javascript:DisplaySubMenu(9);\"><img src=\"images/down.gif\" id=\"icon9\" width=\"15\" height=\"15\" border=\"0\" align=\"absmiddle\"></a></div></td>");
document.write("          </tr>");
document.write("        </table></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"Tools1\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"ftpupload.html\">FTP Upload</a></font> </td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"Tools2\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"googlebulkupload.html\">Google Bulk Upload</a></font> </td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"Tools3\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"googlesitemap.html\">Google Sitemaps</a></font></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"Tools4\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"websearch.html\">Web Search</a></font></td>");
document.write("    </tr>");
document.write("  </table>");
document.write("</div>");
document.write("<div id=\"Corporate\" style=\"position:absolute; left:2px; top:227px; width:200px; height:305px; z-index:2\">");
document.write("  <table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"1\">");
document.write("    <tr> ");
document.write("      <td bgcolor=\"#D2E3C3\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("          <tr> ");
document.write("            <td><a href=\"javascript:DisplaySubMenu(10);\"><font color=\"53633C\" size=\"2\" class=\"TextNormal\"");
document.write("><strong>Corporate</strong></font></a></td>");
document.write("            <td><div align=\"right\"><a href=\"javascript:DisplaySubMenu(10);\"><img src=\"images/down.gif\" id=\"icon10\" width=\"15\" height=\"15\" border=\"0\" align=\"absmiddle\"></a></div></td>");
document.write("          </tr>");
document.write("        </table></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"Corporate1\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"projectmanagement.html\">Project Management</a></font> </td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"Corporate2\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"monthlyreport.html\">Monthly Report</a></font> </td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"Corporate3\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"performancereport.html\">Performance Report</a></font></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"Corporate4\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"servicereport.html\">Service Report</a></font></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"Corporate5\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"technicalreport.html\">Technical Report</a></font></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"Corporate6\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"projectscheduler.html\">Project Scheduler</a></font></td>");
document.write("    </tr>");
document.write("    <tr> ");
document.write("      <td id=\"Corporate7\" style=\"visibility:hidden\" bgcolor=\"#BCD5A5\"><font size=\"2\" class=\"TextNormal\"");
document.write("><a href=\"clientsummary.html\">Client Summary Report</a></font></td>");
document.write("    </tr>");
document.write("  </table>");
document.write("</div>");
}