Function openURL( url )

Description:
Attempts to open the default web browser to the given URL.
Parameters:
url (String)
The URL to open
Signature:
void openURL(java.lang.String)