function fwLoadMenus() {

if (window.fw_menu_11) return;

noOfMenuItems = 6

var mitemLabel = new Array(noOfMenuItems);
var mitemLocation = new Array(noOfMenuItems);

menuLabel = "root"
menuWidth = 125
menuHeight = 18
menuFont = "Verdana, Arial, Helvetica, sans-serif"
menuFontSize = 11
menuFontColor = "#ffffff"
menuFontHlightColor = "#003060"
menuBgColor = "#007000"
menuBgHlightColor = "#F8FCE8"

mitemLabel[0] = "&#1575;&#1604;&#1578;&#1587;&#1607;&#1610;&#1604;&#1575;&#1578;"
mitemLocation[0] = "location='facilities.htm'"

mitemLabel[1] = "&#1575;&#1604;&#1593;&#1604;&#1575;&#1580;"
mitemLocation[1] = "location='treatments.htm'"

mitemLabel[2] = "&#1610;&#1608;&#1605;&#1601;&#1610; &#1571;&#1603;&#1585;&#1575;&#1578; &#1585;&#1575;&#1580;&#1575;&#1575;&#1604;&#1589;&#1581;&#1610;&#1577;"
mitemLocation[2] = "location='dayrha.htm'"

mitemLabel[3] = "&#1575;&#1604;&#1576;&#1610;&#1608;&#1578;&#1575;&#1604;&#1589;&#1594;&#1610;&#1585;&#1577;"
mitemLocation[3] = "location='cottages.htm'"

mitemLabel[4] = "&#1582;&#1585;&#1575;&#1574;&#1591;&#1575;&#1604;&#1591;&#1585;&#1610;&#1602;"
mitemLocation[4] = "location='routemap.htm'"

mitemLabel[5] = "&#1575;&#1604;&#1581;&#1580;&#1586; &#1593;&#1604;&#1609; &#1575;&#1604;&#1588;&#1617;&#1576;&#1603;&#1577;"
mitemLocation[5] = "location='http://dotserver.net/ohrm/rajah/login.php3'"

window.fw_menu_11 = new Menu(menuLabel,menuWidth,menuHeight,menuFont,menuFontSize,menuFontColor,menuFontHlightColor,menuBgColor,menuBgHlightColor);
for (var i=0;i<noOfMenuItems;i++)
{
fw_menu_11.addMenuItem(mitemLabel[i],mitemLocation[i]);
}
fw_menu_11.hideOnMouseOut=true;


noOfMenuItems = 5

menuLabel = "root"
menuWidth = 102
menuHeight = 18
menuFont = "Verdana, Arial, Helvetica, sans-serif"
menuFontSize = 11
menuFontColor = "#ffffff"
menuFontHlightColor = "#003060"
menuBgColor = "#007000"
menuBgHlightColor = "#F8FCE8"

mitemLabel[0] = "&#1575;&#1604;&#1578;&#1587;&#1607;&#1610;&#1604;&#1575;&#1578;"
mitemLocation[0] = "location='islandsfacilities.htm'"

mitemLabel[1] = "&#1575;&#1604;&#1602;&#1608;&#1575;&#1585;&#1576;&#1575;&#1604;&#1605;&#1606;&#1586;&#1604;&#1610;&#1577;"
mitemLocation[1] = "location='houseboats.htm'"

mitemLabel[2] = "&#1575;&#1604;&#1576;&#1610;&#1608;&#1578;&#1575;&#1604;&#1589;&#1594;&#1610;&#1585;&#1577;"
mitemLocation[2] = "location='islandscottage.htm'"

mitemLabel[3] = "&#1582;&#1585;&#1575;&#1574;&#1591;&#1575;&#1604;&#1591;&#1585;&#1610;&#1602;"
mitemLocation[3] = "location='islandsroutemap.htm'"

mitemLabel[4] = "&#1575;&#1604;&#1581;&#1580;&#1586; &#1593;&#1604;&#1609; &#1575;&#1604;&#1588;&#1617;&#1576;&#1603;&#1577;"
mitemLocation[4] = "location='http://dotserver.net/ohrm/rajahisland/login.php3'"

window.fw_menu_12 = new Menu(menuLabel,menuWidth,menuHeight,menuFont,menuFontSize,menuFontColor,menuFontHlightColor,menuBgColor,menuBgHlightColor);
for (var i=0;i<noOfMenuItems;i++)
{
fw_menu_12.addMenuItem(mitemLabel[i],mitemLocation[i]);
}
fw_menu_12.hideOnMouseOut=true;

fw_menu_12.writeMenus();
}
