document.write('<style type="text/css">\
<!--\
table.cadre4822\
{\
border-style: solid;\
border-color: #FCCE76;\
border-width: 1px;\
background-color: #FFFFFF;\
background-image: url();\
}\
tr.titre4822\
{\
background-color: #FFF9EC;\
}\
td.titre4822\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #6A2300;\
border-bottom-style: solid;\
border-bottom-color: #FCCE76;\
border-bottom-width: 1px;\
}\
td.contenu4822\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #6A2300;\
}\
td.question4822\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #6A2300;\
}\
a.lien4822\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #6A2300;\
text-decoration: underline;\
}\
a.lien4822:visited\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #6A2300;\
text-decoration: underline;\
}\
a.lien4822:active\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #6A2300;\
text-decoration: underline;\
}\
a.lien4822:hover\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #6A2300;\
text-decoration: underline;\
}\
form.form4822\
{\
margin: 0px;\
}\
input.bouton4822\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
}\
input.radio4822, input.checkbox4822\
{\
background-color: transparent;\
border-width: 0px;\
}\
//-->\
</style>\
');document.write('<div id="layer4822" style="position:absolute; visibility: hidden;"></div><form class="form4822" name="formSondage4822" method="post" action="http://www.i-services.net/membres/sondage/valider.php?uid=131062&sid=75819&id=786" target="popup4822" onsubmit="javascript:if(formSubmit4822() == true) { win4822=window.open(\'\',\'popup4822\',\'width=500,height=400,top=\'+((screen.height-400)/2)+\',left=\'+((screen.width-500)/2)+\',scrollbars=1,resizable=0\'); win4822.focus(); return true; } else return false;">\
<input type="hidden" name="referer" value="" />\
<table class="cadre4822" border="0" cellpadding="3" cellspacing="0" width="250">\
<tr class="titre4822">\
<td class="titre4822" colspan="2" align="left"><b>Les e-revenus</b></td>\
</tr>\
<tr>\
<td class="question4822" colspan="2" align="left">Les revenus que nous pensons emmagasiner par le biais du NET , ne sont-elles pas une illusion...?</td>\
</tr>\
<tr>\
<td class="contenu4822" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio4822" type="radio" name="question916" value="5349" onclick="javascript:compter4822(this,916);" /></td>\
<td class="contenu4822" width="99%" align="left" valign="middle">Si, ce sont les fruits de nos imagination...\
</td>\
</tr>\
<tr>\
<td class="contenu4822" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio4822" type="radio" name="question916" value="5350" onclick="javascript:compter4822(this,916);" /></td>\
<td class="contenu4822" width="99%" align="left" valign="middle">Non , mais tout cel&agrave; reste virtuel\
</td>\
</tr>\
<tr>\
<td class="contenu4822" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio4822" type="radio" name="question916" value="5351" onclick="javascript:compter4822(this,916);" /></td>\
<td class="contenu4822" width="99%" align="left" valign="middle">Non , Ces gains via l\'internet sont bien r&eacute;els que jamais .Alors ne sous-estimer jamais ces e-revenu\
</td>\
</tr>\
<tr>\
<td class="contenu4822" colspan="2" align="center">\
<div style="margin: 2px;"><input class="bouton4822" type="submit" value="Valider" /></div>\
<div style="margin: 2px;"><a class="lien4822" href="#null" onclick="javascript:win4822=window.open(\'http://www.i-services.net/membres/sondage/resultats.php?uid=131062&sid=75819&id=786\',\'popup4822\',\'width=500,height=400,top=\'+((screen.height-400)/2)+\',left=\'+((screen.width-500)/2)+\',scrollbars=1,resizable=0\'); win4822.focus(); return false;">Voir les r&eacute;sultats</a> - <a class="lien4822" href="#null" onclick="javascript:win4822=window.open(\'http://www.i-services.net/membres/sondage/resultats.php?uid=131062&sid=75819&id=786&archives=1\',\'popup4822\',\'width=500,height=400,top=\'+((screen.height-400)/2)+\',left=\'+((screen.width-500)/2)+\',scrollbars=1,resizable=0\'); win4822.focus(); return false;">Voir les archives</a></div>\
</td>\
</tr>\
<tr>\
<td class="contenu4822" colspan="2" align="center" style="border-top-style: solid; border-top-color: #FCCE76; border-top-width: 1px;">Service gratuit offert par <a class="lien4822" href="http://www.i-services.net/membres/sondage/index.php?refid=131062" target="_blank">I-Services</a></td>\
</tr>\
</table>\
</form>\
');
var cpt_4822=new Array();
var limite_cpt_4822=new Array();
var limite_type_4822=new Array();
var num_quest_4822=new Array();


cpt_4822[916]=0;
limite_cpt_4822[916]=0;
limite_type_4822[916]='max';
num_quest_4822[916]=1;


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

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

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

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

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

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

		return false;
	}

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

	return true;
}


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


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

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

		posX+=offsetX;
		posY+=offsetY;

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

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

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

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