// ******************************************
// Menu item creation:
// myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass ,
// align, rows, nolink, onclick, onmouseover, onmouseout) 
// *************************************

oCMenu.makeMenu('top0','','<strong>Onze reizen</strong>','','','','','','','','','','',1)

oCMenu.makeMenu('top1','','&nbsp;City starters','index.cfm/fuseaction/products.PROD_CITYSTARTERS/type/PROD_CITYSTARTERS/lng/nl')
oCMenu.makeMenu('top2','','&nbsp;Fly & drives','index.cfm/fuseaction/products.PROD_FLYDRIVES/type/PROD_FLYDRIVES/lng/nl')
oCMenu.makeMenu('top3','','&nbsp;Tours','')
//  oCMenu.makeMenu('sub30','top3','Individueel','index.cfm/fuseaction/products.PROD_TOURS_INDIVIDUAL/type/PROD_TOURS_INDIVIDUAL/lng/nl')
  oCMenu.makeMenu('sub31','top3','Treinreizen','index.cfm/fuseaction/products.PROD_TOURS_TREIN/type/PROD_TOURS_TREIN/lng/nl')
  oCMenu.makeMenu('sub32','top3','Groepsreizen','index.cfm/fuseaction/products.PROD_TOURS_GROUP/type/PROD_TOURS_GROUP/lng/nl')
  oCMenu.makeMenu('sub33','top3','Excursies','index.cfm/fuseaction/products.PROD_TOURS_ECOTOURS/type/PROD_TOURS_ECOTOURS/lng/nl')
  oCMenu.makeMenu('top7','','&nbsp;Cruises','')
  oCMenu.makeMenu('sub71','top7','Vanaf Florida','index.cfm/fuseaction/products.PROD_CRUISES_TYPE1/type/PROD_CRUISES_TYPE1/lng/nl')
  oCMenu.makeMenu('sub72','top7','Vanaf oost- en westkust','index.cfm/fuseaction/products.PROD_CRUISES_TYPE2/type/PROD_CRUISES_TYPE2/lng/nl')
//oCMenu.makeMenu('top4','','&nbsp;Strandvakanties','index.cfm/fuseaction/products.PROD_BEACH/type/PROD_BEACH/lng/nl')
oCMenu.makeMenu('top5','','&nbsp;Hotelovernachtingen','index.cfm/fuseaction/products.PROD_HOTELS/type/PROD_HOTELS/lng/nl')
oCMenu.makeMenu('top6','','&nbsp;Vervoer','')
  oCMenu.makeMenu('sub60','top6','Vluchten','http://online.atp.nl/tc.dll?ac=return&tid=SKYDEAL')
  oCMenu.makeMenu('sub62','top6','Autohuur','index.cfm/fuseaction/productdetail.PROD_FLIGHTS/type/PROD_FLIGHTS_CARRENTAL/lng/nl')
  oCMenu.makeMenu('sub64','top6','Motorhomes','index.cfm/fuseaction/productdetail.PROD_FLIGHTS/type/PROD_FLIGHTS_MOTORHOMES/lng/nl')

oCMenu.makeMenu('spacer1','',''    ,'','','',5 ,'','','voidcss','voidcss','',5 ,1)

oCMenu.makeMenu('top10','','&nbsp;Offerte','index.cfm/fuseaction/info.offer/lng/nl')

oCMenu.makeMenu('spacer2','',''    ,'','','',5 ,'','','voidcss','voidcss','',5 ,1)

oCMenu.makeMenu('top20','','<strong>USA info</strong>','','','','','','','','','','',1)
oCMenu.makeMenu('top22','','&nbsp;Algemeen','index.cfm/fuseaction/brazinfo.general/lng/nl')
oCMenu.makeMenu('top24','','&nbsp;Staten','index.cfm/fuseaction/brazinfo.states/lng/nl')
oCMenu.makeMenu('top26','','&nbsp;Steden','index.cfm/fuseaction/brazinfo.cities/lng/nl')
//oCMenu.makeMenu('top28','','&nbsp;Hulpprojecten','index.cfm/fuseaction/brazinfo.caminho/lng/nl')

oCMenu.makeMenu('spacer2','',''    ,'','','',5 ,'','','voidcss','voidcss','',5 ,1)

oCMenu.makeMenu('top30','','<strong>Informatie</strong>','','','','','','','','','','',1)
oCMenu.makeMenu('top32','','&nbsp;Reisinfo','')
  oCMenu.makeMenu('sub320','top32','Algemeen','index.cfm/fuseaction/infotravelling.general/lng/nl')
  oCMenu.makeMenu('sub321','top32','Boeken','index.cfm/fuseaction/infotravelling.order/lng/nl')
  oCMenu.makeMenu('sub322','top32','Documenten','index.cfm/fuseaction/infotravelling.docs/lng/nl')
  oCMenu.makeMenu('sub323','top32','Voor vertrek','index.cfm/fuseaction/infotravelling.before/lng/nl')
  oCMenu.makeMenu('sub324','top32','Onderweg','index.cfm/fuseaction/infotravelling.during/lng/nl')
  oCMenu.makeMenu('sub325','top32','En verder...','index.cfm/fuseaction/infotravelling.else/lng/nl')
  oCMenu.makeMenu('sub326','top32','Brochure','index.cfm/fuseaction/infotravelling.brochure/lng/nl')
oCMenu.makeMenu('top34','','&nbsp;Alg. reisvoorwaarden','index.cfm/fuseaction/info.gentravterms/lng/nl')

oCMenu.makeMenu('spacer2','',''    ,'','','',5 ,'','','voidcss','voidcss','',5 ,1)
oCMenu.makeMenu('top41','','<img src="/images/callmenow.gif" width="15" height="19" border="0"> <b>Bel mij terug!</b>','','','',26,'','','','','','','','popUpCallMeNow("/index.cfm/fuseaction/callmenow.info/productid/#Attributes.productid#/lng/nl");')

//Leave this line - it constructs the menu
oCMenu.construct()		
