﻿
function openLelynx()
{
window.location.href='http://www.lelynx.fr';
return false;
}

function MouseOverButtonInnerAuto() {
    document.getElementById('ibtnCJAuto').src = '/images/btn_auto_hover.gif';
}

function MouseOutButtonInnerAuto() {
    document.getElementById('ibtnCJAuto').src = '/images/btn_auto.gif';
}

function MouseOverButtonInnerSante() {
    document.getElementById('ibtnCJSante').src = '/images/btn_sante_hover.gif';
}

function MouseOutButtonInnerSante() {
    document.getElementById('ibtnCJSante').src = '/images/btn_sante.gif';
}


function MouseOverButtonOuter()
{
    document.getElementById('ibtnCJ').src = '/images/Comparez_btn_hover.gif';
}

function MouseOutButtonOuter()
{
    document.getElementById('ibtnCJ').src = '/images/comparez_btn.gif';
}

function MouseOverButtonCar()
{
    document.getElementById('ctl00_iBtnCar').src='/images/btn_car_hover.gif';
}

function MouseOutButtonCar()
{
     document.getElementById('ctl00_iBtnCar').src='/images/btn_car.gif';
}

function MouseOverButtonInner()
{
    document.getElementById('ctl00_ibtnCJ').src='/images/comparez_btn_s_hover.gif';
}

function MouseOutButtonInner()
{
     document.getElementById('ctl00_ibtnCJ').src='/images/comparez_btn_s.gif';
}

function RedirectPage(url)
{
    window.location.href=url;
}

function GoToCJ()
{

    window.location.href='https://www.lelynx.fr/assurance-auto/comparateur-auto-vehicule.aspx';
    return false;
}


function TVCommercial()
{   

    requestUrl = '/TVCommercial/tv_add.htm?TB_iframe=true&height=430&width=530';
   
	tb_show("", requestUrl, false);   
    
    return false;
}

function HideModelPopup()
{
    $find("mdlSendPopup").hide();
}