/***********************************************
* Omni Slide Menu script - © John Davenport Scheuer
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
* as first mentioned in http://www.dynamicdrive.com/forums
* username:jscheuer1
***********************************************/

//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
fontsize:'100%', // express as percentage with the % sign
linkheight:32 ,  // linked horizontal cells height
hdingwidth:360 ,  // heading - non linked horizontal cells width
hdingheight:35,
linkheight:30,
barbgcolor:'#cccccc',
barcolor:'#ae352c',
barfontweight:'bold',
hdingbgcolor:'#cccccc',
hdingcolor:'#ae352c',
barwidth:30,
bartext:'QUICK SELECTION',
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["RUBY APARTMENT"], //create header
["CODE D04 - 2 Bedroom 72 sqm", "rental-ruby-details.php?view=D04#main", ""],
["CODE D05 - 2 Bedroom 72 sqm", "rental-ruby-details.php?view=D05#main",""],
["CODE C08 - 2 Bedroom 72 sqm", "rental-ruby-details.php?view=C08#main",""],

["EMERALD APARTMENT", "", ""], //create header
["CODE C01 - 2 Bedroom 82 sqm", "rental-emerald-details.php?view=C01#main", ""],
["CODE D07 - 2 Bedroom 82 sqm", "rental-emerald-details.php?view=D07#main", ""],

["SAPPHIRE APARTMENT", "", ""], //create header
["CODE C13 - 2 Bedroom 92 sqm", "rental-sapphire-details.php?view=C13#main", ""],
["CODE B01 - 2 Bedroom 92 sqm", "rental-sapphire-details.php?view=B01#main", ""],
["CODE B02 - 2 Bedroom 92 sqm", "rental-sapphire-details.php?view=B02#main", ""],

["DIAMOND APARTMENT", "", ""], //create header
["CODE B03 - 2 Bedroom 104 sqm", "rental-diamond-details.php?view=B03#main", ""],
["CODE G01 - 2 Bedroom 104 sqm", "rental-diamond-details.php?view=G01#main", ""],

]}; // REQUIRED!! do not edit or remove




////////////////////Stop Editing/////////////////

make_menus();