var MenuStr

MenuStr = '<table width="100%" border="0" cellspacing="0" cellpadding="0">'+
      '<tr>'+
        '<td width="801" height="60" valign="bottom"><a href="home.htm"><img src="images/Home.gif" alt="Home" width="57" height="23" border="0"/></a><a href="news_room.htm"><img src="images/news-room.gif" alt="News Room" width="78" height="23" border="0"/></a><a href="What_We_Do.htm"><img src="images/what-we-do.gif" alt="Core Activities" width="78" height="23" border="0"/></a><a href="contact_us.htm"><img src="images/Contact-Us.gif" alt="Contact Us" width="70" height="23" border="0"/></a></td>'+
        '<td><form action="" method="post" name="form1" class="news_text" id="form1"><label></label>Site Search <input name="textfield" type="text" class="news_text" id="textfield" size="10" /><input name="button" type="button" class="news_text" id="button" value="Go" /></form></td>'+
      '</tr>'+
    '</table>';

document.write(MenuStr);

