function menu()
{

document.write("<table border='0' cellspacing='0' cellpadding='0'>")
document.write("  <tr>")
document.write("    <td> <img src='images/h_line.jpg' border='0' width='551' height='5' alt=''><br>")
document.write("	  <br><div align='center' style='font-size:7pt'>")
document.write("	  <a href='egyptmap.htm' >EGYPT MAP & AVERAGE DISTANCES</a>&nbsp;&nbsp;&nbsp;")
document.write("	  <a href='tip.htm' >TIPS</a>&nbsp;&nbsp;&nbsp;")
document.write("	  <a href='reservation.asp' >RESERVATION</a>&nbsp;&nbsp;&nbsp;<br><br>")
document.write("	  Copyright 2006, Rabie Tours<br><br>")
document.write("	  </div></td>")
document.write("  </tr>")
}
