var prop = [
90, // transparancy of the items
10, // left position of the whole menu
75, // height position of the whole menu
100, // width of the head items of the menu
22, // top of the head items of the menu
3, // space between the head items
1, // width of the border of the head items
'black',//bordercolor of the head items
0, // 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
3, // space between the header and the items
220, // width of the items
22, // heigth of the items
1, // width of the border items
'black', // color of the item border
'solid', // border style of the items
10,//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
10, // top padding in the head item block
'icons/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','/wp/index.php','_top','white','#336699','darkblue','lightblue'],
['Public Info',null,'_top','white','#336699','darkblue','lightblue',
[
['General Info Sites','http://medicine.com.my/wp/?page_id=4','_top','white','#336699','darkblue','lightblue'],
['Societies & Association sites','http://medicine.com.my/wp/?page_id=5','_top','white','#336699','darkblue','lightblue'],
['Health Portals','http://medicine.com.my/wp/?page_id=7','_top','white','#336699','darkblue','lightblue'],
['Search for Hospitals, Doctors, Jobs','directory.html','_top','white','#336699','darkblue','lightblue'],
['Public Discussion Forum','forum/default.asp?CAT_ID=4','_top','white','#336699','darkblue','lightblue']

]],

['Government',null,'_top','white','#336699','darkblue','lightblue',
[
['Govt Depts','http://medicine.com.my/wp/?page_id=9','_top','white','#336699','darkblue','lightblue'],
['Public Hospital sites','http://medicine.com.my/wp/?page_id=10','_top','white','#336699','darkblue','lightblue']

]],

['Private',null,'_top','white','#336699','darkblue','lightblue',
[
['Clinics & Hospital sites','http://medicine.com.my/wp/?page_id=13','_top','white','#336699','darkblue','lightblue'],
['Labs & Pharma','http://medicine.com.my/wp/?page_id=21','_top','white','#336699','darkblue','lightblue']

]],

['Professional',null,'_top','white','#336699','darkblue','lightblue',
[
['Societies and Association sites','http://medicine.com.my/wp/?page_id=16','_top','white','#336699','darkblue','lightblue'],
['Doctors Forums','forum/default.asp?CAT_ID=6','_top','white','#336699','darkblue','lightblue'],
['Doctors personal websites','http://medicine.com.my/wp/?page_id=17','_top','white','#336699','darkblue','lightblue'],
['Medical Blog Aggregator (doctors)','zfeed_doc.asp','_top','white','#336699','darkblue','lightblue']


]],


['Schools',null,'_top','white','#336699','darkblue','lightblue',
[
['Medical & Nursing Schools','http://medicine.com.my/wp/?page_id=18','_top','white','#336699','darkblue','lightblue'],
['Medical Student Forums','forum/default.asp?CAT_ID=5','_top','white','#336699','darkblue','lightblue'],
['Medical Blog Aggregator (students)','zfeed_stu.asp','_top','white','#336699','darkblue','lightblue']
]],

['Feedback',null,'_top','white','#336699','darkblue','lightblue',
[
['Discussion Forums','/forum/default.asp','_top','white','#336699','darkblue','lightblue'],
['Send me email','feedback.html','_top','white','#336699','darkblue','lightblue'],
['Site Statistics','http://www.nedstatbasic.net/stats?ADcjMAotq/4FiBr68Cb0r4+icw5w','_blank','white','#336699','darkblue','lightblue']
]]


];