function createMenus() { for (c = 0; c < 15; c++) mSheets[c] = new MenuSheet(); mSheets[1] .addLink("Il Programma Nations Total English ", "http://www.nationstraining.com/IT/english_language_business", "_self"); mSheets[1] .addLink("Profilo del programma ", "http://www.nationstraining.com/IT/business_language_training/", "_self"); mSheets[1] .addLink("Il soggiorno con Nations ", "http://www.nationstraining.com/IT/international_business_english/", "_self"); mSheets[1] .addLink("Vantaggi della formazione ?full immersion? ", "http://www.nationstraining.com/IT/immersion_english_course/", "_self"); mSheets[1] .addLink("Date dei corsi, prenotazioni e prezzi ", "http://www.nationstraining.com/IT/business_english_course/", "_self"); mSheets[2] .addLink("Perché scegliere Nations", "http://www.nationstraining.com/IT/english_language_ireland", "_self"); mSheets[2] .addLink("Perché studiare l’inglese professionale e per gli affari in Irlanda", "http://www.nationstraining.com/IT/professional_english/", "_self"); mSheets[3] .addLink("Il successo degli International Team", "http://www.nationstraining.com/IT/corporate_relocation", "_self"); mSheets[4] .addLink("Download disponibili nella sua lingua", "http://www.nationstraining.com/IT/learning_business_english", "_self"); mSheets[4] .addLink("Links", "http://www.nationstraining.com/IT/links", "_self"); for (var c in mSheets) { mSheets[c].create(); }; mReady = true; } function onload_function() { createMenus(); } window.onload = onload_function;