/*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('sub001','top00','Club Activities','/activities.asp','',135)
 oCMenu.makeMenu('sub002','top00','TUV NEL CCS Activities','/ccs-activities.asp','',135)

//oCMenu.makeMenu('top01','','Membership         ','/users/default.asp','',64)
// oCMenu.makeMenu('sub016','top01','Emissions Club ','/users/emissions.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('top04','','Facilities         ','/facilities/default.asp','',47)
//  oCMenu.makeMenu('sub040','top04','Wet Gas     ','/facilities/wetgas.asp','',70)
//  oCMenu.makeMenu('sub041','top04','Multiphase  ','/facilities/Multiphase.asp','',70)
//  oCMenu.makeMenu('sub042','top04','Gas         ','/facilities/gasflow.asp','',70)
//  oCMenu.makeMenu('sub043','top04','Oil         ','/facilities/Oil.asp','',70)
//  oCMenu.makeMenu('sub044','top04','Water       ','/facilities/Water.asp','',70)
//  oCMenu.makeMenu('sub045','top04','Density     ','/facilities/Density.asp','',70)
//  oCMenu.makeMenu('sub046','top04','Abrasive    ','/facilities/Abrasive.asp','',70)
//  oCMenu.makeMenu('sub047','top04','Calibrations','/facilities/Calibrations.asp','',70)
//  oCMenu.makeMenu('sub048','top04','Research    ','/facilities/Research.asp','',70)


//oCMenu.makeMenu('top05','','Networks           ','','',47)
//  oCMenu.makeMenu('sub00','top05','Oil & Gas Focus Group                     ','/networks/ogfg.asp','',232)
//  oCMenu.makeMenu('sub01','top05','Water Industry Flow Club                  ','/networks/wifc.asp','',232)
//  oCMenu.makeMenu('sub02','top05','Process Industry Focus Groups             ','/networks/pifg.asp','',232)
//  oCMenu.makeMenu('sub03','top05','Power Industry Focus Group                ','/networks/powerfg.asp','',232)
//  oCMenu.makeMenu('sub04','top05','Medical, Pharmaceutical & Food Focus Group','/networks/mpffg.asp','',232)
//  oCMenu.makeMenu('sub05','top05','Research                                  ','/networks/research.asp','',232)


oCMenu.makeMenu('top10','','Legislation &amp; Policy         ','/legislation/default.asp','',104)
  oCMenu.makeMenu('sub100','top10','CCS Directives','/legislation/ccsdirective.asp','',195)
  oCMenu.makeMenu('sub101','top10','EU Emissions Trading Scheme (ETS)','/legislation/ets.asp','',195)
  oCMenu.makeMenu('sub102','top10','UK Position','/legislation/uk.asp','',195)

oCMenu.makeMenu('top07','','Technical Information'    ,'/Technical/default.asp            ','',114)
 oCMenu.makeMenu('sub070','top07','Carbon Dioxide'    ,'/Technical/carbondioxide.asp      ','',130)
 oCMenu.makeMenu('sub071','top07','Measurement of CO2','/technical/measurement/default.asp','',130)
  oCMenu.makeMenu('sub0710','sub071','Measurement Challenges        ','/technical/measurement/challenges.asp','',195)
  oCMenu.makeMenu('sub0711','sub071','Measurement Needs             ','/technical/measurement/needs.asp','',195)
  oCMenu.makeMenu('sub0712','sub071','Sampling of the CO2 mixture   ','/technical/measurement/sampling.asp','',195)
  oCMenu.makeMenu('sub0713','sub071','Determining the Physical Properties','/technical/measurement/properties.asp','',195)
  oCMenu.makeMenu('sub0714','sub071','Flow Measurement Systems      ','/technical/measurement/flowmeasurement.asp','',195)
  oCMenu.makeMenu('sub0715','sub071','Potential Flow Meters         ','/technical/measurement/meters/default.asp','',195)
  oCMenu.makeMenu('sub0716','sub071','Integrated Measurement Systems','/technical/measurement/integratedmanagement.asp','',195)
  oCMenu.makeMenu('sub0717','sub071','Measurement Traceability      ','/technical/measurement/traceability.asp','',195)
 oCMenu.makeMenu('sub072','top07','CO2 Capture'       ,'/technical/capture/default.asp    ','',130)
  oCMenu.makeMenu('sub0720','sub072','Post-combustion capture'    ,'/technical/capture/post-combust.asp    ','',165)
  oCMenu.makeMenu('sub0721','sub072','Pre-combustion capture'     ,'/technical/capture/pre-combust.asp    ','',165)
  oCMenu.makeMenu('sub0722','sub072','Oxy-fuel combustion capture','/technical/capture/oxy-combust.asp    ','',165)
 oCMenu.makeMenu('sub073','top07','CO2 Transportation','/technical/transportation/default.asp','',130)
 oCMenu.makeMenu('sub074','top07','CO2 Storage       ','/technical/storage/default.asp    ','',130)
  oCMenu.makeMenu('sub0740','sub074','Depleted oil and gas reservoirs','/technical/storage/depleted-og.asp    ','',148)
  oCMenu.makeMenu('sub0741','sub074','Deep saline aquifers       '    ,'/technical/storage/deep-saline.asp    ','',148)
  oCMenu.makeMenu('sub0742','sub074','Deep unminable coal seams     ' ,'/technical/storage/deep-coal.asp    ','',148)


oCMenu.makeMenu('top07b','','Background         ','/background/default.asp','',61)
//  oCMenu.makeMenu('sub070','top07b','Offshore Emissions','/technology/offshoreemissions.asp','',190)
//  oCMenu.makeMenu('sub071','top07','Offshore Flaring','/technology/offshoreflare.asp','',190)
//  oCMenu.makeMenu('sub072','top07','Fuel Emissions Offshore','/technology/fuelemissions.asp','',190)
//  oCMenu.makeMenu('sub073','top07','Flare Gas Measurement Technology','/technology/fgm/default.asp','',190)


//oCMenu.makeMenu('top08','','News & Events      ','/events/menu.asp','',77)
//  oCMenu.makeMenu('sub080','top08','Events List      ','/events/default.asp','',77)
//  oCMenu.makeMenu('sub081','top08','News List        ','/news/default.asp','',77)

oCMenu.makeMenu('top09','','Publications       ','/docs/default.asp','',64)
  oCMenu.makeMenu('sub090','top09','Technical Reports          ','/docs/reports.asp?iSite=19&rtype=1','',145)
//  oCMenu.makeMenu('sub091','top09','Guidance Notes             ','/docs/reports.asp?iSite=19&rtype=6','',145)
//  oCMenu.makeMenu('sub092','top09','Best Practice Guides       ','/docs/reports.asp?iSite=19&rtype=9','',145)
//  oCMenu.makeMenu('sub093','top09','Flow Tidings Newsletter','/docs/reports.asp?iSite=19&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','',65)
//  oCMenu.makeMenu('sub121','top12','Discussion   ','/contact/forum/default.asp','',65)



//Leave this line - it constructs the menu
oCMenu.construct()
