/*
 DHTML Menu version 3.3.19
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 */

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE.

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='#777777', Direction=135, Strength=3)"
}
else
{
effect = "Shadow(color='#777777', 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.
"000000",				// Mouse Off Font Color
"ffffff",				// Mouse Off Background Color
"000000",				// Mouse On Font Color
"E6E6E6",				// Mouse On Background Color
"FFFFFF",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Verdana, Arial, Helvetica, sans-serif",		// Font Name
5,						// Menu Item Padding
,			// Sub Menu Image (Leave blank if not needed)
0,						// 3D Border & Separator bar
,				// 3D High Color
,				// 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)
"ffffff",				// Menu Item Separator Color
]


addmenu(menu=[		// Menu properties and details
"education",		// Menu Name
202,				// Menu Top
"offset=157",		// Menu Left   ! OFFSET VALUE = 260-(1/2 * Menu Width)
130,				// Menu Width  ! MENU WIDTH should be divisible by 2
0,					// Menu Border Width 
"center",			// Screen Position
graymenu,			// Properties Array
0,					// Always Visible
"left",					// 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
,"Advertising","edu_advertising.asp",,,1
,"Design","edu_design.asp",,,1
,"Display & Exhibition Design","edu_display.asp",,,1
,"Film/Video/Animation/3D","edu_film.asp",,,1
,"Interactive Design","edu_interactive.asp",,,1
,"Marketing","edu_marketing.asp",,,1
,"Others","edu_others.asp",,,1
])

addmenu(menu=[		// Menu properties and details
"about",		// Menu Name
182,				// Menu Top
"offset=282",		// Menu Left   ! OFFSET VALUE = 260-(1/2 * Menu Width)
125,				// Menu Width  ! MENU WIDTH should be divisible by 2
1,					// Menu Border Width 
"center",			// Screen Position
graymenu,			// Properties Array
0,					// Always Visible
"left",					// 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
,"About Adasia","abt_adasia.asp",,,1
,"Subscribe to magazine","abt_subscribe.asp",,,1
,"Sign up for free AdAsia e-newletter","abt_signup.asp",,,1
,"About Allein","abt_allein.asp",,,1
,"Contact Us","abt_contact.asp",,,1
])

addmenu(menu=[		// Menu properties and details
"articles",		// Menu Name
182,				// Menu Top
"offset=-92",		// Menu Left   ! OFFSET VALUE = 260-(1/2 * Menu Width)
125,				// Menu Width  ! MENU WIDTH should be divisible by 2
1,					// Menu Border Width 
"center",			// Screen Position
graymenu,			// Properties Array
0,					// Always Visible
"left",					// 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
,"Articles","articles.asp",,,1
,"Featured Agency/Branding Specialist","articles.asp?id=339&ST=Featured+Agency%2FBranding+Specialist",,,1
,"Case Studies","articles.asp?id=200&ST=Case+Studies",,,1
,"Book Reviews","articles.asp?id=201&ST=Book+Reviews",,,1
,"Special Reports","articles.asp?id=202&ST=Special",,,1
])

addmenu(menu=[		// Menu properties and details
"showcase",		// Menu Name
202,				// Menu Top
"offset=-92",		// Menu Left   ! OFFSET VALUE = 260-(1/2 * Menu Width)
125,				// Menu Width  ! MENU WIDTH should be divisible by 2
1,					// Menu Border Width 
"center",			// Screen Position
graymenu,			// Properties Array
0,					// Always Visible
"left",					// 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
,"AdAsia creative showcase","showcase.asp",,,1
,"Adfolio Search","showcase.asp?id=225&ST=Adfolio+Search",,,1
])

dumpmenus()