document.write('<style type="text/css">\
<!--\
table.cadre3122\
{\
border-style: solid;\
border-color: #000000;\
border-width: 1px;\
background-color: #000000;\
background-image: url();\
}\
tr.titre3122\
{\
background-color: #000000;\
}\
td.titre3122\
{\
font-family: Verdana;\
font-size: 11px;\
font-weight: normal;\
color: #F79009;\
border-bottom-style: solid;\
border-bottom-color: #000000;\
border-bottom-width: 1px;\
}\
td.contenu3122\
{\
font-family: Verdana;\
font-size: 11px;\
font-weight: normal;\
color: #21A1BC;\
}\
td.question3122\
{\
font-family: Verdana;\
font-size: 11px;\
font-weight: bold;\
color: #F79009;\
}\
a.lien3122\
{\
font-family: Verdana;\
font-size: 11px;\
font-weight: normal;\
color: #F79009;\
text-decoration: underline;\
}\
a.lien3122:visited\
{\
font-family: Verdana;\
font-size: 11px;\
font-weight: normal;\
color: #F79009;\
text-decoration: underline;\
}\
a.lien3122:active\
{\
font-family: Verdana;\
font-size: 11px;\
font-weight: normal;\
color: #F79009;\
text-decoration: underline;\
}\
a.lien3122:hover\
{\
font-family: Verdana;\
font-size: 11px;\
font-weight: normal;\
color: #F79009;\
text-decoration: underline;\
}\
form.form3122\
{\
margin: 0px;\
}\
input.bouton3122\
{\
font-family: Verdana;\
font-size: 11px;\
font-weight: normal;\
}\
input.radio3122, input.checkbox3122\
{\
background-color: transparent;\
border-width: 0px;\
}\
//-->\
</style>\
');document.write('<div id="layer3122" style="position:absolute; visibility: hidden;"></div><form class="form3122" name="formSondage3122" method="post" action="http://www.i-services.net/membres/sondage/valider.php?uid=85635&sid=42455&id=61758" target="popup3122" onsubmit="javascript:if(formSubmit3122() == true) { win3122=window.open(\'\',\'popup3122\',\'width=500,height=400,top=\'+((screen.height-400)/2)+\',left=\'+((screen.width-500)/2)+\',scrollbars=1,resizable=0\'); win3122.focus(); return true; } else return false;">\
<input type="hidden" name="referer" value="" />\
<table class="cadre3122" border="0" cellpadding="3" cellspacing="0" width="185">\
<tr class="titre3122">\
<td class="titre3122" colspan="2" align="left"><b>Sondage #3</b></td>\
</tr>\
<tr>\
<td class="question3122" colspan="2" align="left">Achetez-vous souvent des mangas et/ou animes?</td>\
</tr>\
<tr>\
<td class="contenu3122" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio3122" type="radio" name="question30753" value="151140" onclick="javascript:compter3122(this,30753);" /></td>\
<td class="contenu3122" width="99%" align="left" valign="middle">au moins 1 fois par semaine! J\'ai plein d\'argent &agrave; d&eacute;penser!\
</td>\
</tr>\
<tr>\
<td class="contenu3122" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio3122" type="radio" name="question30753" value="151141" onclick="javascript:compter3122(this,30753);" /></td>\
<td class="contenu3122" width="99%" align="left" valign="middle">environ une fois par mois, j\'essaie d\'&ecirc;tre raisonnable!\
</td>\
</tr>\
<tr>\
<td class="contenu3122" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio3122" type="radio" name="question30753" value="151142" onclick="javascript:compter3122(this,30753);" /></td>\
<td class="contenu3122" width="99%" align="left" valign="middle">seulement quelques fois par an, lorsque je trouve une perle rare!\
</td>\
</tr>\
<tr>\
<td class="contenu3122" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio3122" type="radio" name="question30753" value="151143" onclick="javascript:compter3122(this,30753);" /></td>\
<td class="contenu3122" width="99%" align="left" valign="middle">je n\'en ai jamais achet&eacute;\
</td>\
</tr>\
<tr>\
<td class="contenu3122" colspan="2" align="center">\
<div style="margin: 2px;"><input class="bouton3122" type="submit" value="Valider" /></div>\
<div style="margin: 2px;"><a class="lien3122" href="#null" onclick="javascript:win3122=window.open(\'http://www.i-services.net/membres/sondage/resultats.php?uid=85635&sid=42455&id=61758\',\'popup3122\',\'width=500,height=400,top=\'+((screen.height-400)/2)+\',left=\'+((screen.width-500)/2)+\',scrollbars=1,resizable=0\'); win3122.focus(); return false;">Voir les r&eacute;sultats</a></div>\
</td>\
</tr>\
<tr>\
<td class="contenu3122" colspan="2" align="center" style="border-top-style: solid; border-top-color: #000000; border-top-width: 1px;">Service gratuit offert par <a class="lien3122" href="http://www.i-services.net/membres/sondage/index.php?refid=85635" target="_blank">I-Services</a></td>\
</tr>\
</table>\
</form>\
');
var cpt_3122=new Array();
var limite_cpt_3122=new Array();
var limite_type_3122=new Array();
var num_quest_3122=new Array();


cpt_3122[30753]=0;
limite_cpt_3122[30753]=0;
limite_type_3122[30753]='max';
num_quest_3122[30753]=1;


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

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

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

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

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

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

		return false;
	}

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

	return true;
}


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


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

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

		posX+=offsetX;
		posY+=offsetY;

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

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

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

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