document.write('<style type="text/css">\
<!--\
table.cadre770\
{\
border-style: solid;\
border-color: #FCCE76;\
border-width: 1px;\
background-color: #FFFFFF;\
background-image: url();\
}\
tr.titre770\
{\
background-color: #FFF9EC;\
}\
td.titre770\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #6A2300;\
border-bottom-style: solid;\
border-bottom-color: #FCCE76;\
border-bottom-width: 1px;\
}\
td.contenu770\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #6A2300;\
}\
td.question770\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #6A2300;\
}\
a.lien770\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #6A2300;\
text-decoration: underline;\
}\
a.lien770:visited\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #6A2300;\
text-decoration: underline;\
}\
a.lien770:active\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #6A2300;\
text-decoration: underline;\
}\
a.lien770:hover\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
color: #6A2300;\
text-decoration: underline;\
}\
form.form770\
{\
margin: 0px;\
}\
input.bouton770\
{\
font-family: Verdana;\
font-size: 13px;\
font-weight: normal;\
}\
input.radio770, input.checkbox770\
{\
background-color: transparent;\
border-width: 0px;\
}\
//-->\
</style>\
');document.write('<div id="layer770" style="position:absolute; visibility: hidden;"></div><form class="form770" name="formSondage770" method="post" action="http://www.i-services.net/membres/sondage/valider.php?uid=139785&sid=85157&id=2505" target="popup770" onsubmit="javascript:if(formSubmit770() == true) { win770=window.open(\'\',\'popup770\',\'width=500,height=400,top=\'+((screen.height-400)/2)+\',left=\'+((screen.width-500)/2)+\',scrollbars=1,resizable=0\'); win770.focus(); return true; } else return false;">\
<input type="hidden" name="referer" value="" />\
<table class="cadre770" border="0" cellpadding="3" cellspacing="0" width="250">\
<tr class="titre770">\
<td class="titre770" colspan="2" align="left"><b>Le look du blog</b></td>\
</tr>\
<tr>\
<td class="question770" colspan="2" align="left">Lequel look du blog pr&eacute;f&eacute;rez-vous ?</td>\
</tr>\
<tr>\
<td class="contenu770" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio770" type="radio" name="question2945" value="17918" onclick="javascript:compter770(this,2945);" /></td>\
<td class="contenu770" width="99%" align="left" valign="middle">Le nouveau : blanc avec des nuages\
</td>\
</tr>\
<tr>\
<td class="contenu770" width="1%" align="left" valign="middle" style="padding-top: 0px; padding-bottom: 0px;"><input class="radio770" type="radio" name="question2945" value="17919" onclick="javascript:compter770(this,2945);" /></td>\
<td class="contenu770" width="99%" align="left" valign="middle">L\'ancien : tout noir\
</td>\
</tr>\
<tr>\
<td class="contenu770" colspan="2" align="center">\
<div style="margin: 2px;"><input class="bouton770" type="submit" value="Valider" /></div>\
<div style="margin: 2px;"><a class="lien770" href="#null" onclick="javascript:win770=window.open(\'http://www.i-services.net/membres/sondage/resultats.php?uid=139785&sid=85157&id=2505\',\'popup770\',\'width=500,height=400,top=\'+((screen.height-400)/2)+\',left=\'+((screen.width-500)/2)+\',scrollbars=1,resizable=0\'); win770.focus(); return false;">Voir les r&eacute;sultats</a> - <a class="lien770" href="#null" onclick="javascript:win770=window.open(\'http://www.i-services.net/membres/sondage/resultats.php?uid=139785&sid=85157&id=2505&archives=1\',\'popup770\',\'width=500,height=400,top=\'+((screen.height-400)/2)+\',left=\'+((screen.width-500)/2)+\',scrollbars=1,resizable=0\'); win770.focus(); return false;">Voir les archives</a></div>\
</td>\
</tr>\
<tr>\
<td class="contenu770" colspan="2" align="center" style="border-top-style: solid; border-top-color: #FCCE76; border-top-width: 1px;">Service gratuit offert par <a class="lien770" href="http://www.i-services.net/membres/sondage/index.php?refid=139785" target="_blank">I-Services</a></td>\
</tr>\
</table>\
</form>\
');
var cpt_770=new Array();
var limite_cpt_770=new Array();
var limite_type_770=new Array();
var num_quest_770=new Array();


cpt_770[2945]=0;
limite_cpt_770[2945]=0;
limite_type_770[2945]='max';
num_quest_770[2945]=1;


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

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

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

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

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

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

		return false;
	}

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

	return true;
}


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


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

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

		posX+=offsetX;
		posY+=offsetY;

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

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

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

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