/* developer.thiggins.com - javascript utilities */

function OpenBrowserWindow (aURL, aName, aFeatures) { 
  window.open(aURL,aName,aFeatures); 
}