﻿// Cufon Replace
function cufonReplace() {
    Cufon.replace('#value_chain_content h3, .GillSans,.hdr40,.hdr20,.big_red_btn,.med_red_btn,.call_big_red_btn,.truckItem h2,.hdr14,#footer .hdr', { fontFamily: 'GillSans' });
}

$ektron(document).ready(function () {
    // run cufon
    cufonReplace();
});

function openWindow(url, title, params) {
    window.open(url, title, params);
}

function openBookTestDrive() {
    openWindow('http://www.mercedes-benzsa.co.za/fuso/leadmanager/booktestdrive.asp', 'bookTestDrive', '');
}

function openDealerLocator() {
    openWindow('http://www.fuso.co.za/dealerlocator/dealerlocator.asp', 'dealerlocator', 'window=1,width=850,height=800');
}
