// JavaScript Document
function openDir( form ) { 
	var newIndex = quicklinks.gourl.selectedIndex;
	if ( newIndex == 0 ) { 
		return false;
	}
	if (quicklinks.gourl.value == "header") {
		self.alert("Please select a valid page,\nNOT a section title");
		quicklinks.gourl.focus();
		return false;
	} else { 
		cururl = quicklinks.gourl.options[ newIndex ].value; 
		window.location.assign( cururl ); 
	} 
} 
document.write("<table width='728' border='0' cellspacing='0' cellpadding='0'>")
document.write("<tr><td bgcolor='#FF6600'><table width='100%' border='0' cellspacing='0' cellpadding='4'>")
document.write("<tr><td class='headc'><font color='#FFFFFF'>All our Agents are waiting! CALL:+ 202.749 0774 / 337 - 1004</font></td>")
document.write("<td align='right'><div align=right valign=middle><nobr><table width='100%' border='0' cellspacing='0' cellpadding='2'>")
document.write("<form name='quicklinks'><tr>")
document.write("<td align='right' valign='middle'><select name=gourl class=bodytextsel size='1' onChange='openDir( this.form )'>")
document.write("<option value='header' selected>.... Quick Links ....</option>")
document.write("<option value='header'></option>")
document.write("<option value='index.html'>HOME</option>")
document.write("<option value='about.html'>About US</option>")
document.write("<option value='egypt.html'>Egypt at a Glance</option>")
document.write("<option value='cairo.html'>Cairo</option>")
document.write("<option value='sharm.html'>Sharm El Sheikh</option>")
document.write("<option value='hurghada.html'>Hurghada</option>")
document.write("<option value='luxor.html'>Luxor</option>")
document.write("<option value='aswan.html'>Aswan</option>")

document.write("<option value='contact.html'>Contact Us</option>")

document.write("</select></td></tr></form></table></nobr></div></td></tr></table></td></tr><tr>")
document.write("<td bgcolor='#fda524'><table width='728' border='0' cellspacing='0' cellpadding='0'>")
document.write("<tr><td width='728'><img src='nav_West_departures1.jpg' width='728' height='102' border='0' usemap='#Map_nav'></td>")


document.write("</tr></table></td></tr><tr>")
document.write("<td bgcolor='#FFFFFF' width='728' height='10'><img src='nav_shadow_west.gif' width='728' height='10'></td></tr></table>")
document.write("<map name='Map_nav' id='Map_nav'>")

