//23/03/2006 15:50:48


if (document.location.toString().toLowerCase().indexOf("localhost/websitev5") > -1)
    burl = "http://localhost/websitev5";
else if (document.location.toString().toLowerCase().indexOf("eurodev3/websitev5") > -1)
    burl = "http://eurodev3/websitev5";
else if (document.location.toString().toLowerCase().indexOf("www.euromonitor.com") > -1)
    burl = "http://www.euromonitor.com";
else if (document.location.toString().toLowerCase().indexOf("www1.euromonitor.com") > -1)
    burl = "http://www1.euromonitor.com";
else if (document.location.toString().toLowerCase().indexOf("www2.euromonitor.com") > -1)
    burl = "http://www2.euromonitor.com";   



//Menu object creations
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname
oCMenu.frames = 0


//Menu properties
oCMenu.pxBetween=0
oCMenu.fromLeft=17
oCMenu.fromTop=23 
oCMenu.rows=1 
oCMenu.menuPlacement=""


oCMenu.offlineRoot=""
oCMenu.onlineRoot=""
oCMenu.resizeCheck=1 
oCMenu.wait=300
oCMenu.fillImg="img/b.gif"
oCMenu.zIndex=0


//Background bar properties
oCMenu.useBar=0


//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=0
oCMenu.level[0].height=0
oCMenu.level[0].regClass="menu"
oCMenu.level[0].overClass="menuover"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="menuborder"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=""
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="bottom"


//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=250
oCMenu.level[1].height=17
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=-75
oCMenu.level[1].offsetY= 0
oCMenu.level[1].arrow="img/menu_arrow.gif"
oCMenu.level[1].arrowWidth=10
oCMenu.level[1].arrowHeight=9


oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=200
oCMenu.level[2].height=17
oCMenu.level[2].borderX=1
oCMenu.level[2].borderY=1
oCMenu.level[2].align="right" 
oCMenu.level[2].offsetX=-10
oCMenu.level[2].offsetY=-8
oCMenu.level[2].arrow="img/menu_arrow.gif"
oCMenu.level[2].arrowWidth=10
oCMenu.level[2].arrowHeight=9


/******************************************
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('a','','Industries',burl + '/industryfolders.aspx','',89,59,'img/menu_industries.gif')
oCMenu.makeMenu('aAD','a','&nbsp;Alcoholic drinks',burl + '/Alcoholic_Drinks')
oCMenu.makeMenu('aBeer','aAD','&nbsp;Beer',burl + '/Beer')
oCMenu.makeMenu('aCider_Perry','aAD','&nbsp;Cider/perry',burl + '/Cider_Perry')
oCMenu.makeMenu('aRtds_High_Strength_Premixes','aAD','&nbsp;Rtds High Strength Premixes',burl + '/Rtds_High_Strength_Premixes')
oCMenu.makeMenu('aWine','aAD','&nbsp;Wine',burl + '/Wine')
oCMenu.makeMenu('aSpirits','aAD','&nbsp;Spirits',burl + '/Spirits')
oCMenu.makeMenu('aCLF','a','&nbsp;Clothing and footwear',burl + '/Clothing_And_Footwear')
oCMenu.makeMenu('aConsumer_Electronics','a','&nbsp;Consumer electronics',burl + '/Consumer_Electronics')
oCMenu.makeMenu('aCF','a','&nbsp;Consumer finance',burl + '/Consumer_Finance')
oCMenu.makeMenu('aCFS','a','&nbsp;Consumer foodservice',burl + '/Consumer_Foodservice')
oCMenu.makeMenu('aCT','a','&nbsp;Cosmetics and toiletries',burl + '/Cosmetics_And_Toiletries')
oCMenu.makeMenu('aBaby_Care','aCT','&nbsp;Baby care',burl + '/Baby_Care')
oCMenu.makeMenu('aBath_And_Shower_Products','aCT','&nbsp;Bath and shower products',burl + '/Bath_And_Shower_Products')
oCMenu.makeMenu('aDeodorants','aCT','&nbsp;Deodorants',burl + '/Deodorants')
oCMenu.makeMenu('aHair_Care','aCT','&nbsp;Hair care',burl + '/Hair_Care')
oCMenu.makeMenu('aColour_Cosmetics','aCT','&nbsp;Colour cosmetics',burl + '/Colour_Cosmetics')
oCMenu.makeMenu('aMens_Grooming_Products','aCT','&nbsp;Mens grooming products',burl + '/Mens_Grooming_Products')
oCMenu.makeMenu('aOral_Hygiene','aCT','&nbsp;Oral hygiene',burl + '/Oral_Hygiene')
oCMenu.makeMenu('aFragrances','aCT','&nbsp;Fragrances',burl + '/Fragrances')
oCMenu.makeMenu('aSkin_Care','aCT','&nbsp;Skin care',burl + '/Skin_Care')
oCMenu.makeMenu('aDepilatories','aCT','&nbsp;Depilatories',burl + '/Depilatories')
oCMenu.makeMenu('aSun_Care','aCT','&nbsp;Sun care',burl + '/Sun_Care')
oCMenu.makeMenu('aDPP','a','&nbsp;Disposable paper products',burl + '/Disposable_Paper_Products')
oCMenu.makeMenu('aCotton_Wool','aDPP','&nbsp;Cotton wool',burl + '/Cotton_Wool')
oCMenu.makeMenu('aIncontinence_Products','aDPP','&nbsp;Incontinence products',burl + '/Incontinence_Products')
oCMenu.makeMenu('aKitchen_Towels','aDPP','&nbsp;Kitchen towels',burl + '/Kitchen_Towels')
oCMenu.makeMenu('aNappies_Diapers_Pants','aDPP','&nbsp;Nappies, diapers and pants',burl + '/Nappies_Diapers_Pants')
oCMenu.makeMenu('aPaper_Tableware','aDPP','&nbsp;Paper tableware',burl + '/Paper_Tableware')
oCMenu.makeMenu('aSanitary_Protection','aDPP','&nbsp;Sanitary protection',burl + '/Sanitary_Protection')
oCMenu.makeMenu('aTissues','aDPP','&nbsp;Tissues',burl + '/Tissues')
oCMenu.makeMenu('aToilet_Paper','aDPP','&nbsp;Toilet paper',burl + '/Toilet_Paper')
oCMenu.makeMenu('aWipes','aDPP','&nbsp;Wipes',burl + '/Wipes')
oCMenu.makeMenu('aAway_From_Home_Disposable_Paper_Products','aDPP','&nbsp;Away-from-home Disposable Paper Products',burl + '/Away_From_Home_Disposable_Paper_Products')
oCMenu.makeMenu('aDIY','a','&nbsp;DIY and gardening',burl + '/DIY_And_Gardening')
oCMenu.makeMenu('aWG','a','&nbsp;Domestic electrical appliances',burl + '/Domestic_Electrical_Appliances')
oCMenu.makeMenu('aFD','a','&nbsp;Future demographic',burl + '/Future_Demographics')
oCMenu.makeMenu('aHW','a','&nbsp;Health and wellness',burl + '/Health_And_Wellness')
oCMenu.makeMenu('aHD','a','&nbsp;Hot drinks',burl + '/Hot_Drinks')
oCMenu.makeMenu('aCoffee','aHD','&nbsp;Coffee',burl + '/Coffee')
oCMenu.makeMenu('aTea','aHD','&nbsp;Tea',burl + '/Tea')
oCMenu.makeMenu('aOther_Hot_Drinks','aHD','&nbsp;Other hot drinks',burl + '/Other_Hot_Drinks')
oCMenu.makeMenu('aHCP','a','&nbsp;Household care',burl + '/Household_Care')
oCMenu.makeMenu('aLaundry_Care','aHCP','&nbsp;Laundry care',burl + '/Laundry_Care')
oCMenu.makeMenu('aDishwashing_Products','aHCP','&nbsp;Dishwashing products',burl + '/Dishwashing_Products')
oCMenu.makeMenu('aSurface_Care','aHCP','&nbsp;Surface care',burl + '/Surface_Care')
oCMenu.makeMenu('aChlorine_Bleach','aHCP','&nbsp;Chlorine bleach',burl + '/Chlorine_Bleach')
oCMenu.makeMenu('aToilet_Care','aHCP','&nbsp;Toilet care',burl + '/Toilet_Care')
oCMenu.makeMenu('aPolishes','aHCP','&nbsp;Polishes',burl + '/Polishes')
oCMenu.makeMenu('aAir_Care','aHCP','&nbsp;Air Care',burl + '/Air_Care')
oCMenu.makeMenu('aInsecticides','aHCP','&nbsp;Insecticides',burl + '/Insecticides')
oCMenu.makeMenu('aHF','a','&nbsp;Housewares and home furnishings',burl + '/Housewares_And_Home_Furnishings')

oCMenu.makeMenu('aIND','a','&nbsp;Industrial',burl + '/Industrial')
oCMenu.makeMenu('aAgriculture_hunting_forestry','aIND','&nbsp;Agriculture, hunting and forestry',burl + '/Agriculture_hunting_and_forestry')
oCMenu.makeMenu('aFishing','aIND','&nbsp;Fishing',burl + '/Fishing')
oCMenu.makeMenu('aMining','aIND','&nbsp;Mining',burl + '/Mining')
oCMenu.makeMenu('aManufacturing','aIND','&nbsp;Manufacturing',burl + '/Manufacturing')
oCMenu.makeMenu('aElectricicty','aIND','&nbsp;Electricicty, gas and water supply',burl + '/Electricity_gas_and_water_supply')
oCMenu.makeMenu('aConstruction','aIND','&nbsp;Construction',burl + '/Construction')
oCMenu.makeMenu('aWholesale_Retail_Trade','aIND','&nbsp;Wholesale and retail trade',burl + '/Wholesale_and_retail_trade')
oCMenu.makeMenu('aHotels_and_restauarants','aIND','&nbsp;Hotels and restauarants',burl + '/Hotels_and_restauarants')
oCMenu.makeMenu('aTransport_storage_communication','aIND','&nbsp;Transport storage and communication',burl + '/Transport_storage_and_communications')
oCMenu.makeMenu('aReal_estate_and_business_services','aIND','&nbsp;Real estate and business services',burl + '/Real_estate_and_business_services')
oCMenu.makeMenu('aPublic_sector_and_defence','aIND','&nbsp;Public sector and defence',burl + '/Public_sector_and_defence')
oCMenu.makeMenu('aEducation','aIND','&nbsp;Education',burl + '/Education')
oCMenu.makeMenu('aHeath_and_social_work','aIND','&nbsp;Heath and social work',burl + '/Heath_and_social_work')
oCMenu.makeMenu('aCommunity_and_social_services','aIND','&nbsp;Community and social services',burl + '/Community_and_social_services')
oCMenu.makeMenu('aPrivate_households_as_employers','aIND','&nbsp;Private households as employers',burl + '/Private_households_as_employers')



oCMenu.makeMenu('aING','a','&nbsp;Ingredients',burl + '/Ingredients')
oCMenu.makeMenu('aLL','a','&nbsp;Leisure and lifestyles',burl + '/Leisure_And_Lifestyles')
oCMenu.makeMenu('aCH','a','&nbsp;OTC healthcare',burl + '/OTC_Healthcare')
oCMenu.makeMenu('aAnalgesics','aCH','&nbsp;Analgesics',burl + '/Analgesics')
oCMenu.makeMenu('aCough_Cold_And_Allergy_(Hay_Fever)_Remedies','aCH','&nbsp;Cough, cold and allergy remedies',burl + '/Cough_Cold_And_Allergy_(Hay_Fever)_Remedies')
oCMenu.makeMenu('aDigestive_Remedies','aCH','&nbsp;Digestive remedies',burl + '/Digestive_Remedies')
oCMenu.makeMenu('aMedicated_Skin_Care','aCH','&nbsp;Medicated skin care',burl + '/Medicated_Skin_Care')
oCMenu.makeMenu('aVitamins_And_Dietary_Supplements','aCH','&nbsp;Vitamins and dietary supplements',burl + '/Vitamins_And_Dietary_Supplements')
oCMenu.makeMenu('aSmoking_Cessation_Aids','aCH','&nbsp;Smoking cessation aids',burl + '/Smoking_Cessation_Aids')
oCMenu.makeMenu('aEye_Care','aCH','&nbsp;Eye care',burl + '/Eye_Care')
oCMenu.makeMenu('aWound_Treatments','aCH','&nbsp;Wound treatments',burl + '/Wound_Treatments')
oCMenu.makeMenu('aPK','a','&nbsp;Packaged food',burl + '/Packaged_Food')
oCMenu.makeMenu('aBaby_Food','aPK','&nbsp;Baby food',burl + '/Baby_Food')
oCMenu.makeMenu('aBakery_Products','aPK','&nbsp;Bakery products',burl + '/Bakery_Products')
oCMenu.makeMenu('aCanned_Preserved_Food','aPK','&nbsp;Canned food',burl + '/Canned_Preserved_Food')
oCMenu.makeMenu('aChilled_Processed_Food','aPK','&nbsp;Chilled food',burl + '/Chilled_Processed_Food')
oCMenu.makeMenu('aConfectionery','aPK','&nbsp;Confectionery',burl + '/Confectionery')
oCMenu.makeMenu('aDairy_Products','aPK','&nbsp;Dairy products',burl + '/Dairy_Products')
oCMenu.makeMenu('aDried_Processed_Food','aPK','&nbsp;Dried food',burl + '/Dried_Processed_Food')
oCMenu.makeMenu('aFrozen_Processed_Food','aPK','&nbsp;Frozen food',burl + '/Frozen_Processed_Food')
oCMenu.makeMenu('aIce_Cream','aPK','&nbsp;Ice cream',burl + '/Ice_Cream')
oCMenu.makeMenu('aMeal_Replacement_Products','aPK','&nbsp;Meal replacement drinks',burl + '/Meal_Replacement_Products')
oCMenu.makeMenu('aNoodles','aPK','&nbsp;Noodles',burl + '/Noodles')
oCMenu.makeMenu('aOils_And_Fats','aPK','&nbsp;Oils and fats',burl + '/Oils_And_Fats')
oCMenu.makeMenu('aPasta','aPK','&nbsp;Pasta',burl + '/Pasta')
oCMenu.makeMenu('aReady_Meals','aPK','&nbsp;Ready meals',burl + '/Ready_Meals')
oCMenu.makeMenu('aSweet_And_Savoury_Snacks','aPK','&nbsp;Sweet and savoury snacks',burl + '/Sweet_And_Savoury_Snacks')
oCMenu.makeMenu('aSauces_Dressings_And_Condiments','aPK','&nbsp;Sauces, dressings, condiments',burl + '/Sauces_Dressings_And_Condiments')
oCMenu.makeMenu('aSnack_Bars','aPK','&nbsp;Snack bars',burl + '/Snack_Bars')
oCMenu.makeMenu('aSoup','aPK','&nbsp;Soup',burl + '/Soup')
oCMenu.makeMenu('aSpreads','aPK','&nbsp;Spreads',burl + '/Spreads')
oCMenu.makeMenu('aPKG','a','&nbsp;Packaging',burl + '/Packaging')
oCMenu.makeMenu('aPLG','a','&nbsp;Personal and leisure goods',burl + '/Personal_And_Leisure_Goods')
oCMenu.makeMenu('aPF','a','&nbsp;Pet food and pet care products',burl + '/Pet_Food_And_Pet_Care_Products')
oCMenu.makeMenu('aRT','a','&nbsp;Retailing',burl + '/retailing')
oCMenu.makeMenu('aSD','a','&nbsp;Soft drinks',burl + '/Soft_Drinks')
oCMenu.makeMenu('aCarbonates','aSD','&nbsp;Carbonates',burl + '/Carbonates')
oCMenu.makeMenu('aFruit_Vegetable_Juice','aSD','&nbsp;Fruit/vegetable juice',burl + '/Fruit_Vegetable_Juice')
oCMenu.makeMenu('aBottled_Water','aSD','&nbsp;Bottled water',burl + '/Bottled_Water')
oCMenu.makeMenu('aFunctional_Drinks','aSD','&nbsp;Functional drinks',burl + '/Functional_Drinks')
oCMenu.makeMenu('aConcentrates','aSD','&nbsp;Concentrates',burl + '/Concentrates')
oCMenu.makeMenu('aRTD_Tea','aSD','&nbsp;RTD tea',burl + '/RTD_Tea')
oCMenu.makeMenu('aRTD_Coffee','aSD','&nbsp;RTD coffee',burl + '/RTD_Coffee')
oCMenu.makeMenu('aAsian_Speciality_Drinks','aSD','&nbsp;Asian speciality drinks',burl + '/Asian_Speciality_Drinks')
oCMenu.makeMenu('aSTR','a','&nbsp;Strategy briefings',burl + '/Strategy_Briefings')


oCMenu.makeMenu('aTB','a','&nbsp;Tobacco',burl + '/Tobacco')
oCMenu.makeMenu('aCigarettes','aTB','&nbsp;Cigarettes',burl + '/Cigarettes')
oCMenu.makeMenu('aCigars','aTB','&nbsp;Cigars',burl + '/Cigars')
oCMenu.makeMenu('aSmoking_Tobacco','aTB','&nbsp;Smoking Tobacco',burl + '/Smoking_Tobacco')

oCMenu.makeMenu('aTG','a','&nbsp;Toys and Games',burl + '/Toys_And_Games')
oCMenu.makeMenu('aTT','a','&nbsp;Travel and tourism',burl + '/Travel_And_Tourism')
//oCMenu.makeMenu('aOI','a','&nbsp;Other industries',burl + '/Other_Industries')
oCMenu.makeMenu('aAutomotives','aOI','&nbsp;Automotives',burl + '/Automotives')
oCMenu.makeMenu('aBanking_and_finance','aOI','&nbsp;Banking and finance',burl + '/Banking_and_finance')
oCMenu.makeMenu('aBooks_And_Publishing','aOI','&nbsp;Books and publishing',burl + '/Books_And_Publishing')
oCMenu.makeMenu('aChemicals','aOI','&nbsp;Chemicals',burl + '/Chemicals')
oCMenu.makeMenu('aEnergy','aOI','&nbsp;Energy',burl + '/Energy')
//oCMenu.makeMenu('aHousewares_And_Home_Furnishings','aHF','&nbsp;Housewares and home furnishings',burl + '/Housewares_And_Home_Furnishings')
oCMenu.makeMenu('aIndustrial_And_Manufacturing','aOI','&nbsp;Industrial and manufacturing',burl + '/Industrial_And_Manufacturing')

oCMenu.makeMenu('aMetals','aOI','&nbsp;Metals',burl + '/Metals')
oCMenu.makeMenu('aPaper_And_Textiles','aOI','&nbsp;Paper and textiles',burl + '/Paper_And_Textiles')
oCMenu.makeMenu('aPersonal_And_Leisure_Goods','aOI','&nbsp;Personal and leisure goods',burl + '/Personal_And_Leisure_Goods')
oCMenu.makeMenu('aServices','aOI','&nbsp;Services',burl + '/Services')
oCMenu.makeMenu('aTelecommunications','aOI','&nbsp;Telecommunications',burl + '/Telecommunications')


oCMenu.makeMenu('b','','Countries',burl + '/countryfolders.aspx','',89,59,'img/menu_countries.gif')
oCMenu.makeMenu('bWorld','bWO','&nbsp;World',burl + '/World')
oCMenu.makeMenu('b1A','b','&nbsp;Western Europe',burl + '/Western_Europe')
oCMenu.makeMenu('bAustria','b1A','&nbsp;Austria',burl + '/Austria')
oCMenu.makeMenu('bBelgium','b1A','&nbsp;Belgium',burl + '/Belgium')
oCMenu.makeMenu('bDenmark','b1A','&nbsp;Denmark',burl + '/Denmark')
oCMenu.makeMenu('bFinland','b1A','&nbsp;Finland',burl + '/Finland')
oCMenu.makeMenu('bFrance','b1A','&nbsp;France',burl + '/France')
oCMenu.makeMenu('bGermany','b1A','&nbsp;Germany',burl + '/Germany')
oCMenu.makeMenu('bGreece','b1A','&nbsp;Greece',burl + '/Greece')
oCMenu.makeMenu('bIreland','b1A','&nbsp;Ireland',burl + '/Ireland')
oCMenu.makeMenu('bItaly','b1A','&nbsp;Italy',burl + '/Italy')
oCMenu.makeMenu('bNetherlands','b1A','&nbsp;Netherlands',burl + '/Netherlands')
oCMenu.makeMenu('bNorway','b1A','&nbsp;Norway',burl + '/Norway')
oCMenu.makeMenu('bPortugal','b1A','&nbsp;Portugal',burl + '/Portugal')
oCMenu.makeMenu('bSpain','b1A','&nbsp;Spain',burl + '/Spain')
oCMenu.makeMenu('bSweden','b1A','&nbsp;Sweden',burl + '/Sweden')
oCMenu.makeMenu('bSwitzerland','b1A','&nbsp;Switzerland',burl + '/Switzerland')
oCMenu.makeMenu('bTurkey','b1A','&nbsp;Turkey',burl + '/Turkey')
oCMenu.makeMenu('bUnited_Kingdom','b1A','&nbsp;United Kingdom',burl + '/United_Kingdom')
oCMenu.makeMenu('b2A','b','&nbsp;Eastern Europe',burl + '/Eastern_Europe')
oCMenu.makeMenu('bBelarus','b2A','&nbsp;Belarus',burl + '/Belarus')
oCMenu.makeMenu('bBosnia_Herzegovina','b2A','&nbsp;Bosnia-Herzegovina',burl + '/Bosnia_Herzegovina')
oCMenu.makeMenu('bBulgaria','b2A','&nbsp;Bulgaria',burl + '/Bulgaria')
oCMenu.makeMenu('bCroatia','b2A','&nbsp;Croatia',burl + '/Croatia')
oCMenu.makeMenu('bCzech_Republic','b2A','&nbsp;Czech Republic',burl + '/Czech_Republic')
oCMenu.makeMenu('bEstonia','b2A','&nbsp;Estonia',burl + '/Estonia')
oCMenu.makeMenu('bGeorgia','b2A','&nbsp;Georgia',burl + '/Georgia')
oCMenu.makeMenu('bHungary','b2A','&nbsp;Hungary',burl + '/Hungary')
oCMenu.makeMenu('bLatvia','b2A','&nbsp;Latvia',burl + '/Latvia')
oCMenu.makeMenu('bLithuania','b2A','&nbsp;Lithuania',burl + '/Lithuania')
oCMenu.makeMenu('bMacedonia','b2A','&nbsp;Macedonia',burl + '/Macedonia')
oCMenu.makeMenu('bPoland','b2A','&nbsp;Poland',burl + '/Poland')
oCMenu.makeMenu('bRomania','b2A','&nbsp;Romania',burl + '/Romania')
oCMenu.makeMenu('bRussia','b2A','&nbsp;Russia',burl + '/Russia')
oCMenu.makeMenu('bSerbia_Montenegro','b2A','&nbsp;Serbia-Montenegro',burl + '/Serbia_and_Montenegro')
oCMenu.makeMenu('bSlovakia','b2A','&nbsp;Slovakia',burl + '/Slovakia')
oCMenu.makeMenu('bSlovenia','b2A','&nbsp;Slovenia',burl + '/Slovenia')
oCMenu.makeMenu('bUkraine','b2A','&nbsp;Ukraine',burl + '/Ukraine')
oCMenu.makeMenu('b3A','b','&nbsp;North America',burl + '/North_America')
oCMenu.makeMenu('bCanada','b3A','&nbsp;Canada',burl + '/Canada')
oCMenu.makeMenu('bUSA','b3A','&nbsp;USA',burl + '/USA')
oCMenu.makeMenu('b4A','b','&nbsp;Latin America',burl + '/Latin_America')
oCMenu.makeMenu('bArgentina','b4A','&nbsp;Argentina',burl + '/Argentina')
oCMenu.makeMenu('bBolivia','b4A','&nbsp;Bolivia',burl + '/Bolivia')
oCMenu.makeMenu('bBrazil','b4A','&nbsp;Brazil',burl + '/Brazil')
oCMenu.makeMenu('bChile','b4A','&nbsp;Chile',burl + '/Chile')
oCMenu.makeMenu('bColombia','b4A','&nbsp;Colombia',burl + '/Colombia')
oCMenu.makeMenu('bCosta_Rica','b4A','&nbsp;Costa Rica',burl + '/Costa_Rica')
oCMenu.makeMenu('bDominican_Republic','b4A','&nbsp;Dominican Republic',burl + '/Dominican_Republic')
oCMenu.makeMenu('bEcuador','b4A','&nbsp;Ecuador',burl + '/Ecuador')
oCMenu.makeMenu('bGuatemala','b4A','&nbsp;Guatemala',burl + '/Guatemala')
oCMenu.makeMenu('bMexico','b4A','&nbsp;Mexico',burl + '/Mexico')
oCMenu.makeMenu('bPeru','b4A','&nbsp;Peru',burl + '/Peru')
oCMenu.makeMenu('bVenezuela','b4A','&nbsp;Venezuela',burl + '/Venezuela')
oCMenu.makeMenu('bUruguay','b4A','&nbsp;Uruguay',burl + '/Uruguay')
oCMenu.makeMenu('b5A','b','&nbsp;Asia-Pacific',burl + '/Asia-Pacific')
oCMenu.makeMenu('bAzerbaijan','b5A','&nbsp;Azerbaijan',burl + '/Azerbaijan')
oCMenu.makeMenu('bChina','b5A','&nbsp;China',burl + '/China')
oCMenu.makeMenu('bHong_Kong_China','b5A','&nbsp;Hong Kong, China',burl + '/Hong_Kong_China')
oCMenu.makeMenu('bIndia','b5A','&nbsp;India',burl + '/India')
oCMenu.makeMenu('bIndonesia','b5A','&nbsp;Indonesia',burl + '/Indonesia')
oCMenu.makeMenu('bJapan','b5A','&nbsp;Japan',burl + '/Japan')
oCMenu.makeMenu('bKazakhstan','b5A','&nbsp;Kazakhstan',burl + '/Kazakhstan')
oCMenu.makeMenu('bMalaysia','b5A','&nbsp;Malaysia',burl + '/Malaysia')
oCMenu.makeMenu('bPakistan','b5A','&nbsp;Pakistan',burl + '/Pakistan')
oCMenu.makeMenu('bPhilippines','b5A','&nbsp;Philippines',burl + '/Philippines')
oCMenu.makeMenu('bSingapore','b5A','&nbsp;Singapore',burl + '/Singapore')
oCMenu.makeMenu('bSouth_Korea','b5A','&nbsp;South Korea',burl + '/South_Korea')
oCMenu.makeMenu('bTaiwan','b5A','&nbsp;Taiwan',burl + '/Taiwan')
oCMenu.makeMenu('bThailand','b5A','&nbsp;Thailand',burl + '/Thailand')
oCMenu.makeMenu('bVietnam','b5A','&nbsp;Vietnam',burl + '/Vietnam')
oCMenu.makeMenu('bUzbekistan','b5A','&nbsp;Uzbekistan',burl + '/Uzbekistan')
oCMenu.makeMenu('b6A','b','&nbsp;Oceania',burl + '/Oceania')
oCMenu.makeMenu('bAustralia','b6A','&nbsp;Australia',burl + '/Australia')
oCMenu.makeMenu('bNew_Zealand','b6A','&nbsp;New Zealand',burl + '/New_Zealand')
oCMenu.makeMenu('b7A','b','&nbsp;Africa and the Middle East',burl + '/Africa_and_the_Middle_East')
oCMenu.makeMenu('bAlgeria','b7A','&nbsp;Algeria',burl + '/Algeria')
oCMenu.makeMenu('bCameroon','b7A','&nbsp;Cameroon',burl + '/Cameroon')
oCMenu.makeMenu('bEgypt','b7A','&nbsp;Egypt',burl + '/Egypt')
oCMenu.makeMenu('bIran','b7A','&nbsp;Iran',burl + '/Iran')
oCMenu.makeMenu('bIsrael','b7A','&nbsp;Israel',burl + '/Israel')
oCMenu.makeMenu('bKenya','b7A','&nbsp;Kenya',burl + '/Kenya')
oCMenu.makeMenu('bMorocco','b7A','&nbsp;Morocco',burl + '/Morocco')
oCMenu.makeMenu('bNigeria','b7A','&nbsp;Nigeria',burl + '/Nigeria')
oCMenu.makeMenu('bSaudi_Arabia','b7A','&nbsp;Saudi Arabia',burl + '/Saudi_Arabia')
oCMenu.makeMenu('bSouth_Africa','b7A','&nbsp;South Africa',burl + '/South_Africa')
oCMenu.makeMenu('bTunisia','b7A','&nbsp;Tunisia',burl + '/Tunisia')
oCMenu.makeMenu('bUnited Arab Emirates','b7A','&nbsp;United Arab Emirates',burl + '/United_Arab_Emirates')
oCMenu.makeMenu('bFutureDemographic','b','&nbsp;Future Demographic',burl + '/Future_Demographics')


oCMenu.makeMenu('c','','Bookstore',burl + '/bookstore.aspx','',89,59,'img/menu_bookstore.gif')
oCMenu.makeMenu('cc1','c','&nbsp;Bookstore',burl + '/reference.aspx')
oCMenu.makeMenu('cc2','c','&nbsp;Book packages',burl + '/packages.aspx')
oCMenu.makeMenu('cc3','c','&nbsp;Information sources',burl + '/sources.aspx')
oCMenu.makeMenu('cCountries','cc1','&nbsp;Countries',burl + '/reference_classification.aspx#Countries')
oCMenu.makeMenu('cConsumers','cc1','&nbsp;Consumers',burl + '/reference_classification.aspx#Consumers')
oCMenu.makeMenu('cIndustries','cc1','&nbsp;Industries',burl + '/reference_classification.aspx#Industries')
oCMenu.makeMenu('cInformationSources','cc1','&nbsp;Information sources',burl + '/reference_classification.aspx#Industries')


oCMenu.makeMenu('cLatest books','cc1','&nbsp;Latest books',burl + '/latestreports.aspx?filter=books')
oCMenu.makeMenu('cEuropean statistics package','cc2','&nbsp;European statistics package',burl + '/European_Statistics_Package')
oCMenu.makeMenu('cInternational statistics package','cc2','&nbsp;International statistics package',burl + '/International_Statistics_Package')
oCMenu.makeMenu('cIndustry directory package','cc2','&nbsp;Industry directory package',burl + '/Industry_Directory_Package')
oCMenu.makeMenu('cInformation sources directory package','cc2','&nbsp;Information sources directory package',burl + '/Information_Sources_Directory_Package')
oCMenu.makeMenu('cArticle archive','cc3','&nbsp;Article archive',burl + '/articlearchive.aspx')
oCMenu.makeMenu('cBusiness information sources','cc3','&nbsp;Business information sources',burl + '/sources.aspx')
oCMenu.makeMenu('cCountry factfiles','cc3','&nbsp;Country factfiles',burl + '/countryfactfile.aspx')
oCMenu.makeMenu('cc4','c','&nbsp;Books catalogue','http://www.e-pages.dk/euromonitor/1')
oCMenu.makeMenu('cc5','c','&nbsp;Sign up to our Books e-alert',burl + '/referencealerts.aspx')
oCMenu.makeMenu('cc6','c','&nbsp;Reviews',burl + '/reviews.aspx')


oCMenu.makeMenu('d','','Databases',burl + '/databases.aspx','',89,59,'img/menu_databases.gif')
oCMenu.makeMenu('dCountries_consumers','d','&nbsp;Countries & Consumers',burl + '/countries_consumers.aspx')
oCMenu.makeMenu('dPassport','d','&nbsp;Passport',burl + '/Passport')
oCMenu.makeMenu('dPassport GMID','d','&nbsp;Passport GMID Academic',burl + '/PassportGMID')




oCMenu.makeMenu('e','','About',burl + '/about.aspx','',59,59,'img/menu_about.gif')
oCMenu.makeMenu('eAbout/Contact_Euromonitor','e','&nbsp;About/Contact Euromonitor',burl + '/contact.aspx')
oCMenu.makeMenu('eCareers','e','&nbsp;Careers','http://careers.euromonitor.com/')
oCMenu.makeMenu('eEvents','e','&nbsp;Events',burl + '/events.aspx')
oCMenu.makeMenu('eFrequently_asked_questions','e','&nbsp;Frequently asked questions',burl + '/frequently_asked_questions.aspx')
oCMenu.makeMenu('ePress_centre','e','&nbsp;Press centre',burl + '/press.aspx')
oCMenu.makeMenu('ePrivacy_policy','e','&nbsp;Privacy policy',burl + '/privacy.aspx#privacy')
oCMenu.makeMenu('eResearch_methodology','e','&nbsp;Research methodology',burl + '/research_methodology.aspx')
oCMenu.makeMenu('eSite_map','e','&nbsp;Site map',burl + '/sitemap.aspx')
oCMenu.makeMenu('eTerms_and_conditions','e','&nbsp;Terms and conditions',burl + '/privacy.aspx')


oCMenu.makeMenu('f','','&nbsp;Consulting',burl + '/consultancy.aspx','',101,59,'img/menu_consultancy.gif')


//Leave this line - it constructs the menu
oCMenu.construct()
