Hi,

do it with a function like this, actvated by a mouse click:

function resetAllDrawPan () {
reset (dAnnoTxt, SHOW);
reset (dLinesPan, SHOW);
reset (dAreasPan1, SHOW);
reset (dAreasPan2, SHOW);

}