menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=50);Shadow(color='#2085D8', Direction=180, Strength=1)";
	effect2 = "Fade(duration=0.3);Alpha(style=0,opacity=92);";
}
else
{
	effect = "Shadow(color='#2085D8', Direction=180, Strength=1)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=5;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"2085D8",					// Mouse Off Font Color
"ffffff",				// Mouse Off Background Color
"666666",				// Mouse On Font Color
"ffffff",				// Mouse On Background Color
"9FB3C9",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
4,						// Menu Item Padding
,			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
,				// Current Page Item Font Color (leave this blank to disable)
,					// Current Page Item Background Color (leave this blank to disable)
,			// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",61,0,,0,"left",style1,1,"left",,,1,,,,,,,,,,
,"&nbsp;Home&nbsp;&nbsp;","index.php",,"Back to homepage...",1
,"&nbsp;Condos&nbsp;","show-menu=listings",,"Condos...",1
,"&nbsp;The&nbsp;Project&nbsp;","index.php?spid=project",,"The Project...",1
,"&nbsp;Gallery&nbsp;","index.php?spid=gallery",,"Gallery...",1
,"&nbsp;News&nbsp;&&nbsp;Updates&nbsp;","index.php?spid=news",,"News & Updates...",1
,"&nbsp;Contact&nbsp;Us&nbsp;&nbsp;","index.php?spid=contact",,"Contact Us...",0

])
addmenu(menu=[		// This is the array that contains your menu properties and details
"listings",81,0,102,1,"left",style1,0,"left",,,0,,,,,,,,,,
,"&nbsp;Available Units&nbsp;","index.php?spid=listings&status=4",,"Available Units...",1
,"&nbsp;To be released&nbsp;","index.php?spid=listings&status=0",,"To be released...",1
,"&nbsp;Under&nbsp;Contract&nbsp;","index.php?spid=listings&status=2",,"Under Contract...",1
,"&nbsp;Sold&nbsp;","index.php?spid=listings&status=1",,"Sold...",1

])

dumpmenus()


