/**
 * Environment parameters.
 *
 * MUST BE DEFINED before first snippet is loaded!
 */
var EUM_SNIPPETS_CFG = new Array();

/* Commonly changed params */
  
// Main title
EUM_SNIPPETS_CFG['titleHigh'] = "EOCI";
// Tagline, main subtitle
EUM_SNIPPETS_CFG['titleSub']  = "EUMETSAT Online Conference Interface";

// Searchbox displayed or supressed
EUM_SNIPPETS_CFG['displaySearch']        = false;   // disabled due to CR#12, B7576
// for isolated assets only - package delivery
EUM_SNIPPETS_CFG['useLocalAssetsPath']   = false;   
// search results shall open in new window
EUM_SNIPPETS_CFG['searchOpensNewWindow'] = true;
// where to go on EUMETSAT logo click
EUM_SNIPPETS_CFG['pathWebsite']          = "http://www.eumetsat.int/";   
// URL to search server
//EUM_SNIPPETS_CFG['pathSearch']           = "http://gmini.eumetsat.int/search";   
// from where to load the styles and scripts of the website. NOTE: no slash at the end!
EUM_SNIPPETS_CFG['externalAssetsDomain'] = "http://www.eumetsat.int";
  
/* used when assets are loaded from a local server, isolated from website (e.g. EOPortal)
 * path to image assets */
//EUM_SNIPPETS_CFG['path_images']     = "img";
//path to CSS assets
//EUM_SNIPPETS_CFG['path_css']        = "css";
//path to JS assets
//EUM_SNIPPETS_CFG['path_javascript'] = "js";

