document.write('<style type="text/css">\
<!--\
table.cadre65\
{\
border-style: solid;\
border-color: #0000FF;\
border-width: 1px;\
background-color: #FFFFFF;\
background-image: url();\
}\
tr.titre65\
{\
background-color: #FFFFFF;\
}\
td.titre65\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #000000;\
border-bottom-style: solid;\
border-bottom-color: #0000FF;\
border-bottom-width: 1px;\
}\
td.contenu65\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #FF0000;\
}\
td.question65\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #FF0000;\
}\
a.lien65\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #0000FF;\
text-decoration: underline;\
}\
a.lien65:visited\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #0000FF;\
text-decoration: underline;\
}\
a.lien65:active\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #0000FF;\
text-decoration: underline;\
}\
a.lien65:hover\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #0000FF;\
text-decoration: underline;\
}\
form.form65\
{\
margin: 0px;\
}\
input.bouton65\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
}\
input.radio65, input.checkbox65\
{\
background-color: transparent;\
border-width: 0px;\
}\
//-->\
</style>\
');document.write('<div id="layer65" style="position:absolute; visibility: hidden;"></div><form class="form65" name="formSondage65" method="post" action="http://www.i-services.net/membres/sondage/valider.php?uid=72983&sid=34443&id=75633" onsubmit="javascript:return formSubmit65();">\
<input type="hidden" name="referer" value="" />\
<table class="cadre65" border="0" cellpadding="3" cellspacing="0" width="150">\
<tr class="titre65">\
<td class="titre65" colspan="2" align="left"><b>5&egrave;me version</b></td>\
</tr>\
<tr>\
<td class="question65" colspan="2" align="left">Qu\'attendez vous pour la V5 ?</td>\
</tr>\
<tr>\
<td class="contenu65" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio65" type="radio" name="question47819" value="269838" onclick="javascript:compter65(this,47819);" disabled="disabled" /></td>\
<td class="contenu65" width="99%" align="left" valign="middle">Une meilleure navigation\
</td>\
</tr>\
<tr>\
<td class="contenu65" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio65" type="radio" name="question47819" value="269839" onclick="javascript:compter65(this,47819);" disabled="disabled" /></td>\
<td class="contenu65" width="99%" align="left" valign="middle">Un nouv. design\
</td>\
</tr>\
<tr>\
<td class="contenu65" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio65" type="radio" name="question47819" value="269840" onclick="javascript:compter65(this,47819);" disabled="disabled" /></td>\
<td class="contenu65" width="99%" align="left" valign="middle">Un temp de chargement moins long\
</td>\
</tr>\
<tr>\
<td class="contenu65" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio65" type="radio" name="question47819" value="269841" onclick="javascript:compter65(this,47819);" disabled="disabled" /></td>\
<td class="contenu65" width="99%" align="left" valign="middle">Plus de possibilit&eacute; pour les membres\
</td>\
</tr>\
<tr>\
<td class="contenu65" colspan="2" align="center"><b>Le sondage est termin&eacute; !</b></td>\
</tr>\
<tr>\
<td class="contenu65" colspan="2" align="center">\
<div style="margin: 2px;"><input class="bouton65" type="submit" value="Valider" disabled="disabled" /></div>\
<div style="margin: 2px;"><a class="lien65" href="#null" onclick="javascript:win65=window.open(\'http://www.i-services.net/membres/sondage/resultats.php?uid=72983&sid=34443&id=75633\',\'popup65\',\'width=500,height=400,top=\'+((screen.height-400)/2)+\',left=\'+((screen.width-500)/2)+\',scrollbars=1,resizable=0\'); win65.focus(); return false;">R&eacute;sultats</a> - <a class="lien65" href="#null" onclick="javascript:win65=window.open(\'http://www.i-services.net/membres/sondage/resultats.php?uid=72983&sid=34443&id=75633&archives=1\',\'popup65\',\'width=500,height=400,top=\'+((screen.height-400)/2)+\',left=\'+((screen.width-500)/2)+\',scrollbars=1,resizable=0\'); win65.focus(); return false;">Archives</a></div>\
</td>\
</tr>\
<tr>\
<td class="contenu65" colspan="2" align="center" style="border-top-style: solid; border-top-color: #0000FF; border-top-width: 1px;">Service offert par <a class="lien65" href="http://www.i-services.net/membres/sondage/index.php?refid=72983" target="_blank">I-Services</a></td>\
</tr>\
</table>\
</form>\
');
var cpt_65=new Array();
var limite_cpt_65=new Array();
var limite_type_65=new Array();
var num_quest_65=new Array();


cpt_65[47819]=0;
limite_cpt_65[47819]=0;
limite_type_65[47819]='max';
num_quest_65[47819]=1;


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

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

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

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

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

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

		return false;
	}

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

	return true;
}


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

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

		posX+=offsetX;
		posY+=offsetY;

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

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

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

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