var cText = '<DIV id=menu1Container>';

cText += '<DIV id=menu1Content> ';
cText += '<TABLE width=180 border=0 cellPadding=5 cellSpacing=1 bgcolor="#000000">';
cText += '<TR>';
cText += '<TD bgcolor="#dcdfee" class="linksd" style="cursor:hand; cursor:pointer; font-family:verdana; color:#000000; font-size:12px;" onClick="window.location=\'pharmaceuticals.html\'" onMouseOver="this.style.color=\'#ffffff\'; this.style.backgroundColor=\'#3d51b4\'" onMouseOut="this.style.color=\'#000000\'; this.style.backgroundColor=\'#dcdfee\'"> &nbsp;Pharmaceuticals</TD>';
cText += '</TR>';
cText += '<TBODY>';
cText += '<TR>';
cText += '<TD bgcolor="#dcdfee" class="linksd" style="cursor:hand; cursor:pointer; font-family:verdana; color:#000000; font-size:12px;" onClick="window.location=\'oncology.html\'" onMouseOver="this.style.color=\'#ffffff\'; this.style.backgroundColor=\'#3d51b4\'" onMouseOut="this.style.color=\'#000000\'; this.style.backgroundColor=\'#dcdfee\'"> &nbsp;Oncology</TD>';
cText += '</TR>';
cText += '<TR>';
cText += '<TD bgcolor="#dcdfee" class="linksd" style="cursor:hand; cursor:pointer; font-family:verdana; color:#000000; font-size:12px;" onClick="window.location=\'hiv.html\'" onMouseOver="this.style.color=\'#ffffff\'; this.style.backgroundColor=\'#3d51b4\'" onMouseOut="this.style.color=\'#000000\'; this.style.backgroundColor=\'#dcdfee\'"> &nbsp;HIV </TD>';
cText += '</TR>';
cText += '<TR>';
cText += '<TD bgcolor="#dcdfee" class="linksd" style="cursor:hand; cursor:pointer; font-family:verdana; color:#000000; font-size:12px;" onClick="window.location=\'surgicals.html\'" onMouseOver="this.style.color=\'#ffffff\'; this.style.backgroundColor=\'#3d51b4\'" onMouseOut="this.style.color=\'#000000\'; this.style.backgroundColor=\'#dcdfee\'"> &nbsp;Surgicals</TD>';
cText += '</TR>';
cText += '<TR>';
cText += '<TD bgcolor="#dcdfee" class="linksd" style="cursor:hand; cursor:pointer; font-family:verdana; color:#000000; font-size:12px;" onClick="window.location=\'hospital_furniture.html\'" onMouseOver="this.style.color=\'#ffffff\'; this.style.backgroundColor=\'#3d51b4\'" onMouseOut="this.style.color=\'#000000\'; this.style.backgroundColor=\'#dcdfee\'"> &nbsp;Hospital Furniture </TD>';
cText += '</TR>';


cText += '          </TBODY>';
cText += '        </TABLE>';
cText += '      </DIV>';
cText += '    </DIV>';

cText += '      </TBODY>';
cText += '    </TABLE>';
cText += '  </DIV></DIV>';
document.writeln(cText) ;
