pui.openURL( url )
This function navigates to a URL in a new browser tab or window. This is used by Genie when output fields containing a URL are automatically turned into hyperlinks.
Parameters:
url - the url address to navigate to
Example:
pui.openURL("http://www.google.com");