document.write('<style type="text/css">\
<!--\
table.cadre5088\
{\
border-style: solid;\
border-color: #000000;\
border-width: 0px;\
background-color: #E2D9C7;\
background-image: url();\
}\
tr.titre5088\
{\
background-color: #CDBCA3;\
}\
td.titre5088\
{\
font-family: Verdana;\
font-size: 9px;\
font-weight: normal;\
color: #000000;\
border-bottom-style: solid;\
border-bottom-color: #000000;\
border-bottom-width: 0px;\
}\
td.contenu5088\
{\
font-family: Verdana;\
font-size: 9px;\
font-weight: normal;\
color: #000000;\
}\
td.question5088\
{\
font-family: Verdana;\
font-size: 9px;\
font-weight: bold;\
color: #000000;\
}\
a.lien5088\
{\
font-family: Verdana;\
font-size: 9px;\
font-weight: normal;\
color: #000000;\
text-decoration: underline;\
}\
a.lien5088:visited\
{\
font-family: Verdana;\
font-size: 9px;\
font-weight: normal;\
color: #000000;\
text-decoration: underline;\
}\
a.lien5088:active\
{\
font-family: Verdana;\
font-size: 9px;\
font-weight: normal;\
color: #000000;\
text-decoration: underline;\
}\
a.lien5088:hover\
{\
font-family: Verdana;\
font-size: 9px;\
font-weight: normal;\
color: #000000;\
text-decoration: underline;\
}\
form.form5088\
{\
margin: 0px;\
}\
input.bouton5088\
{\
font-family: Verdana;\
font-size: 9px;\
font-weight: normal;\
}\
input.radio5088, input.checkbox5088\
{\
background-color: transparent;\
border-width: 0px;\
}\
//-->\
</style>\
');document.write('<div id="layer5088" style="position:absolute; visibility: hidden;"></div><form class="form5088" name="formSondage5088" method="post" action="http://www.i-services.net/membres/sondage/valider.php?uid=154937&sid=101377&id=4257" onsubmit="javascript:return formSubmit5088();">\
<input type="hidden" name="referer" value="" />\
<table class="cadre5088" border="0" cellpadding="3" cellspacing="0" width="324">\
<tr>\
<td class="question5088" colspan="2" align="left">Pr&eacute;f&eacute;rez-vous les voix anglaises (L\'Etrange Village) ou les voix fran&ccedil;aises (La Bo&icirc;te De Pandore) ?</td>\
</tr>\
<tr>\
<td class="contenu5088" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio5088" type="radio" name="question4982" value="31684" onclick="javascript:compter5088(this,4982);" /></td>\
<td class="contenu5088" width="99%" align="left" valign="middle">Voix anglaises\
</td>\
</tr>\
<tr>\
<td class="contenu5088" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio5088" type="radio" name="question4982" value="31685" onclick="javascript:compter5088(this,4982);" /></td>\
<td class="contenu5088" width="99%" align="left" valign="middle">Voix fran&ccedil;aises\
</td>\
</tr>\
<tr>\
<td class="contenu5088" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio5088" type="radio" name="question4982" value="31686" onclick="javascript:compter5088(this,4982);" /></td>\
<td class="contenu5088" width="99%" align="left" valign="middle">Aucune pr&eacute;f&eacute;rence\
</td>\
</tr>\
<tr>\
<td class="contenu5088" colspan="2" align="center">\
<div style="margin: 2px;"><input class="bouton5088" type="submit" value="Valider" /></div>\
</td>\
</tr>\
</table>\
</form>\
');
var cpt_5088=new Array();
var limite_cpt_5088=new Array();
var limite_type_5088=new Array();
var num_quest_5088=new Array();


cpt_5088[4982]=0;
limite_cpt_5088[4982]=0;
limite_type_5088[4982]='max';
num_quest_5088[4982]=1;


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

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

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

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

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

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

		return false;
	}

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

	return true;
}


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


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

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

		posX+=offsetX;
		posY+=offsetY;

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

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

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

function closeImage()
{
	if(document.getElementById && document.getElementById('layer5088'))
	{
		document.getElementById('layer5088').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;
}
