document.write('<div id="top">')
document.write('<div class="rowcontent">')

document.write('<div id="logo">'
+ '<a href="index.html"><img src="img/logo.gif" alt="" /></a>'
+ '</div>')

document.write('<div class="menu">'
+ '<a href="index.html"><img src="img/menutop_home_off.gif" alt="Home" /></a>'
+ '<a href="media.html"><img src="img/menutop_media_off.gif" alt="Media Articles" /></a>'
+ '</div>')

document.write('</div>') // end rowcontent
document.write('</div>') // end top
