var prop = [
90, // transparancy of the items
12, // left position of the whole menu
12, // height position of the whole menu
80, // width of the head items of the menu
22, // top of the head items of the menu
0, // space between the head items
1, // width of the border of the head items
'#EBDDC3',//bordercolor of the head items
1, // 1 to set the head items bold , 1 to set the head items normal
11, // font-size of the head items
'verdana', // font-family of the head items
'solid', // border style of the head items
1, // space between the header and the items
160, // width of the items
18, // heigth of the items
1, // width of the border items
'#EBDDC3', // color of the item border
'solid', // border style of the items
11,//font size of the items
'verdana', // font-family of the items
2, // space between the item panels (multi-level)
3, //left padding in the head item block
0, // top padding in the head item block
'images/folder2.gif' // icon at the left when there are subitems
];

//link ==> [text,url,target,text_color,background_color,text_color_onmouseover,background_color_onmouseover]

//link with items ==> [text,url,target,text_color,background_color,text_color_onmouseover,background_color_onmouseover,[items]] 

var link =[

['Home','/home.php','_top','white','#8B812A','#A70B01','#EBDDC3'],

['About us',null,'_top','white','#8B812A','#A70B01','#EBDDC3',

[

['Mission','/mission.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Center Artists','/artists.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Board & Admin Staff','/staff.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Advisory Board','/advisors.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Int\'l Collaborations','/internationalcollaboration.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Address & map','/address.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Facilities','/facilities.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Galleries','/galleries','_top','white','#8B812A','#A70B01','#EBDDC3']
]
],

['Classes',null,'_top','white','#8B812A','#A70B01','#EBDDC3',

[

['Dance','/dance_class.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Acting','/drama_class.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Folk  Instruments','/folkinstrument_class.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Ballroom Dance','/ballroomdance.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Vocal','/vocal_class.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['GO (Wei Qi)','/chess_class.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['ESL','/esl_class.php','_top','white','#8B812A','#A70B01','#EBDDC3']
]],

['Schedules',null,'_top','white','#8B812A','#A70B01','#EBDDC3',

[
['Summer Camp 05','/schedule05summercamp.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Spring 04','/schedule04spring.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Fall 04','/schedule04fall.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Spring 05','schedule05spring.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['New Schedules','new_schedules.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Calendar','/events.php','_top','white','#8B812A','#A70B01','#EBDDC3']
]],

['Register',null,'_top','white','#8B812A','#A70B01','#EBDDC3',

[

['Online','/class_registration.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Download PDF','/forms.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Registered Student List','/classlist.php','_top','white','#8B812A','#A70B01','#EBDDC3']

]],


['Performing',null,'_top','white','#8B812A','#A70B01','#EBDDC3',

[

['Chinese Dance Theatre','/cdt.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Drama & Musical Theatre','/dmt.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Folk Music Ensemble','/cft.php','_top','white','#8B812A','#A70B01','#EBDDC3']

]],

['Midi Studio','/midistudio.php','_top','white','#8B812A','#A70B01','#EBDDC3'],


['Community',null,'_top','white','#8B812A','#A70B01','#EBDDC3',

[

['Saloons',null,'_top','white','#8B812A','#A70B01','#EBDDC3',
[
['Artist Saloon','/artistsaloon.php','_top','white','#8B812A','#A70B01','#EBDDC3']
//['Literature Saloon','literaturesaloon.php','_top','white','#8B812A','#A70B01','#EBDDC3']
]
],
['Senior Club','/seniorclub.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Ballroom Dance','/ballroomdance.php','_top','white','#8B812A','#A70B01','#EBDDC3'],

['Social Services','/socialservices.php','_top','white','#8B812A','#A70B01','#EBDDC3']
]],

['Support Us','/supportus.php','_top','white','#8B812A','#A70B01','#EBDDC3'],
['Contact Us','/contactus.php','_top','white','#8B812A','#A70B01','#EBDDC3']

];