/* 
   BellSouth Intranet Site Configuration
   This file contains global variables used by other scripts
   
   For more information, see http://my.bls.com/styleguide/build/configure.html
 */



/* site_root : the path to the directory containing the files for this site 
   relative to the root of the web server. It is determined by the characters 
   in the site's URL that follow the domain name (not including the port 
   number, if any) and should always end with a "/" (slash).

   Example 1: 
   The URL for the HRPlus site is "http://my.bls.com/hrplus/"
   so the site_root should be "/hrplus/"

   Example 2:
   The URL for the Customer Markets site is "http://home.customermarkets.bls.com/"
   so the site_root should be just "/".

 */

var site_root = "/";



/* blsxpath : the path to the directory containing the files that support
   the BellSouth Intranet Style Guide Extensions. Typically this directory 
   is at the root of your site, but if you need to place it elsewhere for 
   some reason, assign that path here.
 */

var blsxpath = site_root + "blsx/";



/* showStatus : if your site uses scripted drop-down or flyout menus, this 
   variable controls what is displayed in the status bar when a user mouses 
   over a menu item. If set to true, the browser will display the item's text. 
   If set to false, the browser will display the item's URL, as it would with 
   most links. This variable has no effect on sites with embedded or expanded 
   menu systems.
 */

var showStatus = true;



/* site_id: the id associate with the site in the Site Locator database - used 
 * to generate tabs. For sites not represented by a tab, this should be false.
 */

var site_id = false;
