function raz_node(b,c){var a=0;if(b.hasChildNodes()){while(b.firstChild){a=a+1;if(!c||b.firstChild.id!=c){b.removeChild(b.firstChild)}if(c!=""&&b.childNodes.length==1){break}}}return}function cree_span(b,a,d){var c;c=window.document.createElement("span");c.className=d;c.innerHTML=a;b.appendChild(c);return c}function cree_lien(c,b,g,d,a){var f;f=window.document.createElement("a");if(d){f.setAttribute("target",d)}f.setAttribute("href",b);if(a){f.className=a}if(typeof g=="string"){var e=window.document.createTextNode(g);f.appendChild(e)}else{f.appendChild(g)}c.appendChild(f);return f}function cree_img(b,a,d,g,f,c){if(!c){c="0"}var e=document.createElement("img");e.setAttribute("src",a);if(d){e.className=d}if(g){e.setAttribute("width",g)}if(f){e.setAttribute("height",f)}e.setAttribute("border",c);if(b){b.appendChild(e)}return e}function cree_lien_img(d,e,j,h,a,f,l,c,g,b){var k;k=window.document.createElement("a");if(j){k.setAttribute("target",j)}k.setAttribute("href",e);if(h){k.className=h}if(a){k.appendChild(document.createTextNode(a))}cree_img(k,f,l,c,g,b);if(a){k.appendChild(document.createTextNode(a))}if(d){d.appendChild(k)}return k}function roundNumber(a,c){var b=Math.round(a*Math.pow(10,c))/Math.pow(10,c);return b}function LZ(a){a=parseInt(a,10);return(a<0||a>9?"":"0")+a}function capitalize(a){return a.charAt(0).toUpperCase()+a.substr(1).toLowerCase()}function parseObj(b){objCount=0;var a="";for(prop in b){a+="<TR><TD>Property: </TD><TD><B>"+prop+"</B></TD><TD>Type: </TD><TD><B>"+typeof(b[prop])+"</B></TD><TD>Value: </TD><TD><B>"+b[prop]+"</B></TD></TR>";if(typeof(b[prop])=="object"){a+=parseObj(b[prop])}}return a}function objProfile(){var objTable="<TABLE BORDER=2 CELLSPACING=0><TR><TD><H1>Object Profile</H1></TD></TR>";for(var i=0;i<arguments.length;i++){objTable+="<TR><TD><BR><BR><H2><TT>"+(i+1)+") "+arguments[i]+"</H2></TD></TR>";objTable+="<TR><TD><TT><TABLE CELLPADDING=5>"+parseObj(eval(arguments[i]))+"</TABLE></TD></TR>"}objTable+="</TABLE><BR><BR><BR>";return objTable}function QP_DisplayVotes(b,a){QP_EmptyDivResults();QP_DisplayDivVote(b,a)}function QP_DisplayDivVote(b,c){var e;for(var a=0;a<qpList.length;a++){e=document.getElementById("QP_"+qpList[a].id);e.style.display="none"}e=document.getElementById("QP_"+b);e.style.display="block";var d=document.getElementById("qp_votes"+b+"_"+c);if(d){d.style.display="block"}}function QP_EmptyDivResults(){var d=document.getElementById("qp_res_cont");if(d){d.innerHTML=""}var a=document.getElementById("qp_res_left_cont");var c=document.getElementById("qp_res_right_cont");if(a){a.innerHTML=""}if(c){c.innerHTML=""}var b=document.getElementById("qp_stats_cont");if(b){b.innerHTML=""}}function QP_getDate(h){var f=h.split("T");var j=f[0].split("-")[0];var c=parseInt(f[0].split("-")[1]);var a=f[0].split("-")[2];var g=f[1].split(":")[0];var d=f[1].split(":")[1];var b=f[1].split(":")[2];var e=new Date(j,c,a,g,d,b);return e}function QP_Display(g,o){if(!o){o="single"}if(o=="list"||o=="onload_list"){QP_StopCurrentAnimation();QP_DisplayDivVote(g.id,g.numCols)}if(o=="onload_list"){return}var n=document.getElementById("qp_votes"+g.id+"_"+g.numCols);if(n){n.style.display="none"}QP_EmptyDivResults();var k=document.getElementById("qp_res_cont");var h=document.getElementById("qp_res_left_cont");var w=document.getElementById("qp_res_right_cont");if(g.numCols==2){if(k){k.style.display="none"}if(h&&w){h.style.display="block";w.style.display="block"}var u=window.document.createElement("div");var d=window.document.createElement("div")}else{if(k){k.style.display="block"}if(h&&w){h.style.display="none";w.style.display="none"}var y=window.document.createElement("div")}for(i=0;i<g.answers.length;i++){var b=g.answers[i];var j=Math.round(b.nb_votes*100/g.nb_votes);var z=window.document.createElement("div");z.setAttribute("id","res_"+i);z.className="answer";var s=window.document.createElement("h5");s.setAttribute("id","lib_"+i);s.appendChild(window.document.createTextNode(b.lib));z.appendChild(s);var a=window.document.createElement("div");a.className="jauge_"+g.numCols+"col";a.setAttribute("id","jauge_"+i);a.style.border="solid 1px #B4B4B4";a.style.height="13px";var x=document.createElement("table");x.setAttribute("width","100%");x.setAttribute("height","13px");var e=document.createElement("tbody");var f=document.createElement("tr");var q=document.createElement("td");q.setAttribute("id","jauge_1_"+i);q.className="jauge_empty";q.width="1%";f.appendChild(q);var p=document.createElement("td");p.setAttribute("id","jauge_2_"+i);p.className="jauge_empty";p.width="99%";f.appendChild(p);x.appendChild(e);e.appendChild(f);a.appendChild(x);var t=window.document.createElement("span");t.setAttribute("id","perc_"+i);t.className="percent";t.appendChild(window.document.createTextNode("0%"));z.appendChild(t);z.appendChild(a);if(g.numCols==2){if(i%2==0){u.appendChild(z)}else{d.appendChild(z)}h.appendChild(u);w.appendChild(d)}else{y.appendChild(z);k.appendChild(y)}}if(o=="list"||o=="onload_list"){var v=document.getElementById("qp_stats");var B=document.getElementById("marker_stats");if(v&&B){var r=QP_getDate(g.enddate);var c=document.getElementById("qp_stats_cont");if(!c){c=window.document.createElement("div");c.setAttribute("id","qp_stats_cont");c.className="stats";v.insertBefore(c,B)}else{c.innerHTML=""}var A=window.document.createElement("div");A.setAttribute("id","qp_stats_expires");A.className="left , twocolumn , textleft";var m=window.document.createElement("span");m.appendChild(window.document.createTextNode(libExpires+" : "));A.appendChild(m);m=window.document.createElement("span");m.style.fontWeight="bold";m.appendChild(window.document.createTextNode(LZ(r.getDate())+"/"+LZ(r.getMonth())+"/"+r.getFullYear()));A.appendChild(m);c.appendChild(A);A=window.document.createElement("div");A.setAttribute("id","qp_stats_votes");A.className="left , twocolumn , textright";m=window.document.createElement("span");m.appendChild(window.document.createTextNode(libNumberOfVotes+" : "));A.appendChild(m);m=window.document.createElement("span");m.style.fontWeight="bold";m.appendChild(window.document.createTextNode(g.nb_votes));A.appendChild(m);c.appendChild(A);var l=window.document.createElement("p");l.className="spacer";c.appendChild(l)}}QP_AnimationResults(g)}var qp_timers=new Array();function QP_StopCurrentAnimation(){var a;for(var b=0;b<qp_timers.length;b++){a=qp_timers[b];window.clearTimeout(a);a=0}qp_timers=new Array()}function QP_AnimationResults(c){for(var a=0;a<c.answers.length;a++){var b=c.answers[a];var h=Math.round(b.nb_votes*100/c.nb_votes);if(h!=0){var e;if(h<5){e=1}else{if(h<10){e=2}else{if(h<50){e=5}else{e=10}}}var d=1;var f=d*e;while(f<h){var g="QP_setJauges("+a+", "+f+")";window.setTimeout(g,d*300);f=(d++)*e}var g="QP_setJauges("+a+", "+h+")";qp_timers[qp_timers.length]=window.setTimeout(g,(d+1)*300)}}}function QP_setJauges(a,c){var b=document.getElementById("jauge_1_"+a);var e=document.getElementById("jauge_2_"+a);var d=document.getElementById("perc_"+a);if(!isNaN(c)){if(b&&e&&d){if(c==0){b.className="jauge_empty";e.className="jauge_empty";b.width="50%";e.width="50%"}else{if(c==100){b.className="jauge_full";e.className="jauge_full";b.width=c+"%";e.width=(100-c)+"%"}else{b.className="jauge_full";e.className="jauge_empty";b.width=c+"%";e.width=(100-c)+"%"}}d.innerHTML=c+"%"}}}var pagination=7;function sortListByEndDate(a,b){return(QP_getDate(a.enddate)>QP_getDate(b.enddate))?-1:1}function sortListByNbDaysDiff(a,b){return(a.nb_days_diff<b.nb_days_diff)?-1:1}function sortListById(a,b){return(a.id>b.id)?-1:1}function calc_pages(a){if(a.length<=pagination){nb_pages=1}else{nb_pages=Math.floor(a.length/pagination)+(a.length%pagination!=0?1:0)}return}function qp_pagination(){var b=document.getElementById("qp_pagination");if(b){b.innerHTML="";if(nb_pages>1){var a="";if(page>1){a="javascript:QP_RedirectPagination("+(1)+");";if(imgFirstNav){cree_lien_img(b,a,"","","\u00a0",imgFirstNav,"","","","")}else{cree_lien(b,a,"\u00a0>>\u00a0","","")}a="javascript:QP_RedirectPagination("+(page-1)+");";if(imgPrevNav){cree_lien_img(b,a,"","","\u00a0",imgPrevNav,"","","","")}else{cree_lien(b,a,"\u00a0<\u00a0","","")}}for(i=1;i<=nb_pages;i++){if(i!=page){a="javascript:QP_RedirectPagination("+i+");";cree_lien(b,a,"\u00a0"+i+"\u00a0","","")}else{cree_span(b,"\u00a0"+i+"\u00a0","bold")}}if(page<nb_pages){a="javascript:QP_RedirectPagination("+(page+1)+");";if(imgNextNav){cree_lien_img(b,a,"","","\u00a0",imgNextNav,"","","","")}else{cree_lien(b,a,"\u00a0>\u00a0","","")}a="javascript:QP_RedirectPagination("+(nb_pages)+");";if(imgLastNav){cree_lien_img(b,a,"","","\u00a0",imgLastNav,"","","","")}else{cree_lien(b,a,"\u00a0>>\u00a0","","")}}}}return}function QP_RedirectPagination(a){QP_DisplayList(qpList,a)}function QP_DisplayList(d,f){var e=0;var o="";if(!f){f=1}page=f;var c=document.getElementById("qp_list");if(c){raz_node(c,"marker");var p,g,m,h,k,l,b="",j="",a="";for(e=(f-1)*pagination;e<f*pagination;e++){if(!d[e]){break}p=document.createElement("div");p.setAttribute("id","QP_list_"+e);p.className="list_item";if(e>0){p.style.borderTop="1px #E8E8E8 solid";m=document.createElement("p");m.className="separator";p.appendChild(m)}g=document.createElement("div");if(d[e].optionaltitle){h=document.createElement("span");h.className="opt_title";l=window.document.createTextNode(d[e].optionaltitle+" - ");h.appendChild(l);g.appendChild(h)}h=document.createElement("span");h.className="question";l=window.document.createTextNode(d[e].name);h.appendChild(l);g.appendChild(h);if(d[e].nb_days_diff<=0){a="javascript:QP_DisplayVotes("+d[e].id+", "+d[e].numCols+");";mon_lien=cree_lien(p,a,g,"","action")}else{j="javascript:QP_Display(qpList["+e+"], 'list')";mon_lien=cree_lien(p,j,g,"","action")}var n=document.getElementById("marker");if(n){c.insertBefore(p,n)}else{c.appendChild(p)}}qp_pagination()}return};
