﻿var quick_links=[
["--Choose Your Option --", '<header>', "no", "id_caption"],
["--About the Initiative--", '<header>', "no", "id_caption"],
["Evolution", "background.htm", "", "1"],
["Objectives", "primary_objectives.htm", "", "2"],
["Government Orders", "government_orders.htm", "", "4"],
//["Decisions", root_english + "initiatives/wfw/decisions.htm", "", "4"],

["--Virtual Centre--", '<header>', "no", "id_caption"],
["Introduction", "introduction.htm", "", "1"],
["Governing Body", "governing_body.htm", "", "2"],
["Financial Support", "financial_support.htm", "", "3"],
["Secretariat", "secretariat.htm", "", "3"],
["Meetings", "meetings.htm", "", "3"],


["--Members--", '<header>', "no", "id_caption"],
["Introduction", "introduction_group_members.htm", "", "4"],
["Core Group", "core_group_members.htm", "", "1"],
["Associate Group", "associate_group_members.htm", "", "2"],
["User Group", "user_group_members.htm", "", "3"],

["--Expertise--", '<header>', "no", "id_caption"],
["Engineering Expertise", "engineering.htm", "", "2"],
["Environment Expertise", "environment.htm", "", "3"],
["Education Expertise", "education.htm", "", "4"],
["Management Expertise", "management.htm", "", "5"],
["Exp. - Availability Matrix", "availability_matrix.htm", "", "1"],

["--Directory--", '<header>', "no", "id_caption"],
["Key Officials", "key_officials.htm", "", "1"],
["Core Group", "core_group.htm", "", "2"],
["Associate Group", "associate_group.htm", "", "3"],
["User Group", "user_group.htm", "", "4"],




	
["------------------------", "<header>",  "------------------------", "end"]
]


function openIniForms() {
    for (var i=0; i<quick_links.length; i++) {
        if (quick_links[i][3] == "id_ini_forms") {
            location.href = quick_links[i][1]
            return;
        }
    }
}

function openInitForms() {
    for (var i=0; i<quick_links.length; i++) {
        if (quick_links[i][3] == "id_init_forms") {
            location.href = quick_links[i][1]
            return;
        }
    }
}

function openStats() {
    for (var i=0; i<quick_links.length; i++) {
        if (quick_links[i][3] == "id_stats") {
            location.href = quick_links[i][1]
            return;
        }
    }
}

function openGOs() {
    for (var i=0; i<quick_links.length; i++) {
        if (quick_links[i][3] == "id_gos") {
            location.href = quick_links[i][1]
            return;
        }
    }
}

function openTenders() {
    for (var i=0; i<quick_links.length; i++) {
        if (quick_links[i][3] == "id_tenders") {
            location.href = quick_links[i][1]
            return;
        }
    }
}

function openContact() {
    for (var i=0; i<quick_links.length; i++) {
        if (quick_links[i][3] == "id_contact") {
            location.href = quick_links[i][1]
            return;
        }
    }
}

