document.write('<style type="text/css">\
<!--\
table.cadre1990\
{\
border-style: solid;\
border-color: #3399FF;\
border-width: 1px;\
background-color: #FFFFFF;\
background-image: url();\
}\
tr.titre1990\
{\
background-color: #FFF9EC;\
}\
td.titre1990\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #0000FF;\
border-bottom-style: solid;\
border-bottom-color: #3399FF;\
border-bottom-width: 1px;\
}\
td.contenu1990\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #6A2300;\
}\
td.question1990\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #003300;\
}\
a.lien1990\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #66CCFF;\
text-decoration: underline;\
}\
a.lien1990:visited\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #66CCFF;\
text-decoration: underline;\
}\
a.lien1990:active\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #66CCFF;\
text-decoration: underline;\
}\
a.lien1990:hover\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #66CCFF;\
text-decoration: underline;\
}\
form.form1990\
{\
margin: 0px;\
}\
input.bouton1990\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
}\
input.radio1990, input.checkbox1990\
{\
background-color: transparent;\
border-width: 0px;\
}\
//-->\
</style>\
');document.write('<div id="layer1990" style="position:absolute; visibility: hidden;"></div><form class="form1990" name="formSondage1990" method="post" action="http://www.i-services.net/membres/sondage/valider.php?uid=105424&sid=54756&id=61246" onsubmit="javascript:return formSubmit1990();">\
<input type="hidden" name="referer" value="" />\
<table class="cadre1990" border="0" cellpadding="3" cellspacing="0" width="250">\
<tr class="titre1990">\
<td class="titre1990" colspan="2" align="left"><b>FF Pr&eacute;f&eacute;r&eacute; ?</b></td>\
</tr>\
<tr>\
<td class="question1990" colspan="2" align="left">Quel est votre FF Pr&eacute;f&eacute;r&eacute; ?</td>\
</tr>\
<tr>\
<td class="contenu1990" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio1990" type="radio" name="question30178" value="147589" onclick="javascript:compter1990(this,30178);" /></td>\
<td class="contenu1990" width="99%" align="left" valign="middle">Final Fantasy VII\
</td>\
</tr>\
<tr>\
<td class="contenu1990" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio1990" type="radio" name="question30178" value="147590" onclick="javascript:compter1990(this,30178);" /></td>\
<td class="contenu1990" width="99%" align="left" valign="middle">Final Fantasy VIII\
</td>\
</tr>\
<tr>\
<td class="contenu1990" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio1990" type="radio" name="question30178" value="147591" onclick="javascript:compter1990(this,30178);" /></td>\
<td class="contenu1990" width="99%" align="left" valign="middle">Final Fantasy IX\
</td>\
</tr>\
<tr>\
<td class="contenu1990" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio1990" type="radio" name="question30178" value="147592" onclick="javascript:compter1990(this,30178);" /></td>\
<td class="contenu1990" width="99%" align="left" valign="middle">Final Fantasy X\
</td>\
</tr>\
<tr>\
<td class="contenu1990" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio1990" type="radio" name="question30178" value="147593" onclick="javascript:compter1990(this,30178);" /></td>\
<td class="contenu1990" width="99%" align="left" valign="middle">Final Fantasy X-2\
</td>\
</tr>\
<tr>\
<td class="contenu1990" colspan="2" align="center">\
<div style="margin: 2px;"><input class="bouton1990" type="submit" value="Valider" /></div>\
<div style="margin: 2px;"><a class="lien1990" href="#null" onclick="javascript:win1990=window.open(\'http://www.i-services.net/membres/sondage/resultats.php?uid=105424&sid=54756&id=61246\',\'popup1990\',\'width=500,height=400,top=\'+((screen.height-400)/2)+\',left=\'+((screen.width-500)/2)+\',scrollbars=1,resizable=0\'); win1990.focus(); return false;">Voir les r&eacute;sultats</a></div>\
</td>\
</tr>\
<tr>\
<td class="contenu1990" colspan="2" align="center" style="border-top-style: solid; border-top-color: #3399FF; border-top-width: 1px;">Service gratuit offert par <a class="lien1990" href="http://www.i-services.net/membres/sondage/index.php?refid=105424" target="_blank">I-Services</a></td>\
</tr>\
</table>\
</form>\
');
var cpt_1990=new Array();
var limite_cpt_1990=new Array();
var limite_type_1990=new Array();
var num_quest_1990=new Array();


cpt_1990[30178]=0;
limite_cpt_1990[30178]=0;
limite_type_1990[30178]='max';
num_quest_1990[30178]=1;


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

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

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

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

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

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

		return false;
	}

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

	return true;
}


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


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

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

		posX+=offsetX;
		posY+=offsetY;

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

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

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

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