<!--
function F_to_E(prix){var vChaine=",";var nb;nb=prix.replace(vChaine,".");nb=Number(nb)/6.55957;nb=Math.round(nb*100);nb=nb/100;document.form.euro.value=nb;}
function E_to_F(prix){var vChaine=",";var vChaine=",";var nb;nb=prix.replace(vChaine,".");nb=Number(nb)*6.55957;nb=Math.round(nb*100);nb=nb/100;document.form.fr.value=nb;}
function ChangeUrl(formulaire) {if (formulaire.Categorie.selectedIndex != 0) location.href = formulaire.Categorie.options[formulaire.Categorie.selectedIndex].value;}
function FullScreen(URL){window.open(URL,'Panique','left=0,screenX=0,top=0,screenY=0,fullscreen');}
function OpenWindow(URL, WinWidth, WinHeight) {x=(screen.width-WinWidth)/2;y=(screen.height-WinHeight)/2;window.open(URL,'iPAQ',"scrollbars=yes,top="+y+",left="+x+",height="+WinHeight+",width="+WinWidth);}
function OuvrirFenetre(url,name,feature){window.open(url,name,feature);}
function SauveResolution() { var LaDate=new Date(); LaDate.setTime(LaDate.getTime()+604800000); document.cookie="Resolution="+screen.width+"x"+screen.height+"; expires="+LaDate.toGMTString(); }
function Favori(){url="http://www.smartphonefrance.info/";titre = "Smartphone France ...";window.external.AddFavorite(url, titre);}
function Demarrage(obj){obj.style.behavior='url(#default#homepage)';obj.setHomePage('http://www.smartphonefrance.info/');}
function Dommage(){return false;}
function ApplicationSPF()
{
	Shadowbox.open({player:'iframe',content:'/ApplicationSPF.asp',height:650,width:850});
}
function Affiche(id,totalSteps)
{
	if (document.all)
	{
		for(var i=1;i<=totalSteps;i++) { if ( id != 'step' + i ) { document.all['step' + i].style.display = 'none'; } }
		if ( document.all[id].style.display == 'none'){ document.all[id].style.display = ''; }
		else { document.all[id].style.display = 'none'; }
		return false;
	}
	else if (document.getElementById)
	{
		for(var i=1;i<=totalSteps;i++) { if ( id != 'step' + i ) { document.getElementByID('step' + i).style.display = 'none'; } }
		if ( document.getElementById(id).style.display == 'none'){ document.getElementById(id).style.display = 'block'; }
		else { document.getElementById(id).style.display = 'none'; }
		return false;
	}
}
//-->
