var headermenu = "<table width='100%' border='0' cellpadding='0' cellSpacing='0' class='mainTable'><tr><td colspan='6' id='headerProducts'>"
headermenu += "<a name='top'></a><table cellpadding='0' cellspacing='0' border='0' style='width:100%;padding:0px;border:0px;margin:0px;' align='left' width='100%'><tr><td height='133px' width='100%' align='center'><iframe src='/store/ProductCatalog/webdocs/Riverside/topiframe.jsp' id='riversidecart' style='height:133px;width:100%;border:0px;margin:0px;padding:0px;overflow:hidden;font-weight:bold;font-size:9px;color:#000000;text-align:center;text-transform:uppercase;' frameborder='0' scrolling='no' title='Sign In / Register and Shopping Cart links'></iframe></td></tr><tr><td colspan='2' 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></td></tr><tr><td colspan='2' style='text-align:left;vertical-align:top;width:100%;height:20px;'>&nbsp;</td></tr></table>"
headermenu += "</td></tr></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>"



