var featcnt="15201|#|10126|#|chargeur solaire pliable20w|#|C28068CA3F39495E90C3076DF11F0BFF.jpg|#|0||#||15376|#|10126|#|lampe solaire en forme de fleurs|#|4F24968F7A8A4D1281346DD9D7354C52.JPG|#|0||#||15403|#|57508|#|lampe solaire|#|8E17183B71D34C7ABDE0A00DF14C4D93.jpg|#|0||#||15404|#|57508|#|chauffe-eau solaire|#|1D9867564BAC48C4B7B91EB4C231D10F.jpg|#|0||#||15430|#|10126|#|douche solaire 40 litres|#|2CA9AD17086A4EC791BCCA01C1EA7186.JPG|#|0||#||15530|#|27996|#|lanterne de camping solaire|#|87C20881D3C244D3AAE01E97E5CF0D9A.JPG|#|0||#||15516|#|27996|#|station solaire portable|#|1526C268D2A440CAAF80432535C83840.JPG|#|0||#||15545|#|55081|#| eolienne 2kw|#|A94382D91EA0481B8B42FC3B1042B90F.jpg|#|0||#||";function feat_prod_hp(feat_cnt,nbr_cols,lnk,stl){var tble=feat_cnt.split("||#||");if (isNaN(nbr_cols)){nbr_cols=4};if(!lnk){lnk="/cnt/brs-catalog/brs_contact_prod.asp?uid_prod=elmid"};if(!stl){stl="text-align:center;border:1px solid #e1e1e1;"};var str="";var max_elm=tble.length-1;var w_cols=parseInt(100/nbr_cols);for (i=0;i<max_elm;i++){ss_tble=tble[i].split("|#|");img=ss_tble[3];titre=ss_tble[2];cltid=ss_tble[1];elmid=ss_tble[0];lnk2=lnk.replace("elmid",elmid);modu=i%nbr_cols;if (modu==0){str=str +"<TR valign='top'>"};if (i==max_elm-1){colsp=" colspan='"+(nbr_cols-modu)+"'";}else {colsp=" width='" +w_cols+ "%'"};str=str+"<TD" +colsp+ "><a href=\""+ lnk2 +"\"><img src='/user/" +cltid+ "/image/thumb-" +img+ "' width=50 height=50 border=0></a><BR> <a href=\"" +lnk2+ "\">" +titre+ "...</a> <br></td>";if (modu==nbr_cols-1 || i==max_elm-1){str=str +"</TR>"};};document.write("<style>table.featured td{"+stl+"}</style><table width='100%' border=0 cellpadding=1 cellspacing=1 class='featured'>" +str+ "</TABLE>")}