function go(url) { self.location.href=url; } function goN(url) { window.open(url); return true; } function blink(object) { }