var prop = [
95, // transparancy of the items
220, // left position of the whole menu
43, // height position of the whole menu
110, // width of the head items of the menu
15, // top of the head items of the menu
0, // space between the head items
0, // width of the border of the head items
'black',//bordercolor of the head items
0, // 1 to set the head items bold , 0 to set the head items normal
10, // 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
310, // width of the items
18, // height of the items
1, // width of the border items
'#D3D3D3', // 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
'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 =[
['<b>Our Company    &#124</b>','../ourcompany.html','_top','black','#FFFFFF','#DF0000','#FFFFFF',
[
['Vision & Mission','../ourcompany.html#vision & mission','_top','black','#F0F8FF','#DF0000','#FFFFFF'],
['Values','../ourcompany.html#values','_top','black','#F0F8FF','#DF0000','#FFFFFF'],
['Strengths','../ourcompany.html#strengths','_top','black','#F0F8FF','#DF0000','#FFFFFF'],
['The Reapfield Logo','../ourcompany.html#reapfield logo','_top','black','#F0F8FF','#DF0000','#FFFFFF'],
['Executive Team','../execteam.html','_top','black','#F0F8FF','#DF0000','#FFFFFF'],
['Alliances','../alliances.html','_top','black','#F0F8FF','#DF0000','#FFFFFF']
]],
['<b>Our Services&#32&#124</b>','../ourservices.html','_top','black','#FFFFFF','#DF0000','#FFFFFF',
[
['Project Marketing','../ourservices.html#pjtmktg','_top','black','#F5F5F5','#DF0000','#FFFFFF'],
['Development Consultancy','../ourservices.html#devtconsult','_top','black','#F5F5F5','#DF0000','#FFFFFF'],
['Investment Consultancy','../ourservices.html#investconsult','_top','black','#F5F5F5','#DF0000','#FFFFFF'],
['End-Financing Advisory','../ourservices.html#endfinance','_top','black','#F5F5F5','#DF0000','#FFFFFF'],
['Customer Service Support','../ourservices.html#custservice','_top','black','#F5F5F5','#DF0000','#FFFFFF']
]],
['<b>Track Record</b>&#32&#124','../trackrecord_pjtmktg.html','_top','black','#FFFFFF','#DF0000','#FFFFFF',
[
['Project Marketing','../trackrecord_pjtmktg.html','_top','black','#F0F8FF','#DF0000','#FFFFFF'],
['Development Consultancy','../trackrecord_devtconsult.html','_top','black','#F0F8FF','#DF0000','#FFFFFF'],
['Investment Consultancy','../trackrecord_investconsult.html','_top','black','#F0F8FF','#DF0000','#FFFFFF']
]],
['<b>New Projects</b>&#32&#124','../newpjt_australia.html','_top','black','#FFFFFF','#DF0000','#FFFFFF',
[
['Australia','../newpjt_australia.html','_top','black','#F5F5F5','DF0000','#FFFFFF'],
['Malaysia','../newpjt_malaysia.html','_top','black','#F5F5F5','DF0000','#FFFFFF'],
['New Zealand','../newpjt_newzealand.html','_top','black','#F5F5F5','DF0000','#FFFFFF']
]],
['<b>Client Tools</b>','../clienttools.html','_top','black','#FFFFFF','#DF0000','#FFFFFF',
[
['Property Investment','../clienttools/whyinvest.html','_top','black','#F0F8FF','DF0000','#FFFFFF'],
['Buying Guide','../clienttools/buy.html','_top','black','#F0F8FF','DF0000','#FFFFFF'],
['Selling Guide','../clienttools/sell.html','_top','black','#F0F8FF','DF0000','#FFFFFF'],
['Tenancy Guide','../clienttools/tenancy.html','_top','black','#F0F8FF','DF0000','#FFFFFF'],
['Tax Implications','../clienttools/taxaust.html','_top','black','#F0F8FF','DF0000','#FFFFFF'],
['Financing Guide','../clienttools/finance.html','_top','black','#F0F8FF','DF0000','#FFFFFF'],
['Useful Links','../clienttools/usefullinks.html','_top','black','#F0F8FF','DF0000','#FFFFFF']
]],
['&#32&#32Site Help','../sitehelp.html','_top','black','#FFFFFF','#DF0000','#FFFFFF'],
];
