// -------------------------------------------------
// alexAndria's configuration file
// version : 2.0.0
// copyright 2005-2009 MEMODATA (http://www.memodata.com)
//
// site    : http://www.sensagent.com
// email   : technical-support@sensagent.com
// full documentation : http://www.sensagent.com/alexandria-popup/v2/webmasters/fr/presentation.jsp
// -------------------------------------------------

// ====================================================
// YOUR KEY FOR ALEXANDRIA
// ====================================================
var WM_alexAndria_key = "FNMI-EWGA-GRAD-NOAD-GQKQ-CLNK";

// ----------------------------------------------------
// Window Color
// ----------------------------------------------------

// BEWARE : any mistake will raise a "CSS not loaded" error
// values : grey, blue, yellow, green (see documentation for an up-to-date list)
var WM_alexAndria_externalCssKind = 'green';

// ----------------------------------------------------
// Reserved words
// ----------------------------------------------------

// Do you want your reserved words to be highlighted ?
// values : Y,N
var WM_alexAndria_highlightEnabled = 'N';

// Reserved words
// when someones puts the mouse over these words, the page with the given url is displayed
var WM_alexAndria_highlightWords   = ['someWord',	'someUrl.html',
                                      'unMot',		'uneUrl.html' ];

// When do you want reserved words to be reactive ?
// values : 
//  - "closed" : only if the alexAndria window is closed
//  - "always" : no matter if the alexAndria window is closed or open         
var WM_alexAndria_highlightOptions = 'closed';

// timeout before reaction of the reserved word (in milliseconds)
var WM_alexAndria_highlightTimeout = 500;

// Highlited reserved words style
// predefined classes : "alex_double_hrw", "alex_dashed_hrw", "alex_none_hrw"
var WM_alexAndria_highlightStyle   = 'alex_dashed_hrw';

// search depth in the DOM (max)
var WM_alexAndria_highlightDepth   = 100;

// ----------------------------------------------------
// Your pages
// ----------------------------------------------------

// The charset used in your html pages 
// used by alexAndria when it can not determine it by itself
var WM_alexAndria_defaultCharset        = 'UTF-8';

// ====================================================
// Options depending on your licence
// see http://www.sensagent.com/alexandria-popup/v2/webmasters/fr/presentation.jsp
// ====================================================

// ----------------------------------------------------
// Data CSS 
// ----------------------------------------------------

// URL of your CSS to be applied on alexAndria's data
var WM_alexAndria_internalCssUrl = ''; 

// ----------------------------------------------------
// Title bar 
// ----------------------------------------------------

// extra title text (HTML)
var WM_alexAndria_extraTitle = '';

// ----------------------------------------------------
// Frames 
// ----------------------------------------------------

// Sizes of the frames  
var WM_alexAndria_windowWidth  = 380;
var WM_alexAndria_dataHeight   = 200;
var WM_alexAndria_bottomHeight = 0;
var WM_alexAndria_bottomHTML   = '';

