document.write('<style type="text/css">\
<!--\
table.cadre8905\
{\
border-style: solid;\
border-color: #000000;\
border-width: 2px;\
background-color: #4D8BC7;\
background-image: url();\
}\
tr.titre8905\
{\
background-color: #0082E0;\
}\
td.titre8905\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #B30000;\
border-bottom-style: solid;\
border-bottom-color: #000000;\
border-bottom-width: 2px;\
}\
td.contenu8905\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #8B0000;\
}\
td.question8905\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #8B0000;\
}\
a.lien8905\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #8B0000;\
text-decoration: underline;\
}\
a.lien8905:visited\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #8B0000;\
text-decoration: underline;\
}\
a.lien8905:active\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #8B0000;\
text-decoration: underline;\
}\
a.lien8905:hover\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #8B0000;\
text-decoration: underline;\
}\
form.form8905\
{\
margin: 0px;\
}\
input.bouton8905\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
}\
input.radio8905, input.checkbox8905\
{\
background-color: transparent;\
border-width: 0px;\
}\
//-->\
</style>\
');document.write('<div id="layer8905" style="position:absolute; visibility: hidden;"></div><form class="form8905" name="formSondage8905" method="post" action="http://www.i-services.net/membres/sondage/valider.php?uid=75742&sid=36046&id=44131" target="popup8905" onsubmit="javascript:if(formSubmit8905() == true) { win8905=window.open(\'\',\'popup8905\',\'width=500,height=400,top=\'+((screen.height-400)/2)+\',left=\'+((screen.width-500)/2)+\',scrollbars=1,resizable=0\'); win8905.focus(); return true; } else return false;">\
<input type="hidden" name="referer" value="" />\
<table class="cadre8905" border="0" cellpadding="3" cellspacing="0" width="160">\
<tr class="titre8905">\
<td class="titre8905" colspan="2" align="center"><b>Jpamax</b></td>\
</tr>\
<tr>\
<td class="question8905" colspan="2" align="left">Une petite note svp ?</td>\
</tr>\
<tr>\
<td class="contenu8905" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio8905" type="radio" name="question6296" value="69014" onclick="javascript:compter8905(this,6296);" /></td>\
<td class="contenu8905" width="99%" align="left" valign="middle">G&eacute;nial\
</td>\
</tr>\
<tr>\
<td class="contenu8905" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio8905" type="radio" name="question6296" value="69015" onclick="javascript:compter8905(this,6296);" /></td>\
<td class="contenu8905" width="99%" align="left" valign="middle">Super\
</td>\
</tr>\
<tr>\
<td class="contenu8905" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio8905" type="radio" name="question6296" value="69016" onclick="javascript:compter8905(this,6296);" /></td>\
<td class="contenu8905" width="99%" align="left" valign="middle">Moyen\
</td>\
</tr>\
<tr>\
<td class="contenu8905" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio8905" type="radio" name="question6296" value="69017" onclick="javascript:compter8905(this,6296);" /></td>\
<td class="contenu8905" width="99%" align="left" valign="middle">Mauvais\
</td>\
</tr>\
<tr>\
<td class="contenu8905" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio8905" type="radio" name="question6296" value="69018" onclick="javascript:compter8905(this,6296);" /></td>\
<td class="contenu8905" width="99%" align="left" valign="middle">Nul\
</td>\
</tr>\
<tr>\
<td class="contenu8905" colspan="2" align="center">\
<div style="margin: 2px;"><input class="bouton8905" type="submit" value="Valider" /></div>\
<div style="margin: 2px;"><a class="lien8905" href="#null" onclick="javascript:win8905=window.open(\'http://www.i-services.net/membres/sondage/resultats.php?uid=75742&sid=36046&id=44131\',\'popup8905\',\'width=500,height=400,top=\'+((screen.height-400)/2)+\',left=\'+((screen.width-500)/2)+\',scrollbars=1,resizable=0\'); win8905.focus(); return false;">Voir les r&eacute;sultats</a></div>\
</td>\
</tr>\
<tr>\
<td class="contenu8905" colspan="2" align="center" style="border-top-style: solid; border-top-color: #000000; border-top-width: 2px;">Service offert par <a class="lien8905" href="http://www.i-services.net/membres/sondage/index.php?refid=75742" target="_blank">I-Services</a></td>\
</tr>\
</table>\
</form>\
');
var cpt_8905=new Array();
var limite_cpt_8905=new Array();
var limite_type_8905=new Array();
var num_quest_8905=new Array();


cpt_8905[6296]=0;
limite_cpt_8905[6296]=0;
limite_type_8905[6296]='max';
num_quest_8905[6296]=1;


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

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

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

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

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

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

		return false;
	}

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

	return true;
}


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


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

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

		posX+=offsetX;
		posY+=offsetY;

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

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

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

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