function menu_2(pix) {
// alert("HELLO 1 "+pix);
// press
  document.write('<div style="position:absolute; width:800px; height:160px; left: 0px; top: 0px;">')
  document.write('  <img src="../images/homepage_top.jpg" width="800" height="160" alt="" /></div>')

//  document.write('  <img src="../images/'+(pix)+'_top.jpg" width="800" height="160" alt="" /></div>')

//  document.write('<div style="position:absolute; width:800px; height:160px; left: 0px; top: 1px;">')
//  document.write('    <a href="../" class="menu_item" title="HOME">')
//  document.write('  <img src="../images/logo.jpg" width="76" height="78" border="0" alt="" /></a></div>')
// end banner

  document.write('<div class="menu_item" style="position:absolute; left: 175px; top: 70px;">')
  document.write('    <a href="../" class="menu_item" title="HOME">home</a></div>')
  document.write('<div class="menu_item" style="position:absolute; left: 270px; top: 70px;">')
  document.write('    <a href="../products/products.html" class="menu_item" title="PRODUCTS">products</a></div>')
  document.write('<div class="menu_item_green" style="position:absolute; left: 375px; top: 70px;">')
  document.write('    press room</div>')
  document.write('<div class="menu_item" style="position:absolute; left: 485px; top: 70px;">')
  document.write('    <a href="../about_us/aboutus.html" class="menu_item" title="ABOUT US">about us</a></div>')
  document.write('<div class="menu_item" style="position:absolute; left: 590px; top: 70px;">')
  document.write('    <a href="../contact/contact.html" class="menu_item" title="CONTACT">contact</a></div>')
  document.close()
}

menu_2("press")

