function displayMenu1()
{

txt='<table width="1000">';
txt=txt + '<tr>';
txt=txt + '<td valign="middle" align="left" width="50"><a href="http://www.facebook.com/pages/New-Acropolis-Sydney/210192055687848" target="_blank"><img src="images/facebook.png"</a></td>';
txt=txt + '<td valign="middle" align="left" width="50"><a href="http://www.meetup.com/The-Sydney-New-Acropolis" target="_blank"><img src="images/meetup.png"</a></td>';
txt=txt + '<td valign="middle" align="left" width="181"><img src="images/logooina.gif" align="center" width="150" height="61"></span></p>';
txt=txt + '<td valign="middle" align="center"> <img height=111 src="images/aztec1.jpg" border=0>';
txt=txt + '<td valign="middle" align="center"> <img height=111 src="images/spiral.jpg" border=0>';
txt=txt + '<td valign="middle" align="center"> <img height=111 src="images/acropolis.jpg" border=0>';
txt=txt + '<td valign="middle" align="center"> <img height=111 src="images/buddha.jpg" border=0>';
txt=txt + '<td valign="middle" align="center"> <img height=111 src="images/egypt.jpg" border=0>';
txt=txt + '<td valign="middle" align="center"> <img height=111 src="images/hindu.jpg" border=0>';
txt=txt + '<td valign="middle" align="center"> <img height=111 src="images/plato.jpg" border=0>';
txt=txt + '</td></tr></table>';

txt=txt + '<table width="1000">';
txt=txt + '<tr><td id="menuItem"><a href="../default.htm">Home</a></td>';
txt=txt + '<td id="menuItem"><a href="AboutAcropolis/AboutAcropolis.htm">About Acropolis</a></td>';
txt=txt + '<td id="menuItem"><a href="International/AcropolisintheWorld.htm">Acropolis in the world</a></td>';
txt=txt + '<td id="menuItem"><a href="Philosophy/Activities.htm">Activities</a></td>';
txt=txt + '<td id="menuItem"><a href="ReadingRoom/ReadingRoom.htm">Reading Room</a></td>';
txt=txt + '<td id="menuItem"><a href="Events/Events.htm">Events</a></td>';
txt=txt + '<td id="menuItem"><a href="BooksArt/BooksArt.htm">Culture-Art@Syndey</a></td>';
txt=txt + '<td id="menuItem"><a href="ContactUs.htm">Acropolis Centre</a></td>';
txt=txt + '</tr></table>';
document.getElementById("header").innerHTML=txt;
}
