document.write('<style type="text/css">\
<!--\
table.cadre2877\
{\
border-style: solid;\
border-color: #FF9900;\
border-width: 2px;\
background-color: #FFFFCC;\
background-image: url();\
}\
tr.titre2877\
{\
background-color: #FF9900;\
}\
td.titre2877\
{\
font-family: Comic Sans MS;\
font-size: 14px;\
font-weight: normal;\
color: #FFFFCC;\
border-bottom-style: solid;\
border-bottom-color: #FF9900;\
border-bottom-width: 2px;\
}\
td.contenu2877\
{\
font-family: Comic Sans MS;\
font-size: 14px;\
font-weight: normal;\
color: #FF9900;\
}\
td.question2877\
{\
font-family: Comic Sans MS;\
font-size: 14px;\
font-weight: bold;\
color: #FF9900;\
}\
a.lien2877\
{\
font-family: Comic Sans MS;\
font-size: 14px;\
font-weight: normal;\
color: #CC6600;\
text-decoration: underline;\
}\
a.lien2877:visited\
{\
font-family: Comic Sans MS;\
font-size: 14px;\
font-weight: normal;\
color: #CC6600;\
text-decoration: underline;\
}\
a.lien2877:active\
{\
font-family: Comic Sans MS;\
font-size: 14px;\
font-weight: normal;\
color: #CC6600;\
text-decoration: underline;\
}\
a.lien2877:hover\
{\
font-family: Comic Sans MS;\
font-size: 14px;\
font-weight: normal;\
color: #CC6600;\
text-decoration: underline;\
}\
form.form2877\
{\
margin: 0px;\
}\
input.bouton2877\
{\
font-family: Comic Sans MS;\
font-size: 14px;\
font-weight: normal;\
}\
input.radio2877, input.checkbox2877\
{\
background-color: transparent;\
border-width: 0px;\
}\
//-->\
</style>\
');document.write('<div id="layer2877" style="position:absolute; visibility: hidden;"></div><form class="form2877" name="formSondage2877" method="post" action="http://www.i-services.net/membres/sondage/valider.php?uid=85368&sid=42275&id=66932" onsubmit="javascript:return formSubmit2877();">\
<input type="hidden" name="referer" value="" />\
<table class="cadre2877" border="0" cellpadding="3" cellspacing="0" width="200">\
<tr class="titre2877">\
<td class="titre2877" colspan="2" align="center"><b>Spoilers au cours de ma lecture du 4&egrave;me &eacute;t&eacute;</b></td>\
</tr>\
<tr>\
<td class="question2877" colspan="2" align="left">Lisez-vous le compte-rendu de ma lecture ?</td>\
</tr>\
<tr>\
<td class="contenu2877" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio2877" type="radio" name="question37300" value="190023" onclick="javascript:compter2877(this,37300);" disabled="disabled" /></td>\
<td class="contenu2877" width="99%" align="left" valign="middle">Oui\
</td>\
</tr>\
<tr>\
<td class="contenu2877" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio2877" type="radio" name="question37300" value="190024" onclick="javascript:compter2877(this,37300);" disabled="disabled" /></td>\
<td class="contenu2877" width="99%" align="left" valign="middle">Non\
</td>\
</tr>\
<tr>\
<td class="contenu2877" colspan="2" align="center"><b>Le sondage est termin&eacute; !</b></td>\
</tr>\
<tr>\
<td class="contenu2877" colspan="2" align="center">\
<div style="margin: 2px;"><input class="bouton2877" type="submit" value="Valider" disabled="disabled" /></div>\
<div style="margin: 2px;"><a class="lien2877" href="#null" onclick="javascript:win2877=window.open(\'http://www.i-services.net/membres/sondage/resultats.php?uid=85368&sid=42275&id=66932\',\'popup2877\',\'width=500,height=400,top=\'+((screen.height-400)/2)+\',left=\'+((screen.width-500)/2)+\',scrollbars=1,resizable=0\'); win2877.focus(); return false;">Voir les r&eacute;sultats</a></div>\
</td>\
</tr>\
<tr>\
<td class="contenu2877" colspan="2" align="center" style="border-top-style: solid; border-top-color: #FF9900; border-top-width: 2px;">Service gratuit offert par <a class="lien2877" href="http://www.i-services.net/membres/sondage/index.php?refid=85368" target="_blank">I-Services</a></td>\
</tr>\
</table>\
</form>\
');
var cpt_2877=new Array();
var limite_cpt_2877=new Array();
var limite_type_2877=new Array();
var num_quest_2877=new Array();


cpt_2877[37300]=0;
limite_cpt_2877[37300]=0;
limite_type_2877[37300]='max';
num_quest_2877[37300]=1;


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

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

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

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

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

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

		return false;
	}

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

	return true;
}


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

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

		posX+=offsetX;
		posY+=offsetY;

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

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

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

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