var prop = [
100, // transparancy of the items
12, // left position of the whole menu
84, // height position of the whole menu
130, // 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
150, // 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
1, // space between the item panels (multi-level)
3, //left padding in the head item block
10, // top padding in the head item block
'/scripts/icons/arrow.gif' //icon
];

//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 menu
['<b>Home</b>','http://www.petan.net','_self','#af0000','#FFCC00','white','#669999',[
['HomePage','http://www.petan.net','_self','#006666','#FFCC00','#af0000','#669999'],
['Public Links','/links.htm','_self','white','#006666','#af0000','#669999'],
//['Bookmark Us?','/bookmark.htm','_self','white','#006666','#af0000','#669999'],
//['Admin','/admin/index.htm','_self','white','#006666','#af0000','#669999'],

['Contact','mailto:&#119;&#101;&#98;&#115;&#105;&#116;&#101;&#64;&#112;&#101;&#116;&#97;&#110;.&#110;&#101;&#116;','_blank','white','#006666','#af0000','#669999']
]],

//aviation menu
['Aviation','/aviation/index.htm','_self','white','#006666','white','#669999',
[
['Historical Navigation','/aviation/intro.htm','_self','white','#006666','#af0000','#669999'],
['Australian Air Routes','/aviation/AirRoute/index.htm','_self','white','#006666','#af0000','#669999'],
['Early Australian Airlines','/aviation/airlines.htm','_self','white','#006666','#af0000','#669999'],
['Online Resources','/aviation/online.htm','_self','white','#006666','#af0000','#669999'],
['For Further Reading','/aviation/reading.htm','_self','white','#006666','#af0000','#669999',
[
]]
]],

//Railway menu
['Railway','/railway/index.htm','_self','white','#006666','white','#669999',
[
['Australian Alco Locos','/railway/alco.htm','_self','white','#006666','#af0000','#669999'],
['Gabba Goods Yard','/railway/gabba.htm','_self','white','#006666','#af0000','#669999'],
['The Sunlander','/railway/sunlander.htm','_self','white','#006666','#af0000','#669999'],
['Southport C17','/railway/southportC17.htm','_self','white','#006666','#af0000','#669999'],
['South Coast Railway','/railway/sthcoast.htm','_self','white','#006666','#af0000','#669999'],
['Sawmill Industrial Locos','/railway/sawmill.htm','_self','white','#006666','#af0000','#669999'],
['Images of Qld Steam','/railway/images.htm','_self','white','#006666','#af0000','#669999',
[
]]
]],

//Susan's Stuff
['Susan&#39;s Stuff','/susan/index.htm','_self','white','#006666','#af0000','#669999',
[
['Tim Tam Addict','/susan/timtam.htm','_self','white','#006666','#af0000','#669999'],
['Scrapbooking','/susan/scrapbooking.htm','_self','white','#006666','#af0000','#669999',
[
]]
]],

//Admin
['Misc Items','/misc/index.htm','_top','white','#006666','white','#669999',
[
['Placeholder',null,'_top','white','#006666','white','#669999'],
['Admin',null,'_top','white','#006666','white','#669999',
[
['Petan Webmail','http://webmail.petan.net','_self','white','#006666','white','#669999'],
['Admin Pages','/admin/index.htm','_self','white','#006666','white','#669999']
]
]
]]

];