onPress always requires a double-click, WHY?

Hello,

I have set my buttons up to be onPress but they don’t work with a single click, you need to double click each button. I can’t figure it out. I’ve used the onRelease event and I get the same thing.

visit this site to see my issue www.psychografix.com/dp3/news.html

This is the script for my buttons as they currently work:

on (press) {
newsbutton.onPress = function() {
getURL(“news.html”, “_parent”);
};
}

Thanks in advance for your help!