<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=20; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=300; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#D6D6D6";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#2973D6";
linkOverBGColor="#213ca3";
linkTarget="_top";
linkAlign="Left";
barBGColor="#00386B";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=17; // no quotes!!
barText="NAVIGATION"; // tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["QUICK MENU"] //create header

ssmItems[1]=["Rent (East)", "index.php?op=search&po=R&pl=3", "", 1, "no"] //create two column row
ssmItems[2]=["Rent (West)", "index.php?op=search&po=R&pl=4", "",1]

ssmItems[3]=["Sale (East)", "index.php?op=search&po=S&pl=3", "", 1, "no"] //create two column row
ssmItems[4]=["Sale (West)", "index.php?op=search&po=S&pl=4", "",1]

ssmItems[5]=["Land for Sale", "index.php?op=search&pt=3", ""]
ssmItems[6]=["Commercial Property", "index.php?op=search&pt=2", ""]

ssmItems[7]=["Sale in Egypt", "egypt.html", ""]

ssmItems[8]=["HomePage", "index.html", "", 1, "no"] //create two column row
ssmItems[9]=["Email Us", "mailto:info@luxor4flats.com", "",1]

ssmItems[10]=["LUXOR4U SITES", "", ""] //create header
ssmItems[11]=["Luxor4u Mainsite", "http://www.luxor4u.com/", ""]
ssmItems[12]=["Luxor4u Forums", "http://www.luxor4u.com/forum/index.php", "_new"]
ssmItems[13]=["Luxor4u Shopping", "http://www.luxor4shops.com/", ""]
ssmItems[14]=["Luxor4u Tours", "http://www.luxor4tours.com/", ""]
ssmItems[15]=["Luxor4u Travel", "http://www.luxor4travel.com/", ""]
buildMenu();

//-->