// ==== CE SCRIPT SERT AUSSI À FAIRE FONCTIONNER LE DRAGNDROP ====



// ==== ICI ON DÉFINIT LE CODE HTML CONTENU DANS LA DIV DÉPLAÇABLE : ====



var code = "";

code += "<div id='barre' class='move' onmouseover='over=true;' onmouseout='over=false;' style='cursor:move;background-image:#ff0000;color:#087abd;padding:5px;'><b>";

code += "<img src=img/closeinfo.gif align=right style='cursor:pointer;' onclick=getElementById('info').style.visibility='hidden'>";

code += "Characteristics of telescopic pool shelter ";

code += "</b></div>";

code += "<div id='fenetre' class='descriptif';top:800px;'>";

code += "here the description of telescopic pool shelter<br>";

code += "</div>";

code += "";

code += "";

code += "";

code += "";

code += "";

code += "";

code += "";

code += "";

code += "";



document.write(code);




