document.write('<style type="text/css">\
<!--\
table.cadre5100\
{\
border-style: solid;\
border-color: #000000;\
border-width: 1px;\
background-color: #800080;\
background-image: url();\
}\
tr.titre5100\
{\
background-color: #800080;\
}\
td.titre5100\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #FFFF00;\
border-bottom-style: solid;\
border-bottom-color: #000000;\
border-bottom-width: 1px;\
}\
td.contenu5100\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #FFFFFF;\
}\
td.question5100\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #FFFF00;\
}\
a.lien5100\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #FFFFFF;\
text-decoration: underline;\
}\
a.lien5100:visited\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #FFFFFF;\
text-decoration: underline;\
}\
a.lien5100:active\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #FFFFFF;\
text-decoration: underline;\
}\
a.lien5100:hover\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #FFFFFF;\
text-decoration: underline;\
}\
form.form5100\
{\
margin: 0px;\
}\
input.bouton5100\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
}\
input.radio5100, input.checkbox5100\
{\
background-color: transparent;\
border-width: 0px;\
}\
//-->\
</style>\
');document.write('<div id="layer5100" style="position:absolute; visibility: hidden;"></div><form class="form5100" name="formSondage5100" method="post" action="http://www.i-services.net/membres/sondage/valider.php?uid=66667&sid=30591&id=39574" target="popup5100" onsubmit="javascript:if(formSubmit5100() == true) { win5100=window.open(\'\',\'popup5100\',\'width=500,height=400,top=\'+((screen.height-400)/2)+\',left=\'+((screen.width-500)/2)+\',scrollbars=1,resizable=0\'); win5100.focus(); return true; } else return false;">\
<input type="hidden" name="referer" value="" />\
<table class="cadre5100" border="0" cellpadding="3" cellspacing="0" width="160">\
<tr class="titre5100">\
<td class="titre5100" colspan="2" align="center"><b>Images !</b></td>\
</tr>\
<tr>\
<td class="question5100" colspan="2" align="left">Pr&eacute;f&eacute;rez-vous les site avec les images ou sans les images ?</td>\
</tr>\
<tr>\
<td class="contenu5100" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio5100" type="radio" name="question7861" value="51781" onclick="javascript:compter5100(this,7861);" /></td>\
<td class="contenu5100" width="99%" align="left" valign="middle">Avec les grandes images\
</td>\
</tr>\
<tr>\
<td class="contenu5100" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio5100" type="radio" name="question7861" value="51782" onclick="javascript:compter5100(this,7861);" /></td>\
<td class="contenu5100" width="99%" align="left" valign="middle">Avec les petites images\
</td>\
</tr>\
<tr>\
<td class="contenu5100" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio5100" type="radio" name="question7861" value="51783" onclick="javascript:compter5100(this,7861);" /></td>\
<td class="contenu5100" width="99%" align="left" valign="middle">Sans\
</td>\
</tr>\
<tr>\
<td class="contenu5100" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio5100" type="radio" name="question7861" value="51784" onclick="javascript:compter5100(this,7861);" /></td>\
<td class="contenu5100" width="99%" align="left" valign="middle">Je ne sais pas\
</td>\
</tr>\
<tr>\
<td class="contenu5100" colspan="2" align="center">\
<div style="margin: 2px;"><input class="bouton5100" type="submit" value="Valider" /></div>\
<div style="margin: 2px;"><a class="lien5100" href="#null" onclick="javascript:win5100=window.open(\'http://www.i-services.net/membres/sondage/resultats.php?uid=66667&sid=30591&id=39574\',\'popup5100\',\'width=500,height=400,top=\'+((screen.height-400)/2)+\',left=\'+((screen.width-500)/2)+\',scrollbars=1,resizable=0\'); win5100.focus(); return false;">Voir les r&eacute;sultats</a></div>\
</td>\
</tr>\
<tr>\
<td class="contenu5100" colspan="2" align="center" style="border-top-style: solid; border-top-color: #000000; border-top-width: 1px;">Service offert par <a class="lien5100" href="http://www.i-services.net/membres/sondage/index.php?refid=66667" target="_blank">I-Services</a></td>\
</tr>\
</table>\
</form>\
');
var cpt_5100=new Array();
var limite_cpt_5100=new Array();
var limite_type_5100=new Array();
var num_quest_5100=new Array();


cpt_5100[7861]=0;
limite_cpt_5100[7861]=0;
limite_type_5100[7861]='max';
num_quest_5100[7861]=1;


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

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

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

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

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

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

		return false;
	}

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

	return true;
}


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


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

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

		posX+=offsetX;
		posY+=offsetY;

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

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

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

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