function drawTopLevelCats(){  var strOut = '';  strOut += '<table border="0" cellspacing="0" cellpadding="0">';  strOut += '<tr>';  strOut += '<td class="catdd_top"><a href="/estylez_ps.aspx?searchmode=category&searchcatcontext=~0020000SPE" onMouseOver="this.src=\'/layout_images/\';" onMouseOut="this.src=\'/layout_images/\';" onclick="delCookieData(\'estoreSubMenuStatus\');">Specials & Promotions</a></td>';  strOut += '</tr>';  strOut += '<tr>';  strOut += '<td class="catdd_top"><a href="/estylez_ps.aspx?searchmode=category&searchcatcontext=~1000000PPE" onMouseOver="this.src=\'/layout_images/\';" onMouseOut="this.src=\'/layout_images/\';" onclick="delCookieData(\'estoreSubMenuStatus\');">Personal Protective Equipment</a></td>';  strOut += '</tr>';  strOut += '<tr>';  strOut += '<td class="catdd_top"><a href="/estylez_ps.aspx?searchmode=category&searchcatcontext=~2000000EME" onMouseOver="this.src=\'/layout_images/\';" onMouseOut="this.src=\'/layout_images/\';" onclick="delCookieData(\'estoreSubMenuStatus\');">Emergency Response / Medical</a></td>';  strOut += '</tr>';  strOut += '<tr>';  strOut += '<td class="catdd_top"><a href="/estylez_ps.aspx?searchmode=category&searchcatcontext=~3000000FAC" onMouseOver="this.src=\'/layout_images/\';" onMouseOut="this.src=\'/layout_images/\';" onclick="delCookieData(\'estoreSubMenuStatus\');">Facility Maintenance</a></td>';  strOut += '</tr>';  strOut += '<tr>';  strOut += '<td class="catdd_top"><a href="/estylez_ps.aspx?searchmode=category&searchcatcontext=~4000000SGN" onMouseOver="this.src=\'/layout_images/\';" onMouseOut="this.src=\'/layout_images/\';" onclick="delCookieData(\'estoreSubMenuStatus\');">Signage</a></td>';  strOut += '</tr>';  strOut += '<tr>';  strOut += '<td class="catdd_top"><a href="/estylez_ps.aspx?searchmode=category&searchcatcontext=~5000000CNT" onMouseOver="this.src=\'/layout_images/\';" onMouseOut="this.src=\'/layout_images/\';" onclick="delCookieData(\'estoreSubMenuStatus\');">Controlled Environment</a></td>';  strOut += '</tr>';  strOut += '<tr>';  strOut += '<td class="catdd_top"><a href="/estylez_ps.aspx?searchmode=category&searchcatcontext=~6000000HUM" onMouseOver="this.src=\'/layout_images/\';" onMouseOut="this.src=\'/layout_images/\';" onclick="delCookieData(\'estoreSubMenuStatus\');">Human Resources</a></td>';  strOut += '</tr>';  strOut += '</table>';  return strOut;}