/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/
domok = document.getElementById;
if (domok)
	{
	skn = document.getElementById("topdecklink").style;
	if(navigator.appName.substring(0,3) == "Net")
		document.captureEvents(Event.MOUSEMOVE);
	document.onmousemove = get_mouse;
	}

function get_mouse(e)
	{
	var x = (navigator.appName.substring(0,3) == "Net") ? e.pageX : event.x+document.body.scrollLeft;
	var y = (navigator.appName.substring(0,3) == "Net") ? e.pageY : event.y+document.body.scrollTop;
	skn.left = x - 30;
	skn.top = y+20;
	}

function killlink()
{
    if (domok)
    var content ="";
    document.getElementById("topdecklink").innerHTML = content;
    skn.visibility = "hidden";
}

function poplink(msg)
{

var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=1><TR><TD BGCOLOR=#000000><FONT COLOR=#000000 SIZE=2 face='Verdana'><CENTER>"+msg+"</CENTER></TD></TR></TABLE></TD></TR></TABLE>";

	if (domok)
		{
	  	document.getElementById("topdecklink").innerHTML = content;
	  	skn.visibility = "visible";
  		}
}



function popcredit(montant, mensualite, teg, duree, mention)
{

	var detcreditphrase ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 style='font-family:verdana;background-color:#EEEEEE;font-size:10px;padding-left: 3px; border:1px solid #9B9AA0'><TR><TD><TABLE WIDTH='300' BORDER=0 CELLPADDING=2 CELLSPACING=1><TR><TD><CENTER><img src='images/logo_cetelem.jpg' style='taext-align:center;margin:3px;'><br>* Montant emprunté : "+ montant +" €.<br>Durée "+duree+" mois. TEG Fixe " + teg + " %<br>Mensualité hors assurance facultative : " + mensualite +" €.<br>Coût total du crédit hors assurance " + ((60 * mensualite) - montant) + " €.<br><br><font style='font-size:9px'>"+mention+"</font>.<br><br><b>Pour en savoir plus, consultez nos conseillers<br>au 0 810 600 146 <font size='1'>(prix d'un appel local)</font></b><br></CENTER></TD></TR></TABLE></TD></TR></TABLE>";
	
	if (domok && mensualite!=0)
		{
	  	document.getElementById("topdecklink").innerHTML = detcreditphrase;
	  	skn.visibility = "visible";
  		}
}

function popFav()
{

l_text = document.getElementById("notation").innerText; // for IE

if ((l_text == null) && (l_text == ""))
	document.getElementById("notation").textContent =  "(" + items.item(i).firstChild.data  + ")"; // for the rest of the known world
	

	if (l_text == "(0)")
	{
				
	var detcreditphrase ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 style='font-family:verdana;background-color:#EEEEEE;font-size:8px;padding-left: 3px; border:1px solid #9B9AA0'><TR><TD><TABLE WIDTH='300' BORDER=0 CELLPADDING=2 CELLSPACING=1><TR><TD><CENTER><br>Mémorisez vos véhicules en cliquant sur les étoiles.<br><br>Retrouvez vos sélections dans le menu<br>\"Mémorisés\" <img src='images/s_on.png'> à gauche.<br><br></CENTER></TD></TR></TABLE>";
	if (domok)
			{
			//document.getElementById("topdecklink").style.width = "600px";
		  	//document.getElementById("topdecklink").className = "fav_div";
		  	document.getElementById("topdecklink").innerHTML = detcreditphrase;
		  	skn.visibility = "visible";
	  		}

	}


}
