function CountryDropDownWriter() { var list1 = new Array ( "", "AR", "AU", "AT", "BO", "BW", "BG", "CA", "CL", "CO", "CR", "CZ", "SV", "EE", "ET", "GT", "HN", "HU", "KG", "LT", "ML", "MT", "MU", "MX", "NA", "NP", "NI", "PA", "PY", "PE", "PH", "PL", "PR", "RO", "SN", "SK", "SI", "ZA", "ES", "LK", "TG", "TR", "UY", "UZ", "VE"); var list2 = new Array ( "-- all countries --", "Argentina (1)", "Australia (2)", "Austria (1)", "Bolivia (1)", "Botswana (1)", "Bulgaria (1)", "Canada (1)", "Chile (1)", "Colombia (1)", "Costa Rica (1)", "Czech Republic (1)", "El Salvador (1)", "Estonia (1)", "Ethiopia (1)", "Guatemala (1)", "Honduras (1)", "Hungary (1)", "Kyrgyzstan (1)", "Lithuania (1)", "Mali (1)", "Malta (1)", "Mauritius (1)", "Mexico (1)", "Namibia (1)", "Nepal (1)", "Nicaragua (1)", "Panama (1)", "Paraguay (2)", "Peru (2)", "Philippines (1)", "Poland (1)", "Puerto Rico (1)", "Romania (1)", "Senegal (1)", "Slovakia (1)", "Slovenia (1)", "South Africa (1)", "Spain (1)", "Sri Lanka (1)", "Togo (1)", "Turkey (1)", "Uruguay (1)", "Uzbekistan (1)", "Venezuela (1)"); NumberOfItems = list1.length; for (var x=0;x'+list2[x]); } } // function ThemeDropDownWriter() { var list1 = new Array ( "", "8", "2", "5", "4", "1", "12", "3", "7", "11", "9"); var list2 = new Array ( "-- all themes --", "Business development services (22)", "Entrepreneurship culture (4)", "Finance policies (31)", "Job quality (3)", "SME definitions (35)", "SME promotion policies (20)", "Simplifying regulatory compliance (12)", "Skills training (16)", "Social partners (11)", "Women entrepreneurs and other disadvantaged groups (5)"); NumberOfItems = list1.length; for (var x=0;x'+list2[x]); } } // function ThemeLinks() { var list1 = new Array ( "/dyn/empent/docs/F555972471/Business%20development%20services.pdf", "/dyn/empent/docs/F627874288/Data%20Collection.pdf", "/dyn/empent/docs/F1600044125/Entrepreneurship%20Culture.pdf", "/dyn/empent/docs/F709308684/Finance%20Policies.pdf", "/dyn/empent/docs/F1295455973/Job%20Quality.pdf", "/dyn/empent/docs/F1882803357/SME%20Definitions.pdf", "/dyn/empent/docs/F693812745/SME%20Promotion%20Policies.pdf", "/dyn/empent/docs/F139337959/Simplifying%20Regulatory%20Compliance.pdf", "/dyn/empent/docs/F986593828/Skills%20Training.pdf", "/dyn/empent/docs/F1331501752/Social%20Partners.pdf", "/dyn/empent/docs/F1260353050/Women%20Entrepreneurship%20and%20other%20disadvantaged.pdf"); var list2 = new Array ( "Business development services", "Data collection", "Entrepreneurship culture", "Finance policies", "Job quality", "SME definitions", "SME promotion policies", "Simplifying regulatory compliance", "Skills training", "Social partners", "Women entrepreneurs and other disadvantaged groups"); NumberOfItems = list1.length; document.writeln('
'); for (var x=0;x<6;x++) { document.writeln(''+list2[x]+'
'); } document.writeln('
      '); for (var x=6;x'+list2[x]+'
'); } document.writeln('
'); } // function refineTheme(selector) { window.location="/dyn/empent/empent.portal?p_category=SME&p_prog=S&p_subprog=PE&p_theme="+selector.options[selector.selectedIndex].value; } // function refineCountry(selector) { window.location="/dyn/empent/empent.portal?p_category=SME&p_prog=S&p_subprog=PE&p_country="+selector.options[selector.selectedIndex].value; } //