<!--
CreerObj("postit",0,0,300,300,1,10,"","",0);

function postit(xo,yo,texte){
 var pichaine="<table border=0 cellpading=0 width=270 height=270><tr><td align=center valign=middle background='postit2.gif'><font color=#000000 size=2 face=Verdana><B>"+texte+"</B></font></TD></TR></TABLE><DIV id='close' style='position:absolute;top:30px;left:120px;width:16px;height:16px;'><A HREF='javascript:fermeIt()'><img src='puntina.gif' border=0></A></DIV><BR>"
 if (xo==-1){xo=(TailleX()/2)-450;}
 if (yo==-1){yo=(TailleY()/2)-120;}
 PlacerObj("postit",xo,yo);
 ModifierObj("postit",pichaine);
 VoirObj("postit");
}

function fermeIt(){
 CacherObj("postit");ModifierObj("postit","");
}
//-->

