// ==== 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:url(img/fondfenetre.gif);color:white;padding:5px;'><b>";

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

code += "Kenmerken";

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

code += "<div id='fenetre' class='descriptif'>";

code += "Omschrijving van de overdekking.";


code += "</div>";

code += "";

code += "";

code += "";

code += "";

code += "";

code += "";

code += "";

code += "";

code += "";



document.write(code);




