===== OpenUrl =====
//(Information and examples taken from the DroidScript documentation)//
==== Description ====
The **OpenUrl** method allows you to open a web page using an external browser App.
app.OpenUrl="url_type_choose";
----
==== Example ====
function OnStart()
{
app.OpenUrl="http://www.google.com";
}