// JavaScript Document

/* HOW TO USE 

countryShowEMEA.push(true);				the country is displayed
countryShowEMEA.push(false);				the country is hide

countryActiveEMEA.push(true); 			the country link is active
countryActiveEMEA.push(false); 			the country link is inactive

---------------------------------------------------- */
/* AFRICA */ 
var countryShowAFRICA 	= new Array();
var countryNameAFRICA 	= new Array();
var countryActiveAFRICA = new Array();
var countryLinkAFRICA 	= new Array();
var launchDateAFRICA		= new Array();

countryShowAFRICA.push(true);	
countryNameAFRICA.push("MOROCCO");
countryActiveAFRICA.push(true);
countryLinkAFRICA.push("ma.oriflame.com/dare-to-be");
launchDateAFRICA.push("1st September 2010");


/* LATIN AMERICA */
var countryShowLA 	= new Array();
var countryNameLA		= new Array();
var countryActiveLA = new Array();
var countryLinkLA 	= new Array();
var launchDateLA  	= new Array();

countryShowLA.push(true);	
countryNameLA.push("CHILE | Chile");
countryActiveLA.push(true);
countryLinkLA.push("cl.oriflame.com/dare-to-be");
launchDateLA.push("27th October 2010");

countryShowLA.push(true);	
countryNameLA.push("COLOMBIA | Colombia");
countryActiveLA.push(true);
countryLinkLA.push("co.oriflame.com/dare-to-be");
launchDateLA.push("27th October 2010");

countryShowLA.push(true);	
countryNameLA.push("ECUADOR | Ecuador");
countryActiveLA.push(true);
countryLinkLA.push("ec.oriflame.com/dare-to-be");
launchDateLA.push("27th October 2010");

countryShowLA.push(true);	
countryNameLA.push("MEXICO | México");
countryActiveLA.push(true);
countryLinkLA.push("mx.oriflame.com/dare-to-be");
launchDateLA.push("27th October 2010");

countryShowLA.push(true);	
countryNameLA.push("PERU | Perú");
countryActiveLA.push(true);
countryLinkLA.push("pe.oriflame.com/dare-to-be");
launchDateLA.push("27th October 2010");


/* ASIA */ 
var countryShowASIA 		= new Array();
var countryNameASIA 		= new Array();
var countryActiveASIA 	= new Array();
var countryLinkASIA 		= new Array();
var launchDateASIA 			= new Array();

countryShowASIA.push(true);	
countryNameASIA.push("ARMENIA | Հայաստան");
countryActiveASIA.push(true);
countryLinkASIA.push("am.oriflame.com/dare-to-be");
launchDateASIA.push("26th July 2010");

countryShowASIA.push(true);	
countryNameASIA.push("AZERBAIJAN |	Azərbaycan");
countryActiveASIA.push(true);
countryLinkASIA.push("az.oriflame.com/dare-to-be");
launchDateASIA.push("26th July 2010");

countryShowASIA.push(true);	
countryNameASIA.push("CHINA | 中国 ");
countryActiveASIA.push(false);
countryLinkASIA.push("cn.oriflame.com/dare-to-be");
launchDateASIA.push("2011");

countryShowASIA.push(true);	
countryNameASIA.push("GEORGIA | საქართველო");
countryActiveASIA.push(true);
countryLinkASIA.push("ge.oriflame.com/dare-to-be");
launchDateASIA.push("26th July 2010");

countryShowASIA.push(true);	
countryNameASIA.push("INDIA | India");
countryActiveASIA.push(true);
countryLinkASIA.push("in.oriflame.com/dare-to-be");
launchDateASIA.push("1st February 2011");

countryShowASIA.push(true);	
countryNameASIA.push("INDONESIA |	Indonesia");
countryActiveASIA.push(true);
countryLinkASIA.push("id.oriflame.com/dare-to-be");
launchDateASIA.push("1st April 2011");

countryShowASIA.push(true);	
countryNameASIA.push("IRAN |	اندونزی");
countryActiveASIA.push(false);
countryLinkASIA.push("ir.oriflame.com/dare-to-be");
launchDateASIA.push("2011");

countryShowASIA.push(true);	
countryNameASIA.push("KAZAKHSTAN |	Қазақстанi");
countryActiveASIA.push(true);
countryLinkASIA.push("kz.oriflame.com/dare-to-be");
launchDateASIA.push("26th July 2010");

countryShowASIA.push(true);	
countryNameASIA.push("KYRGYZSTAN | Кыргызстан");
countryActiveASIA.push(true);
countryLinkASIA.push("kg.oriflame.com/dare-to-be");
launchDateASIA.push("26th July 2010");

countryShowASIA.push(true);	
countryNameASIA.push("MONGOLIA |	Монгол");
countryActiveASIA.push(true);
countryLinkASIA.push("mn.oriflame.com/dare-to-be");
launchDateASIA.push("26th July 2010");

countryShowASIA.push(true);	
countryNameASIA.push("PAKISTAN |	Pakistan");
countryActiveASIA.push(false);
countryLinkASIA.push("pk.oriflame.com/dare-to-be");
launchDateASIA.push("Not decided");

countryShowASIA.push(true);	
countryNameASIA.push("SRI LANKA | Sri Lanka");
countryActiveASIA.push(true);
countryLinkASIA.push("lk.oriflame.com/dare-to-be");
launchDateASIA.push("1st February 2011");

countryShowASIA.push(true);	
countryNameASIA.push("THAILAND | ไทย");
countryActiveASIA.push(true);
countryLinkASIA.push("th.oriflame.com/dare-to-be");
launchDateASIA.push("1st February 2011");

countryShowASIA.push(true);	
countryNameASIA.push("UZBEKISTAN |	O‘zbekiston");
countryActiveASIA.push(true);
countryLinkASIA.push("uz.oriflame.com/dare-to-be");
launchDateASIA.push("26 July 2010");

countryShowASIA.push(true);	
countryNameASIA.push("VIETNAM | Việt Nam");
countryActiveASIA.push(true);
countryLinkASIA.push("vn.oriflame.com/dare-to-be");
launchDateASIA.push("1st February 2011");


/* EUROPE */
var countryShowEUROPE 	= new Array();
var countryNameEUROPE 	= new Array();
var countryActiveEUROPE = new Array();
var countryLinkEUROPE 	= new Array();
var launchDateEUROPE		= new Array();

countryShowEUROPE.push(true);	
countryNameEUROPE.push("BELARUS | Беларусь");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("by.oriflame.com/dare-to-be");
launchDateEUROPE.push("26th July 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("BOSNIA | Bosna i Hercegovina");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("ba.oriflame.com/dare-to-be");
launchDateEUROPE.push("16th August 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("BULGARIA | България	");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("bg.oriflame.com/dare-to-be");
launchDateEUROPE.push("16th August 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("CROATIA | Hrvatska");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("hr.oriflame.com/dare-to-be");
launchDateEUROPE.push("16th August 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("CZECH REPUBLIC | Česká republika");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("cz.oriflame.com/dare-to-be");
launchDateEUROPE.push("16th August 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("ESTONIA | Eesti");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("ee.oriflame.com/dare-to-be");
launchDateEUROPE.push("26th July 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("FINLAND | Suomi");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("fi.oriflame.com/dare-to-be");
launchDateEUROPE.push("20th August 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("GREECE | Ελλάδα	");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("gr.oriflame.com/dare-to-be");
launchDateEUROPE.push("16th August 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("HUNGARY | Magyarország");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("hu.oriflame.com/dare-to-be");
launchDateEUROPE.push("16th August 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("LATVIA |	Latvija	");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("lv.oriflame.com/dare-to-be");
launchDateEUROPE.push("26th July 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("LITHUANIA | Lietuva");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("lt.oriflame.com/dare-to-be");
launchDateEUROPE.push("26th July 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("MACEDONIA | Македонија");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("mk.oriflame.com/dare-to-be");
launchDateEUROPE.push("16th August 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("MOLDOVA |	Moldova");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("md.oriflame.com/dare-to-be");
launchDateEUROPE.push("26th July 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("MONTENEGRO | Crna Gora");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("me.oriflame.com/dare-to-be");
launchDateEUROPE.push("16th August 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("NETHERLANDS | Nederland");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("nl.oriflame.com/dare-to-be");
launchDateEUROPE.push("14th August 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("NORWAY | Norge");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("no.oriflame.com/dare-to-be");
launchDateEUROPE.push("19th August 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("POLAND | Polska");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("pl.oriflame.com/dare-to-be");
launchDateEUROPE.push("16th August 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("PORTUGAL | Portugal");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("pt.oriflame.com/dare-to-be");
launchDateEUROPE.push("16th August 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("ROMANIA | România	");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("ro.oriflame.com/dare-to-be");
launchDateEUROPE.push("16th August 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("RUSSIA |	Россия");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("ru.oriflame.com/dare-to-be");
launchDateEUROPE.push("26 July 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("SERBIA | Srbija");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("rs.oriflame.com/dare-to-be");
launchDateEUROPE.push("16th August 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("SLOVAKIA | Slovensko");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("sk.oriflame.com/dare-to-be");
launchDateEUROPE.push("16th August 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("SLOVENIA | Slovenija");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("si.oriflame.com/dare-to-be");
launchDateEUROPE.push("16th August 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("SPAIN | España");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("es.oriflame.com/dare-to-be");
launchDateEUROPE.push("20th August 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("SWEDEN | Sverige");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("se.oriflame.com/dare-to-be");
launchDateEUROPE.push("11th August 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("TURKEY | Türkiye");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("tr.oriflame.com/dare-to-be");
launchDateEUROPE.push("1st September 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("UK/Ireland | UK/Ireland");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("www.youtube.com/user/oriflamed2b");
launchDateEUROPE.push("31 July 2010");

countryShowEUROPE.push(true);	
countryNameEUROPE.push("UKRAINE |	Україна");
countryActiveEUROPE.push(true);
countryLinkEUROPE.push("ua.oriflame.com/dare-to-be");
launchDateEUROPE.push("26 July 2010");

