/**
 * Returns the name of the browser
 */
function getBrowserName()
{
   return BrowserDetect.browser;
}

/**
* Return client lang
*/
function getClientLang() {
   return "fr";
}