// your KEY
// pour "memodata.com"
//var WM_Alexandria_key = '175-38-126-103-37-51-31-144-45-814-807-816-819-809-807-827-809-759-813-826-825-762-767-768-769-769';
// var WM_Alexandria_key = '153-184-175-47-199-223-212-45-1312-1313-1314-1242-1296-1302-1316-1245-1315-1313-1320-1305-1315-1252-1309-1322-1254-1259-1260-1261-1261';
var WM_Alexandria_key = '102-207-132-17-190-191-214-45-1169-1155-1169-1165-1162-1168-1170-1168-1172-1165-1168-1165-1164-1171-1182-1177-1170-1172-1117-1171-1177-1191-1120-1190-1188-1195-1180-1190-1127-1184-1197-1129-1134-1135-1136-1136';

// URL of your CSS to be applied on Alexandria's data
// Only available with the "CSS option"
var WM_Alexandria_cssURL = "http://www.memodata.com/alexandria/alexandria.wm.css";

// Colors of the title bar
// Only available with the "CSS option"
var WM_Alexandria_titleBackgroundColor = null;
var WM_Alexandria_titleTextColor       = null;
// max 20 characters
var WM_Alexandria_titleText            = '';

// Sizes of the frames
// Only available with the "FRAMES option"
var WM_Alexandria_topZoneHeight    = 0;
var WM_Alexandria_bottomZoneHeight = 50;
var WM_Alexandria_middleZoneHeight = 180;
var WM_Alexandria_leftZoneWidth    = 0;
var WM_Alexandria_rightZoneWidth   = 0;
var WM_Alexandria_dataWidth        = 500;

// 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 = ["DominiqueDutoit",              "http://www.memodata.com/alexandria/definitions/def.dominique_dutoit.html",
                                   "Dutoit",              "http://www.memodata.com/alexandria/definitions/def.dominique_dutoit.html",
                                   "DUTOIT",              "http://www.memodata.com/alexandria/definitions/def.dominique_dutoit.html",
				   "MEMODATA",              "http://www.memodata.com/alexandria/definitions/def.memodata.html",
                                   "Alexandria",            "http://www.memodata.com/alexandria/definitions/def.alexandria.html",
                                   "ALEXANDRIA",            "http://www.memodata.com/alexandria/definitions/def.alexandria.html",
                                   "CISMeF", "http://www.chu-rouen.fr/cismef/def_CISMeF.html",
                                   "CISMEF", "http://www.chu-rouen.fr/cismef/def_CISMeF.html",
                                   "cismef", "http://www.chu-rouen.fr/cismef/def_CISMeF.html",
                                   "MeSH", "http://www.chu-rouen.fr/cismef/def_MeSH.html",
                                   "mesh", "http://www.chu-rouen.fr/cismef/def_MeSH.html",
                                   "MESH", "http://www.chu-rouen.fr/cismef/def_MeSH.html",
                                   "Dictionnaire Intégral", "http://www.memodata.com/alexandria/definitions/def.di.html",
                                   "DICTIONNAIRE INTEGRAL", "http://www.memodata.com/alexandria/definitions/def.di.html",
                                   "LE DICTIONNAIRE INTEGRAL", "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",
                                   "Dicologique", "http://www.memodata.com/alexandria/definitions/def.dicologique.html",
                                   "DICOLOGIQUE", "http://www.memodata.com/alexandria/definitions/def.dicologique.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 '';
//  return '<IFRAME style="width:100%;height:100%" SRC="http://www.sensagent.com/alexandria/getAddAlexandria.jsp?t=bas" frameborder=0 scrolling=auto></IFRAME>';
}

// ----------------------------------------------------
// Content of the top zone (HTML)
// Only available with the "FRAMES option"
function WM_Alexandria_getTopZone()
{
  return '';
}