document.write('<style type="text/css">\
<!--\
table.cadre5050\
{\
border-style: solid;\
border-color: #FFFFFF;\
border-width: 0px;\
background-color: #FFFFFF;\
background-image: url();\
}\
tr.titre5050\
{\
background-color: #EDEDFD;\
}\
td.titre5050\
{\
font-family: Times New Roman;\
font-size: 14px;\
font-weight: normal;\
color: #660099;\
border-bottom-style: solid;\
border-bottom-color: #FFFFFF;\
border-bottom-width: 0px;\
}\
td.contenu5050\
{\
font-family: Times New Roman;\
font-size: 14px;\
font-weight: normal;\
color: #660099;\
}\
td.question5050\
{\
font-family: Times New Roman;\
font-size: 14px;\
font-weight: bold;\
color: #660099;\
}\
a.lien5050\
{\
font-family: Times New Roman;\
font-size: 14px;\
font-weight: normal;\
color: #660099;\
text-decoration: underline;\
}\
a.lien5050:visited\
{\
font-family: Times New Roman;\
font-size: 14px;\
font-weight: normal;\
color: #660099;\
text-decoration: underline;\
}\
a.lien5050:active\
{\
font-family: Times New Roman;\
font-size: 14px;\
font-weight: normal;\
color: #660099;\
text-decoration: underline;\
}\
a.lien5050:hover\
{\
font-family: Times New Roman;\
font-size: 14px;\
font-weight: normal;\
color: #660099;\
text-decoration: underline;\
}\
form.form5050\
{\
margin: 0px;\
}\
input.bouton5050\
{\
font-family: Times New Roman;\
font-size: 14px;\
font-weight: normal;\
}\
input.radio5050, input.checkbox5050\
{\
background-color: transparent;\
border-width: 0px;\
}\
//-->\
</style>\
');document.write('<div id="layer5050" style="position:absolute; visibility: hidden;"></div><form class="form5050" name="formSondage5050" method="post" action="http://www.i-services.net/membres/sondage/valider.php?uid=8924&sid=2805&id=46629" target="popup5050" onsubmit="javascript:if(formSubmit5050() == true) { win5050=window.open(\'\',\'popup5050\',\'width=500,height=400,top=\'+((screen.height-400)/2)+\',left=\'+((screen.width-500)/2)+\',scrollbars=1,resizable=0\'); win5050.focus(); return true; } else return false;">\
<input type="hidden" name="referer" value="" />\
<table class="cadre5050" border="0" cellpadding="3" cellspacing="0" width="350">\
<tr>\
<td class="question5050" colspan="2" align="left">O&ugrave; habitez-vous?</td>\
</tr>\
<tr>\
<td class="contenu5050" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio5050" type="radio" name="question12408" value="2880" onclick="javascript:compter5050(this,12408);" /></td>\
<td class="contenu5050" width="99%" align="left" valign="middle">En France\
</td>\
</tr>\
<tr>\
<td class="contenu5050" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio5050" type="radio" name="question12408" value="2881" onclick="javascript:compter5050(this,12408);" /></td>\
<td class="contenu5050" width="99%" align="left" valign="middle">En Belgique\
</td>\
</tr>\
<tr>\
<td class="contenu5050" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio5050" type="radio" name="question12408" value="2882" onclick="javascript:compter5050(this,12408);" /></td>\
<td class="contenu5050" width="99%" align="left" valign="middle">En Suisse\
</td>\
</tr>\
<tr>\
<td class="contenu5050" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio5050" type="radio" name="question12408" value="2883" onclick="javascript:compter5050(this,12408);" /></td>\
<td class="contenu5050" width="99%" align="left" valign="middle">Au Canada\
</td>\
</tr>\
<tr>\
<td class="contenu5050" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio5050" type="radio" name="question12408" value="2884" onclick="javascript:compter5050(this,12408);" /></td>\
<td class="contenu5050" width="99%" align="left" valign="middle">Autre\
</td>\
</tr>\
<tr>\
<td class="contenu5050" colspan="2" align="center">\
<div style="margin: 2px;"><input class="bouton5050" type="submit" value="Valider" /></div>\
<div style="margin: 2px;"><a class="lien5050" href="#null" onclick="javascript:win5050=window.open(\'http://www.i-services.net/membres/sondage/resultats.php?uid=8924&sid=2805&id=46629\',\'popup5050\',\'width=500,height=400,top=\'+((screen.height-400)/2)+\',left=\'+((screen.width-500)/2)+\',scrollbars=1,resizable=0\'); win5050.focus(); return false;">Voir les r&eacute;sultats</a></div>\
</td>\
</tr>\
<tr>\
<td class="contenu5050" colspan="2" align="center" style="border-top-style: solid; border-top-color: #FFFFFF; border-top-width: 0px;">Service gratuit offert par <a class="lien5050" href="http://www.i-services.net/membres/sondage/index.php?refid=8924" target="_blank">I-Services</a></td>\
</tr>\
</table>\
</form>\
');
var cpt_5050=new Array();
var limite_cpt_5050=new Array();
var limite_type_5050=new Array();
var num_quest_5050=new Array();


cpt_5050[12408]=0;
limite_cpt_5050[12408]=0;
limite_type_5050[12408]='max';
num_quest_5050[12408]=1;


function compter5050(cb,idq)
{
	if(cb.type == 'checkbox')
	{
		if(cb.checked == true)
		{
			cpt_5050[idq]++;
		}
		else
		{
			cpt_5050[idq]--;
		}
	}
	else if(cb.type == 'radio')
	{
		if(cb.checked == true)
		{
			cpt_5050[idq]=1;
		}
		else
		{
			cpt_5050[idq]=0;
		}
	}
}

function formSubmit5050()
{
	msg1=msg2='';

	for(idq in cpt_5050)
	{
		if(cpt_5050[idq] == 0)
		{
			msg2='Veuillez s\351lectionner une r\351ponse !';

			break;
		}
		else if(limite_type_5050[idq] == 'max' && limite_cpt_5050[idq] > 0 && cpt_5050[idq] > limite_cpt_5050[idq])
		{
			msg1+='- Veuillez ne pas cocher plus de '+limite_cpt_5050[idq]+' r\351ponses pour la question num\351ro '+num_quest_5050[idq]+' !\n';
		}
		else if(limite_type_5050[idq] == 'exact' && limite_cpt_5050[idq] > 0 && cpt_5050[idq] != limite_cpt_5050[idq])
		{
			msg1+='- Veuillez cocher '+limite_cpt_5050[idq]+' r\351ponses pour la question num\351ro '+num_quest_5050[idq]+' !\n';
		}
	}

	if(msg2 != '')
	{
		alert(msg2);

		return false;
	}
	else if(msg1 != '')
	{
		alert(msg1);

		return false;
	}

	document.formSondage5050.referer.value=document.location.href;

	return true;
}


window.setTimeout('document.formSondage5050.reset()',500);


function openImage(image,lien,e,offsetX,offsetY)
{
	if(document.getElementById && document.getElementById('layer5050'))
	{
		if(navigator.appName.substring(0,3) == 'Net')
		{
			document.captureEvents(Event.MOUSEMOVE);
		}

		posX=getPosX(e);
		posY=getPosY(e);

		posX+=offsetX;
		posY+=offsetY;

		document.getElementById('layer5050').style.left=posX+'px';
		document.getElementById('layer5050').style.top=posY+'px';

		if(lien == '')
		{
			document.getElementById('layer5050').innerHTML='<img src="'+image+'" border="0" alt="" />';
		}
		else
		{
			document.getElementById('layer5050').innerHTML='<a href="'+lien+'" target="_blank"><img src="'+image+'" border="0" alt="" /></a>';
		}

		document.getElementById('layer5050').style.visibility='visible';
	}
}

function closeImage()
{
	if(document.getElementById && document.getElementById('layer5050'))
	{
		document.getElementById('layer5050').style.visibility='hidden';
	}
}

function getPosX(e)
{
	posX = (navigator.appName.substring(0,3) == 'Net') ? e.pageX : e.x+document.documentElement.scrollLeft;

	return posX;
}

function getPosY(e)
{
	posY = (navigator.appName.substring(0,3) == 'Net') ? e.pageY : e.y+document.documentElement.scrollTop;

	return posY;
}
