Try adding this to the main timeline
code:

var mouseListener = new Object();
mouseListener.onMouseUp = function() {
getURL("Test.html")//set to the url you want to go to.
};
Mouse.addListener(mouseListener);