function createMenus() { for (c = 0; c < 15; c++) mSheets[c] = new MenuSheet(); mSheets[1] .addLink("The Nations Total English Programme", "http://www.nationstraining.fr/english_language_business", "_self"); mSheets[1] .addLink("Description de votre programme ", "http://www.nationstraining.fr/business_language_training/", "_self"); mSheets[1] .addLink("Votre séjour chez Nations ", "http://www.nationstraining.fr/international_business_english/", "_self"); mSheets[1] .addLink("Les avantages de notre systéme de formation en immersion totale ", "http://www.nationstraining.fr/immersion_english_course/", "_self"); mSheets[1] .addLink("Dates des cours, réservations & tarifs ", "http://www.nationstraining.fr/business_english_course/", "_self"); mSheets[2] .addLink("Pourquoi choisir Nations", "http://www.nationstraining.fr/english_language_ireland", "_self"); mSheets[2] .addLink("Pourquoi apprendre l´anglais en Irlande", "http://www.nationstraining.fr/professional_english/", "_self"); mSheets[3] .addLink("Des équipes internationales qui réussissent", "http://www.nationstraining.fr/corporate_relocation", "_self"); mSheets[4] .addLink("Téléchargements dans votre langue", "http://www.nationstraining.fr/learning_business_english", "_self"); mSheets[4] .addLink("Liens Internet", "http://www.nationstraining.fr/links", "_self"); for (var c in mSheets) { mSheets[c].create(); }; mReady = true; } function onload_function() { createMenus(); } window.onload = onload_function;