var theMenu = new Array();
theMenu[0] = new Array("myMenu1","menu1");

var myMenu1 = new Array();
myMenu1[0] = new Array("S","","","");
myMenu1[1] = new Array("L","Egypt","Weatherinformations about Egypt","./weather/egypt.htm");
myMenu1[2] = new Array("L","Oman","Weatherinformations about Califat Oman","./weather/oman.htm");
myMenu1[3] = new Array("L","Turkey","Weatherinformations about Turkey","./weather/turkey.htm");
myMenu1[4] = new Array("L","Yemen","Weatherinformations about Yemen","./weather/yemen.htm");
myMenu1[5] = new Array("L","Morocco","Weatherinformations about Morocco","./weather/morocco.htm");


