/*Variables for each menu item: (** means that they have to be spesified!)
name: The name of the item. This must be unique for each item. Do not use spaces or strange charachters in this one! **
parent: The name of the menuitem you want this to "connect" to. This will be a submenu of the item that have the name you place in here. ** for all other then the topitems
text: The text you want in the item. ** (except if you use images)

link: The page you want this item to link to.
target: The target window or frame you want the link to go to (Default is same window if you're not using frames, and the mainframe if you're using frames)
width: The width of the element. If not spesified it will get the default width spesified above.
height: The height of the element. If not spesified it will get the default height spesified above.
img1: The "off" image for element if you want to use images.
img2: The image that appears onmouseover if using images.
bgcoloroff: The background color for this item. If not spesified it will get the default background color spesified above.
bgcoloron: The "on" background color for this item. If not spesified it will get the default "on" background color spesified above.
textcolor: The text color for this item. If not spesified it will get the default text color spesified above.
hovercolor: The "on" text color for this item. If not spesified it will get the default "on" text color spesified above. Netscape4 ignores this
onclick: If you want something to happen when the element is clicked (different from going to a link) spesifiy it here.
onmouseover: This will happen when you mouseover the element. Could be status text, another imageswap or whatever.
onmouseout: This will happen when you mouseout the element.

Remember you can have as many levels/sublevels as you want. Just make sure you spesify the correct "parent" for each item.
To set styles for each level see above.
*/
oCMenu.makeMenu('top00','','Home ','/default.asp','',33)
 oCMenu.makeMenu('sub000','top00','Club Benefits','/benefits.asp','',136)
 oCMenu.makeMenu('sub001','top00','TUV NEL OIW Capability','/oiwcapability/default.asp','',136)

oCMenu.makeMenu('top01','','Membership ','/users/default.asp','',64)
// oCMenu.makeMenu('sub015','top01','OIW Club ','/users/oiw.asp','',130)
 oCMenu.makeMenu('sub017','top01','How to Join','/users/join.asp','',130)
oCMenu.makeMenu('sub013','top01','Club Members','/users/list-all.asp','',130)
oCMenu.makeMenu('sub014','top01','Member Organisations','/users/list-org.asp','',130)
 oCMenu.makeMenu('sub018','top01','','','',120, 4)
 oCMenu.makeMenu('sub010','top01','Manage your Account ','/users/manageaccount.asp','',130)
 oCMenu.makeMenu('sub011','top01','Change your Password ','/users/managepassword.asp','',130)
 oCMenu.makeMenu('sub012','top01','Change your email ','/users/manageemail.asp','',130)
//oCMenu.makeMenu('sub015','top01','Steering Group Members','/users/list-sg.asp','',130)


oCMenu.makeMenu('top02','','Meetings ','/docs/meetings.asp','',48)
//oCMenu.makeMenu('top03','','Projects ','/projects/default.asp','',47)
oCMenu.makeMenu('top08','','News & Events      ','/events/menu.asp','',78)
  oCMenu.makeMenu('sub080','top08','Events List      ','/events/default.asp','',78)
  oCMenu.makeMenu('sub081','top08','News List        ','/news/default.asp','',78)

oCMenu.makeMenu('top07','','Technical Information','/Technical/default.asp        ','',114)
 oCMenu.makeMenu('sub070','top07','Legislation                   ','/Technical/legislation.asp       ','',199)
 oCMenu.makeMenu('sub071','top07','Standards and approved methods','/Technical/standards.asp         ','',199)
 oCMenu.makeMenu('sub072','top07','Laboratory Analysis Methods','/Technical/labanal/default.asp       ','',199)
 oCMenu.makeMenu('sub073','top07','Freon and Freon replacements','/Technical/freon.asp             ','',199)
 oCMenu.makeMenu('sub074','top07','On-line Oil in Water monitoring','/Technical/on-line_monitoring/default.asp','',199)
 oCMenu.makeMenu('sub075','top07','New technologies              ','/Technical/newandemerging.asp    ','',199)
 oCMenu.makeMenu('sub076','top07','Aromatics and PAHs            ','/Technical/aromatics.asp         ','',199)
 oCMenu.makeMenu('sub077','top07','Monitor Selection             ','/Technical/monitorselection.asp  ','',199)
 oCMenu.makeMenu('sub078','top07','Operator Experience           ','/Technical/operator_experience/default.asp','',199)
// oCMenu.makeMenu('sub079','top07','References                    ','/Technical/references.asp        ','',199)


oCMenu.makeMenu('top09','','Publications ','/docs/default.asp','',64)
 oCMenu.makeMenu('sub090','top09','Technical Reports ','/docs/reports.asp?iSite=15&rtype=1','',145)
 oCMenu.makeMenu('sub091','top09','Guidance Notes ','/docs/reports.asp?iSite=15&rtype=6','',145)
// oCMenu.makeMenu('sub092','top09','Best Practice Guides ','/docs/reports.asp?iSite=15&rtype=9','',145)
// oCMenu.makeMenu('sub093','top09','Flow Tidings Newsletter','/docs/reports.asp?iSite=15&rtype=8','',145)
 oCMenu.makeMenu('sub094','top09','Papers ','/docs/papers.asp','',145)
// oCMenu.makeMenu('sub095','top09','Articles ','/docs/articles.asp','',145)
 oCMenu.makeMenu('sub096','top09','Meetings ','/docs/meetings.asp','',145)

oCMenu.makeMenu('top12','','Contacts ','/contact/default.asp','',47)
 oCMenu.makeMenu('sub120','top12','Links ','/contact/links/default.asp','',47)


//Leave this line - it constructs the menu
oCMenu.construct()
