
function InitTopItems()
    {
    topitems = new Array();

    topitems[0]  = new TopItem ('compact','Kompaktum','Compactum','0','com_0.html','bg_main_group.png','bg_main_group.png');

    topitems[1]  = new TopItem ('hacie','Hartkopf&amp;Cie','Hartkopf&amp;Cie','0','hacie_3.html','bg_main_group.png','bg_main_group.png');
    topitems[1].AddSubItem('Historie','History','_hacie_1.html');
    topitems[1].AddSubItem('Zukunft','Future','_hacie_2.html');
    topitems[1].AddSubItem('Verstehen-Vertrauen-Gestalten','Understanding-Confidence-Organization','_hacie_3.html');
    topitems[1].AddSubItem('Das Team (F&uuml;hrungskr&auml;fte / Unternehmensstruktur)', 'The Team (Executives / Company structure)', '_hacie_4.html');
    topitems[1].AddSubItem('Internationales Netzwerk','International Network','_hacie_5.html');
    topitems[1].AddSubItem('Partner','Partners','_hacie_6.html');    

    topitems[2]  = new TopItem ('company','F&uuml;r Unternehmen','For Companies','0','forcompany_0.html','bg_main_ph.png','bg_main_start_en.png');
    topitems[2].AddSubItem('Qualifizierte F&uuml;hrungskr&auml;fte = Erfolg', 'Qualified executives = success', '_forcompany_0.html');
    topitems[2].AddSubItem('Unsere Methode','Our Method','_forcompany_1.html');
    topitems[2].AddSubItem('F&uuml;hrungskräfte/Spezialisten', 'Executives / Specialists', '_forcompany_2.html');
    topitems[2].AddSubItem('Unternehmernachfolge','Succession of entrepreneurs','_forcompany_3.html');
    topitems[2].AddSubItem('Potenzialbeurteilung','Assessment of Potentials','_forcompany_5.html');
    topitems[2].AddSubItem('Aufsichtsorgane', 'Free of charge data bank check', '_forcompany_7.html');
    topitems[2].AddSubItem('Workshops','Workshops (German)','_forcompany_10.html');
    topitems[2].AddSubItem('H&auml;ufig gestellte Fragen (FAQs)', 'Frequently asked questions (FAQs)', '_forcompany_8.html');

    topitems[3]  = new TopItem ('applicant','F&uuml;r Bewerber','For Applicants','0','forapplicant_0.html','bg_main_bnh.png','bg_main_start_en.png');
    topitems[3].AddSubItem('Pers&ouml;nliche Integrationsberatung vor Firmeneintritt', 'Integration Consulting', '_forapplicant_1.html');
    topitems[3].AddSubItem('Generelle Placementberatung', 'Placement Consulting', '_forapplicant_0.html');
    topitems[3].AddSubItem('H&auml;ufig gestellte Fragen (FAQs)','Frequently asked questions (FAQs)','_forapplicant_2.html');

    topitems[4]  = new TopItem ('home','Home','Home','0','index.html','bg_main_start.png','bg_main_start_en.png');
    
    topitems[5]  = new TopItem ('contact','Kontakt','Contact us','0','contact_0.html','bg_main_hand.png','bg_main_start_en.png');
    topitems[5].AddSubItem('Kontaktdaten','Contact information','_contact_0.html');
    topitems[5].AddSubItem('Anfahrt','How to get here','_contact_1.html');
    topitems[5].AddSubItem('Denkliste', 'Thought List', '_contact_3.html');

    topitems[6] = new TopItem('job', 'Für Personalberater', 'Jobs', '1', 'job_1.html', 'bg_main_start.png', 'bg_main_start_en.png'); 
    
    }
