function rappel_telephonique(sUrl, iIds, sLg, iIdc, rep) {

	/*
	sUrl='index.htm'; // Marqueur permettant d'identifier la page où est présent le bouton d'appel au service de web call back
	iIds=0; // Numéro du service par défaut. Si l'entreprise ne posède qu'un service, le numéro est obligatoirement 0
	sLg='FR'; // Langue par défaut du service de Web Call Back. Doit être obligatoirement 'FR'
	iIdc=15; // Numéro client
	*/

	////////////////////////////////////////////////////////////////////////////
	// Bloc d'appel au web call back, à ne pas modifier.//
	///////////////////////////////////////////////////////////////////////////


	iWindowWidth=613;
	iWindowHeight=423;
	var top=(screen.height-iWindowHeight)/2;
	var left=(screen.width-iWindowWidth)/2;


	document.cookie='chkcook=54321;';
	bCookieOn=document.cookie.indexOf('chkcook=');


	document.write('<A HREF="javascript:void(0)" onClick="window.open(\'http://www.zti.biz/Webclient/client/step_1.php?idc='+iIdc+'&ids='+iIds+'&Lg='+sLg+'&bCookieOn='+bCookieOn+'&url='+sUrl+'\',\'CallServer\',\'toolbar=no,directories=no,status=no,menubar=no,resizable=no,width='+iWindowWidth+',height='+iWindowHeight+',top='+top+',left='+left+',screenX='+top+',screenY='+left+',scrollbars=no\');" title="Cliquez pour un rappel téléphonique gratuit">');
	//////////////////////////////////////////////////////////////////
	/////////////////////////////////////////////////////////////////


	document.write('<img src="'+rep+'/img/rappel_telephonique.gif" border="0" width="106" height="37">');


	////////////////////////////////////////////////////////////////////////////
	// Bloc d'appel au web call back, à ne pas modifier.//
	///////////////////////////////////////////////////////////////////////////
	document.writeln('</A>');
	document.writeln('<IMG SRC="http://www.zti.biz/Webclient/client/aff.php?idc='+iIdc+'&ids='+iIds+'&lg='+sLg+'&url='+sUrl+'" width=1 height=1>');
	//////////////////////////////////////////////////////////////////
	/////////////////////////////////////////////////////////////////

}

function info_rappel_telephonique(sUrl, iIds, sLg, iIdc, rep) {

	/*
	sUrl='index.htm'; // Marqueur permettant d'identifier la page où est présent le bouton d'appel au service de web call back
	iIds=0; // Numéro du service par défaut. Si l'entreprise ne posède qu'un service, le numéro est obligatoirement 0
	sLg='FR'; // Langue par défaut du service de Web Call Back. Doit être obligatoirement 'FR'
	iIdc=15; // Numéro client
	*/

	////////////////////////////////////////////////////////////////////////////
	// Bloc d'appel au web call back, à ne pas modifier.//
	///////////////////////////////////////////////////////////////////////////


	iWindowWidth=613;
	iWindowHeight=423;
	var top=(screen.height-iWindowHeight)/2;
	var left=(screen.width-iWindowWidth)/2;


	document.cookie='chkcook=54321;';
	bCookieOn=document.cookie.indexOf('chkcook=');


	document.write('<A HREF="javascript:void(0)" onClick="window.open(\'http://www.zti.biz/Webclient/client/step_1.php?idc='+iIdc+'&ids='+iIds+'&Lg='+sLg+'&bCookieOn='+bCookieOn+'&url='+sUrl+'\',\'CallServer\',\'toolbar=no,directories=no,status=no,menubar=no,resizable=no,width='+iWindowWidth+',height='+iWindowHeight+',top='+top+',left='+left+',screenX='+top+',screenY='+left+',scrollbars=no\');window.close();" title="Cliquez pour un rappel téléphonique gratuit">');
	//////////////////////////////////////////////////////////////////
	/////////////////////////////////////////////////////////////////


	document.write('<img src="'+rep+'/img/info_rappel_telephonique.gif" border="0" width="318" height="318">');


	////////////////////////////////////////////////////////////////////////////
	// Bloc d'appel au web call back, à ne pas modifier.//
	///////////////////////////////////////////////////////////////////////////
	document.writeln('</A>');
	document.writeln('<IMG SRC="http://www.zti.biz/Webclient/client/aff.php?idc='+iIdc+'&ids='+iIds+'&lg='+sLg+'&url='+sUrl+'" width=1 height=1>');
	//////////////////////////////////////////////////////////////////
	/////////////////////////////////////////////////////////////////

}


function nouveau_service() {
	window.open('./popup_nouveau_service.html','NouveauService','toolbar=no,directories=no,status=no,menubar=no,resizable=no,width=318,height=318,top=0,left=0,screenX=0,screenY=0,scrollbars=no');
}