// your KEY
// pour "memodata.com"
var WM_Alexandria_key = '228-219-141-18-107-115-130-31-191-45-1278-1292-1293-1291-1287-1302-1295-1233-1290-1303-1235-1240-1241-1242-1242';

// URL of your CSS to be applied on Alexandria's data
// Only available with the "CSS option"
var WM_Alexandria_cssURL = "alexandria.wm.css";

// Colors of the title bar
// Only available with the "CSS option"
var WM_Alexandria_titleBackgroundColor = null;
var WM_Alexandria_titleTextColor       = null;

// Sizes of the frames  
// Only available with the "FRAMES option"
var WM_Alexandria_topZoneHeight    = 0;
var WM_Alexandria_bottomZoneHeight = 85;
var WM_Alexandria_middleZoneHeight = 150;
var WM_Alexandria_leftZoneWidth    = 0;
var WM_Alexandria_rightZoneWidth   = 0;
var WM_Alexandria_dataWidth        = 580;

// Doctype ( null, "HTML4", "XHTML" )
var WM_Alexandria_doctype = null;

// Reserved word
// when someones clicks on these words, the page with the given url is displayed instead of Alexandria's data
// Beware : Case-sensitive !!!
// Available with all options
var WM_Alexandria_reservedWords = [
  "MEMODATA", "http://www.memodata.com/alexandria/definitions/def.memodata.html", 
  "Alexandria", "http://www.memodata.com/alexandria/definitions/def.alexandria.html", 
  "Dictionnaire Intégral", "http://www.memodata.com/alexandria/definitions/def.di.html",
  "SEMIOGRAPHE", "http://www.memodata.com/alexandria/definitions/def.semiographe.html",
  "Sémiographe", "http://www.memodata.com/alexandria/definitions/def.semiographe.html"];

// The language used in your html pages 
// used by Alexandria when it can not determine the "page" language by itself
var WM_Alexandria_defaultSourceLanguage = "fr";
// The language used in your html pages 
// used by Alexandria when it can not determine the "user" language by itself
// if it is different from WM_Alexandria_defaultSourceLanguage, translations are displayed instead of definitions and synonyms
var WM_Alexandria_defaultTargetLanguage = "fr";
// The charset used in your html pages 
// used by Alexandria when it can not determine it by itself
var WM_Alexandria_defaultCharset        = "ISO-8859-1";

// ----------------------------------------------------
// Content of the left zone (HTML)
// Only available with the "FRAMES option"
function WM_Alexandria_getLeftZone()
{
  return '';
}
// ----------------------------------------------------
// Content of the right zone (HTML)
// Only available with the "FRAMES option"
function WM_Alexandria_getRightZone()
{
  return '';
}
// ----------------------------------------------------
// Content of the bottom zone (HTML)
// Only available with the "FRAMES option"
function WM_Alexandria_getBottomZone()
{
  return '<div id="imgBanniereB"><a href="http://www.boolgum.fr"><img id="bandeauRSF" src="http://www.boolgum.fr/images/580x80.gif" alt="Boolgum Moteur de recherche" width="580" height="80" /></a></div>';
}

// ----------------------------------------------------
// Content of the top zone (HTML)
// Only available with the "FRAMES option"
function WM_Alexandria_getTopZone()
{
  return '';
}