var headermenu = ""
headermenu += "<table width='100%' border='0' cellpadding='0' cellSpacing='0' class='mainTable'>"
headermenu += "<tr>"
headermenu += "<td colspan='5' id='headerProducts'><DIV id='logoProducts'><A style='DISPLAY: block; WIDTH: 100%; HEIGHT: 100%' href='/index.html'></A></DIV> <A class='header' href='/about/index.html'>About</A> | <A class='header' href='/index.html'>Home</A> | <A class='header' href='/contact/index.html'>Contact</A> | <A class='header' href='/support/index.html'>Help</A></td>"
headermenu += "</tr>"
headermenu += "<tr>"
headermenu += "<td colspan='5' id='menu-top'><A class='headermenubutton' href='/products/index.html'>Products A-Z</A><A class='headermenubutton' href='/scoring/index.html'>Scoring Services</A><a class='headermenubutton' href='/large-scaleprograms/'>Large-Scale Assessments</a><A class='headermenubutton' href='/events/index.html'>Events &amp; Professional Development</a><a class='headermenubutton' href='/support/customer.html'>Customer Service</A><A class='headermenubutton' href='/support/software.html'>Software Support</A><A class='headermenubutton' href='/search/index.html'>Search</A></td>"
headermenu += "</tr>"
headermenu += "<tr>"
headermenu += "<td colspan='5' align='left' valign='top'><img src='/images/site/spacer.gif' alt='' width='20' height='20'></td>"
headermenu += "</tr>"
headermenu += "</table>"

//***Below the table has been split to accommodate the folder specific product menu list, see file leftmenuANDdescription.js under each product folder for remaining code.

//this is opening table tag for the 1st part of the code for top of the left menu table containing the product menu image
var topleftmenu = ""
topleftmenu += "<table width='100%' border='0' cellpadding='0' cellSpacing='0' class='mainTable'>"
topleftmenu += "  <tr>"
topleftmenu += "    <td width='9' valign='top'><img src='../../images/site/spacer.gif' alt='' width='9' height='9'></td>"
topleftmenu += "    <td valign='top' class='leftwidth'>"
topleftmenu += "       <table border='0' cellpadding='0' cellspacing='0'>"
topleftmenu += "           <tr>"
topleftmenu += "             <td id='leftheader'><img src='/images/site/ProductLinks-box_Header.gif' alt='' width='173' height='33'></td>"
topleftmenu += "           </tr>"
topleftmenu += "             <td id='leftbar'><div class='leftmenu'>"

//this is closing table code for the 2nd part of the top of the left menu table
var bottomleftmenu = ""
bottomleftmenu += "               </div></td>"
bottomleftmenu += "        </tr>"
bottomleftmenu += "        <tr>"
bottomleftmenu += "          <td class='menuBGFooter'>&nbsp;</td>"
bottomleftmenu += "        </tr>"
bottomleftmenu += "    </table>"


var footer = " </td>"
footer += "    <td width='20' valign='top'><img src='/images/site/spacer.gif' alt='' width='20' height='10'></td>"
footer += "  </tr>"
footer += "  <tr>"
footer += "    <td align='center'><img src='/images/site/spacer.gif' alt='' width='1' height='1'></td>"
footer += "    <td align='center'></td>"
footer += "    <td align='center'></td>"
footer += "    <td class='footerDivide'></td>"
footer += "    <td align='center'></td>"
footer += "  </tr>"
footer += "  <tr>"
footer += "    <td colspan='5' align='center'>"
footer += "     <table border='0' cellspacing='0' cellpadding='0'>"
footer += "        <tr>"
footer += "          <td colspan='2'>&nbsp;</td>"
footer += "        </tr>"
footer += "        <tr>"
footer += "          <td width='50' align='left'><a href='/index.html'><img src='/images/site/swamp.gif' alt='Riverside Publishing Company' width='46' height='45' border='0'></a></td>"
footer += "          <td class=copyright><a "
footer += "href='/products/index.html'>Products</a> | <a "
footer += "href='/scoring/index.html'>Services</a> | <a "
footer += "href='/events/index.html'>Events &amp; Professional Development</a> | <a "
footer += "href='/support/customer.html'>Customer Service</a> | <a "
footer += "href='/support/software.html'>Software Support</a> | <a "
footer += "href='/contact/index.html'>Contact</a><br>"
footer += "            2009 The Riverside Publishing Company, All Rights Reserved. Terms and Conditions.</td>"
footer += "        </tr>"
footer += "      </table>"
footer += "			<br></td>"
footer += "		</tr>"
footer += "      </table>"
footer += "      <br>"
footer += "    </td>"
footer += "  </tr>"
footer += "</table>"


