<!--
function ap(dpx,dpy,lien,url,categorie,span,libelle){
if (url!="" & lien!=0){
	action="../c_geo/geo_fiche.php?id="; 
	document.writeln("<A HREF=\""+action+url+"\">");
}
affbullet(dpx,dpy,1,categorie,span);
if (url!="" & lien!=0){	document.writeln("</A>");}
if (libelle!="") {
	document.write("<span style='position:absolute;LEFT:"+eval(10+ eval(dpx))+";TOP:"+dpy+"' class=\"micro\">"+libelle+"</span>");
}
}
-->
