/* COPYRIGHT 2009 FRESH FRAME MEDIA */


////################################################################################################
////########## FEATURE #############################################################################
////################################################################################################


// company data
var company_data = new Array(
    new Array(
        "akita_equtak.jpg",
        "Akita Equtak Drilling",
        "Akita Equtak is a joint venture partnership between Akita Drilling and the Inuvialuit Development Corporation providing premium Arctic contract drilling services and crews.",
        "our-companies/energy-services/akita-equtak-drilling"
    ),
    new Array(
        "aklak_air.jpg",
        "Aklak Air",
        "Aklak Air excels in providing efficient, secure and safe transportation for people, goods and material on a cost-competitive basis.",
        "our-companies/transportation/aklak-air"
    ),
    new Array(
        "aklak_helicopters.jpg",
        "Aklak Canadian Helicopters",
        "Canadian Helicopters Limited is the largest helicopter transportation company operating in Canada and provides a diverse range of helicopter services.",
        "our-companies/transportation/aklak-canadian-helicopters"
    ),
    new Array(
        "arctic_oil_gas.jpg",
        "Arctic Oil and Gas",
        "AOGS is an Inuvialuit company providing catering support services to Oil, Gas and Mining Industries in the Mackenzie Delta and Beaufort Sea Regions.",
        "our-companies/energy-services/arctic-oil-and-gas"
    ),
    new Array(
        "aurora.jpg",
        "Aurora Expediting Services",
        "With an operational base in Inuvik and in Edmonton, BBE can get you the supplies, equipment and personnel you need, when you need them.",
        "our-companies/transportation/aurora-expediting-services"
    ),
    new Array(
        "canadian_north.jpg",
        "Canadian North Airlines",
        "Canadian North has provided safe, reliable air travel across the North and to southern hubs for over 85 years.",
        "our-companies/transportation/canadian-north-airlines"
    ),
    new Array(
        "dowland.jpg",
        "Dowland Contracting",
        "Dowland has an impressive 25 year track record in general contracting, including design-build projects.",
        "our-companies/manufacturing-and-industrial/dowland-contracting"
    ),
    new Array(
        "idc_properties.jpg",
        "IDC Properties",
        "IDC Properties provides management services to external parties who require cost effective asset and property management.",
        "our-companies/management-and-real-estate/idc-properties"
    ),
    new Array(
        "ieg.jpg",
        "IEG Consultants",
        "IEG delivers quality environmental and engineering services to industry, government and aboriginal organizations.",
        "our-companies/energy-services/ieg-consultants"
    ),
    new Array(
        "inukshuk.jpg",
        "Inukshuk Geomatics",
        "Inukshuk Geomatics is a majority-owned Inuvialuit organization offering geomatics services throughout the NWT, Nunavut and Yukon Territory.",
        "our-companies/energy-services/inukshuk-geomatics"
    ),
    new Array(
        "iofs.jpg",
        "Inuvialuit Oilfield Services",
        "IOFS, a joint venture between Schlumberger Canada and the Inuvialuit Development Corporation, is the leading oilfield services company in the North.",
        "our-companies/energy-services/inuvialuit-oilfield-services"
    ),
    new Array(
        "mits.jpg",
        "MITS",
        "MITS provides products and services to the oil and gas industry in regards to integrated tubular solutions for OCTG and line pipe.",
        "our-companies/manufacturing-and-industrial/mackenzie-integrated-tubular-solutions"
    ),
    new Array(
        "nasittuq.jpg",
        "Pan Arctic Inuit Logistics",
        "PAIL operates and maintains the Canadian portion of the North Warning System on behalf of the Department of National Defence.",
        "our-companies/northern-services/pan-arctic-inuit-logistics"
    ),
    new Array(
        "nis.jpg",
        "Northern Industrial Sales",
        "Quality products, knowledgeable salespeople and a solid, broad array of appropriate inventory are the pillars of strength in NIS.",
        "our-companies/manufacturing-and-industrial/northern-industrial-sales"
    ),
    new Array(
        "norterra.jpg",
        "NorTerra",
        "NorTerra is a private, investment-focused management and holding company that has been in operation since 1985.",
        "our-companies/management-and-real-estate/norterra"
    ),
    new Array(
        "ntcl.jpg",
        "NTCL",
        "NTCL is Northern Canada's oldest and most experienced Arctic marine operator, and among Canada's largest barging companies.",
        "our-companies/transportation/northern-transportation-company-limited"
    ),
    new Array(
        "stanton.jpg",
        "Stanton Group",
        "Stanton specializes in supplying camp provisions to oil and gas operations in the Western Arctic: onshore, offshore and always on time.",
        "our-companies/northern-services/stanton-group"
    ),
    new Array(
        "tundra.jpg",
        "Tundra Communications",
        "Tundra Communications delivers top tier telecommunications services to natural resource companies operating in the Inuvialuit Settlement Region.",
        "our-companies/northern-services/tundra-communications"
    ),
    new Array(
        "weldco.jpg",
        "Weldco Beales Manufacturing",
        "WBM designs and manufactures heavy equipment attachments for excavators, crawler dozers, wheel loaders, motor graders, and large trucks.",
        "our-companies/manufacturing-and-industrial/weldco-beales-manufacturing"
    )
);


////==== initialize feature company
function feature_init() {
    // calculate random index
    var index = Math.floor(Math.random() * company_data.length);

    // add image and text
    $("div#feature_image").append("<a href=\"" + company_data[index][3] + "\"><img src=\"uploads/images/feature/" + company_data[index][0] + "\" alt=\"\" /></a>");
    $("div#feature_text").append("<p><a href=\"" + company_data[index][3] + "\">" + company_data[index][1] + "</a><br/>" + company_data[index][2] + "</p>");
}


////==== extend feature div height
function feature_height() {
    // get div heights
    var hm = $("div#mnav").outerHeight(true);
    var hf = $("div#feature").outerHeight(true);
    var hc = $("div#content").outerHeight(true);
    var diff = hc - (hm + hf);

    // extend feature div
    if (diff > 0) {
        $("div#feature").height($("div#feature").height() + diff);
    }
}


////################################################################################################
////########## GENERAL #############################################################################
////################################################################################################


////==== preload navigation images
function preload_nav() {
    var mnav_1 = new Image(); mnav_1.src = "images/mnav/bg_mnav_1_over.png";
    var mnav_2 = new Image(); mnav_2.src = "images/mnav/bg_mnav_2_over.png";
    var mnav_3 = new Image(); mnav_3.src = "images/mnav/bg_mnav_3_over.png";
    var mnav_4 = new Image(); mnav_4.src = "images/mnav/bg_mnav_4_over.png";
    var mnav_5 = new Image(); mnav_5.src = "images/mnav/bg_mnav_5_over.png";
    var mnav_6 = new Image(); mnav_6.src = "images/mnav/bg_mnav_6_over.png";

    var snav = new Image(); snav.src = "images/bg_snav_over.png";
}
