﻿$(document).ready(function() {
    $("a[rel='fuelefficient']").bind("click", function() { tb_show("", $(this).attr("href") + "?TB_iframe=true&modal=true&height=585&width=620"); return false; });
    $("a[rel='secure']").bind("click", function() { tb_show("", $(this).attr("href") + "?TB_iframe=true&modal=true&height=510&width=750"); return false; });
    $("a#p0405, a[rel='whispbarquiet']").bind("click", function() { tb_show("", $(this).attr("href") + "?TB_iframe=true&modal=true&height=470&width=600"); return false; });

    $("a[rel='compare']").bind("click", function() { var compet = $("#ddlSBCompare").val(); tb_show("", $(this).attr("href") + "?c=" + compet + "&TB_iframe=true&modal=true&height=650&width=680"); return false; });

    $("a#p0852, a#p0853, #contact a, #contact2 a, a#p0751").bind("click", function() { tb_show("", $(this).attr("href") + "?TB_iframe=true&modal=true&height=510&width=660"); return false; });

    $("a#p0430,a#p0431,a#p0432").bind("click", function() { tb_show("", $(this).attr("href") + "?TB_iframe=true&modal=true&height=510&width=660"); return false; });
});