Yes, Robert - that's it. You know your stuff. thanks
I just had to add the function name to showDrawTips:
(drawTool.showDrawTips == false) ? drawTool.activate(tool, true) : drawTool.activate(tool);
And, place the true parameter on the activateIdentifyTool function's activate lines:
drawTool.activate(DrawTool.MAPPOINT,true);
Not sure why I had to do the second part. But, it works perfectly.