AnnotationMarker=function(b,a){this.values=null;this.HTML=document.createElement("span");this.HTML.id=a;this.HTML.className="annoMarker";this.HTML.appendChild(document.createTextNode(b));this.showNote=new YAHOO.util.CustomEvent("showNote");this.delFire=new YAHOO.util.CustomEvent("delFire");this.editLock=false;YAHOO.util.Event.addListener(this.HTML,"click",this.markerClicked,this);};AnnotationMarker.prototype.hideBox=function(b,a){YAHOO.util.Dom.setStyle(a,"display","none");};AnnotationMarker.prototype.markerClicked=function(b,a){if(a.tempBox){a.tempBox.showWin(b,a.tempBox);}};AnnotationMarker.prototype.closeNote=function(c,b,a){b.parentNode.removeChild(b);};