
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)}

//Please leave the above line intact.

// Editable properties START here //

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters

if(navigator.appVersion.indexOf("MSIE 6.0")>0)

{
effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#7C530B', Direction=135, Strength=2)"
}
else
{
effect = "Shadow(color='#333333', Direction=135, Strength=3)" // Stop IE5.5 bug when using more than one filter
}

timegap=500				// Time delay to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=5;		// Sub menu offset Top position 
suboffset_left=5;		// Sub menu offset Left position
closeOnClick = true

graymenu=[				// graymenu is an array of properties.
"ff9900",				// Mouse Off Font Color
"000000",				// Mouse Off Background Color
"ffffff",				// Mouse On Font Color
"B85511",				// Mouse On Background Color
"000000",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial, Helvetica",		// Font Name
4,						// Menu Item Padding
,			// Sub Menu Image (Leave blank if not needed)
0,						// 3D Border & Separator bar
"333333",				// 3D High Color
"5a5a5a",				// 3D Low Color
,						// Current Page Item Font Color (leave blank to disable)
,						// Current Page Item Background Color (leave blank to disable)
,						// Top Bar image (Leave blank to disable)
,						// Menu Header Font Color (Leave blank if not needed)
,						// Menu Header Background Color (Leave blank if not needed)
"7C530B",				// Menu Item Separator Color
]


addmenu(menu=[		// Menu properties and details
"project",		// Menu Name
160,				// Menu Top
"offset=180",		// Menu Left   ! OFFSET VALUE = 260-(1/2 * Menu Width)
160,				// Menu Width  ! MENU WIDTH should be divisible by 2
1,					// Menu Border Width 
"center",			// Screen Position
graymenu,			// Properties Array
0,					// Always Visible
,					// Text Alignment
effect,				// Filter
,					// Follow Scrolling
, 					// Horizontal Menu
,					// Keep Alive
,					// Position of TOP sub image left:center:right
,					// Set Overall Width of Horiz Menu to 100% and height to specified amount
,					// Right To Left
,					// Open the Menus OnClick
,					// ID of the div you want to hide on MouseOver
,					// Background image for menu when BGColor is transparent.
,					// Scrollable Menu
,					// Reserved for future
,"Brazilian Teak HDB @ Toa Payoh Central","project_1.html",,,1
,"White Oak HDB @ Redhill","project_2.html",,,1
,"White Oak Condo @ Balmoral","project_3.html",,,1
,"Tigerwood / Acacia House @ Eastcoast","project_6.html",,,1
,"Tigerwood Apartment @ Tiong Bahru","project_5.html",,,1
,"White Oak Commercial @ Central","project_4.html",,,1
,"Chengai Designer Fence @ Bt Timah","project_7.html",,,1
,"Chengai Trellis Decking @ Katong","project_8.html",,,1
,"more...","projects.html",,,1
])

addmenu(menu=[		// Menu properties and details
"promotion",		// Menu Name
160,				// Menu Top
"offset=30",		// Menu Left   ! OFFSET VALUE = 260-(1/2 * Menu Width)
190,				// Menu Width  ! MENU WIDTH should be divisible by 2
1,					// Menu Border Width 
"center",			// Screen Position
graymenu,			// Properties Array
0,					// Always Visible
,					// Text Alignment
effect,				// Filter
,					// Follow Scrolling
, 					// Horizontal Menu
,					// Keep Alive
,					// Position of TOP sub image left:center:right
,					// Set Overall Width of Horiz Menu to 100% and height to specified amount
,					// Right To Left
,					// Open the Menus OnClick
,					// ID of the div you want to hide on MouseOver
,					// Background image for menu when BGColor is transparent.
,					// Scrollable Menu
,					// Reserved for future
,"Nov 2008 Ads (Latest)","promotion.html",,,1
,"LookBox Annual 2008","promotion_lookbox.html",,,1
,"Cubes Dec 2007","promotion_cubes.html",,,1
])

dumpmenus()