document.write('<style type="text/css">\
<!--\
table.cadre9209\
{\
border-style: solid;\
border-color: #FFFFFF;\
border-width: 0px;\
background-color: #FFFFFF;\
background-image: url();\
}\
tr.titre9209\
{\
background-color: #EDEDFD;\
}\
td.titre9209\
{\
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.contenu9209\
{\
font-family: Times New Roman;\
font-size: 14px;\
font-weight: normal;\
color: #660099;\
}\
td.question9209\
{\
font-family: Times New Roman;\
font-size: 14px;\
font-weight: bold;\
color: #660099;\
}\
a.lien9209\
{\
font-family: Times New Roman;\
font-size: 14px;\
font-weight: normal;\
color: #660099;\
text-decoration: underline;\
}\
a.lien9209:visited\
{\
font-family: Times New Roman;\
font-size: 14px;\
font-weight: normal;\
color: #660099;\
text-decoration: underline;\
}\
a.lien9209:active\
{\
font-family: Times New Roman;\
font-size: 14px;\
font-weight: normal;\
color: #660099;\
text-decoration: underline;\
}\
a.lien9209:hover\
{\
font-family: Times New Roman;\
font-size: 14px;\
font-weight: normal;\
color: #660099;\
text-decoration: underline;\
}\
form.form9209\
{\
margin: 0px;\
}\
input.bouton9209\
{\
font-family: Times New Roman;\
font-size: 14px;\
font-weight: normal;\
}\
input.radio9209, input.checkbox9209\
{\
background-color: transparent;\
border-width: 0px;\
}\
//-->\
</style>\
');document.write('<div id="layer9209" style="position:absolute; visibility: hidden;"></div><form class="form9209" name="formSondage9209" method="post" action="http://www.i-services.net/membres/sondage/valider.php?uid=8924&sid=2805&id=46626" target="popup9209" onsubmit="javascript:if(formSubmit9209() == true) { win9209=window.open(\'\',\'popup9209\',\'width=500,height=400,top=\'+((screen.height-400)/2)+\',left=\'+((screen.width-500)/2)+\',scrollbars=1,resizable=0\'); win9209.focus(); return true; } else return false;">\
<input type="hidden" name="referer" value="" />\
<table class="cadre9209" border="0" cellpadding="3" cellspacing="0" width="350">\
<tr>\
<td class="question9209" colspan="2" align="left">Etes-vous un homme ou une femme?</td>\
</tr>\
<tr>\
<td class="contenu9209" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio9209" type="radio" name="question12406" value="2872" onclick="javascript:compter9209(this,12406);" /></td>\
<td class="contenu9209" width="99%" align="left" valign="middle">Un homme\
</td>\
</tr>\
<tr>\
<td class="contenu9209" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio9209" type="radio" name="question12406" value="2873" onclick="javascript:compter9209(this,12406);" /></td>\
<td class="contenu9209" width="99%" align="left" valign="middle">Une femme\
</td>\
</tr>\
<tr>\
<td class="contenu9209" colspan="2" align="center">\
<div style="margin: 2px;"><input class="bouton9209" type="submit" value="Valider" /></div>\
<div style="margin: 2px;"><a class="lien9209" href="#null" onclick="javascript:win9209=window.open(\'http://www.i-services.net/membres/sondage/resultats.php?uid=8924&sid=2805&id=46626\',\'popup9209\',\'width=500,height=400,top=\'+((screen.height-400)/2)+\',left=\'+((screen.width-500)/2)+\',scrollbars=1,resizable=0\'); win9209.focus(); return false;">Voir les r&eacute;sultats</a></div>\
</td>\
</tr>\
<tr>\
<td class="contenu9209" colspan="2" align="center" style="border-top-style: solid; border-top-color: #FFFFFF; border-top-width: 0px;">Service gratuit offert par <a class="lien9209" href="http://www.i-services.net/membres/sondage/index.php?refid=8924" target="_blank">I-Services</a></td>\
</tr>\
</table>\
</form>\
');
var cpt_9209=new Array();
var limite_cpt_9209=new Array();
var limite_type_9209=new Array();
var num_quest_9209=new Array();


cpt_9209[12406]=0;
limite_cpt_9209[12406]=0;
limite_type_9209[12406]='max';
num_quest_9209[12406]=1;


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

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

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

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

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

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

		return false;
	}

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

	return true;
}


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


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

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

		posX+=offsetX;
		posY+=offsetY;

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

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

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

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