//==================================================================
function LaunchBrowser(pURL)
{
var		theWindow = window.open(pURL);
}