var books = new Array();

function initbooks() {
 books.length = initbooks.arguments.length;
 for(i = 0; i < initbooks.arguments.length; i++)
  books[i] = initbooks.arguments[i];
}

function displaypage(book, page) {
 currentpage = document.getElementById("pageslist" + book).value;
 if ((page == 999) && (currentpage < books[3 * book]))
  currentpage++;
 if ((page == 0) && (currentpage > 1))
  currentpage--;
 if ((page != 0) && (page != 999))
  currentpage = page;
 document.getElementById("pageslist" + book).value = currentpage;
 document.getElementById("bookpage" + book).src = books[3 * book + 1] + currentpage +  "." + books[3 * book + 2];
}

function imageViewer(popurl) {
 version=0
 if (navigator.appVersion.indexOf("MSIE") != -1) {
  temp = navigator.appVersion.split("MSIE")
  version = parseFloat(temp[1])
 }
 if ((version >= 5.0) && (navigator.userAgent.indexOf("Opera") == -1)) {
  window.open('ImageViewer.htm?url=' + popurl, '', 'toolbar=no,status=no,scrollbars=no,location=no,menubar=no,directories=no,resizable=yes,width=700,height=525')
 } else {
  alert("Sorry, the Image Viewer is only available in Internet Explorer 5.0 and later.");
 }
}

function translate(pageUrl) {
 window.open('http://babel.altavista.com/translate.dyn?doit=done&BabelFishFrontPage=yes&enc=utf8&bblType=url&url=' + pageUrl + '&lp=ja_en', '', '')
}

function setCookie(name, value, expires, domain, path, secure) {
 document.cookie = name + '=' + escape(value) + '; ' + (expires ? 'expires=' + expires.toGMTString() + '; ' : '') + (domain ? 'domain=' + domain + '; ' : '') + (path ? 'path=' + path + '; ' : '') + (secure ? 'secure' : '');
}

function setSkin(value) {
 if ((getCookie('dmwebskin1') != value) && (value != '')) {
  setCookie('dmwebskin1', value, new Date(2010, 12, 31), '', '/', '');
  window.location.reload();
 }
}

function setMenuScrolling(value) {
 if ((getCookie('dmwebscrollingmenu') != value) && (value != '')) {
  setCookie('dmwebscrollingmenu', value, new Date(2010, 12, 31), '', '/', '');
  window.location.reload();
 }
}

function getCookie(name) {
 var prefix = name + "=";
 var begin = document.cookie.indexOf("; " + prefix);
 if (begin == -1) {
  begin = document.cookie.indexOf(prefix);
  if (begin != 0) {
   return null;
  }
 } else {
  begin += 2;
 }
 var end = document.cookie.indexOf(";", begin);
 if (end == -1) {
  end = document.cookie.length;
 }
 return unescape(document.cookie.substring(begin + prefix.length, end));
}

skin = getCookie('dmwebskin1');

if (skin == null) {
 document.writeln('<link rel="stylesheet" type="text/css" media="screen" href="dmwebskullkeep.css">');
} else {
 document.writeln('<link rel="stylesheet" type="text/css" media="screen" href="' + getCookie('dmwebskin1') + '">');
}

menuScrolling = getCookie('dmwebscrollingmenu');
if (menuScrolling == "Y") {
 menuScrolling = 1;
} else {
 menuScrolling = 0;
}



with(styleClassicMain=new mm_style()){
align="center";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize=12;
fontstyle="normal";
fontweight="bold";
headercolor="#FFFFFF";
offbgcolor="none";
offcolor="#008000";
onbgcolor="#424242";
oncolor="#008000";
padding=3;
subimage="Images/Skins/MenuArrowBlack.png";
menubgimage="Images/Skins/WallWhite.png";
}

with(styleClassicSub=new mm_style()){
align="left";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize=11;
fontstyle="normal";
fontweight="normal";
headerbgcolor="#424242";
headercolor="#008000";
offbgcolor="none";
offcolor="#808080";
onbgcolor="#424242";
oncolor="#008000";
padding=2;
subimage="Images/Skins/MenuArrowBlack.png";
menubgimage="Images/Skins/WallWhite.png";
}

with(styleOceanicMain=new mm_style()){
align="center";
bordercolor="#A0A0A8";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize=12;
fontstyle="normal";
fontweight="bold";
headerbgcolor="#004060";
headercolor="#FFFFFF";
offbgcolor="#004060";
offcolor="#9090C0";
onbgcolor="#D0D0D8";
oncolor="#9090C0";
padding=3;
subimage="Images/Skins/MenuArrowBlack.png";
}

with(styleOceanicSub=new mm_style()){
align="left";
bordercolor="#A0A0A8";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize=11;
fontstyle="normal";
fontweight="normal";
headerbgcolor="#D0D0D8";
headercolor="#9090C0";
offbgcolor="#004060";
offcolor="#6080B0";
onbgcolor="#D0D0D8";
oncolor="#081828";
padding=2;
subimage="Images/Skins/MenuArrowBlack.png";
}

with(styleDesertMain=new mm_style()){
align="center";
bordercolor="#F4CBA2";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize=12;
fontstyle="normal";
fontweight="bold";
headerbgcolor="#EFAE6F";
headercolor="#FFFFFF";
high3dcolor="#F4CBA2";
low3dcolor="#DF8525";
offbgcolor="#EFAE6F";
offcolor="#FF1010";
onbgcolor="#F1B983";
oncolor="#FF1010";
padding=3;
subimage="Images/Skins/MenuArrowBlack.png";
}

with(styleDesertSub=new mm_style()){
align="left";
bordercolor="#F4CBA2";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize=11;
fontstyle="normal";
fontweight="normal";
headerbgcolor="#F1B983";
headercolor="#FF1010";
high3dcolor="#F4CBA2";
low3dcolor="#DF8525";
offbgcolor="#EFAE6F";
offcolor="#956333";
onbgcolor="#F1B983";
oncolor="#F9E5D1";
padding=2;
subimage="Images/Skins/MenuArrowBlack.png";
}

with(styleMetalMain=new mm_style()){
align="center";
bordercolor="#272424";
borderstyle="solid";
borderwidth=1;
fontfamily="monospace, Verdana, Arial, Helvetica";
fontsize=13;
fontstyle="normal";
fontweight="bold";
headercolor="#FFFFFF";
high3dcolor="#464242";
low3dcolor="#171717";
offbgcolor="none";
offcolor="#888945";
onbgcolor="#552516";
oncolor="#888945";
padding=3;
subimage="Images/Skins/MenuArrowWhite.png";
menubgimage="Images/Skins/Metal2.jpg";
}

with(styleMetalSub=new mm_style()){
align="left";
bordercolor="#272424";
borderstyle="solid";
borderwidth=1;
fontfamily="monospace, Verdana, Arial, Helvetica";
fontsize=12;
fontstyle="normal";
fontweight="normal";
headerbgcolor="#552516";
headercolor="#888945";
high3dcolor="#464242";
low3dcolor="#171717";
offbgcolor="none";
offcolor="#B2B2A5";
onbgcolor="#552516";
oncolor="#DADAD2";
padding=2;
subimage="Images/Skins/MenuArrowWhite.png";
menubgimage="Images/Skins/Metal2.jpg";
}

with(styleGreyLordMain=new mm_style()){
align="center";
bordercolor="#B8B8B8";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize=12;
fontstyle="normal";
fontweight="bold";
headercolor="#FFFFFF";
offbgcolor="none";
offcolor="#FFFFFF";
onbgcolor="#303030";
oncolor="#FFFFFF";
padding=3;
subimage="Images/Skins/MenuArrowBlack.png";
menubgimage="Images/Skins/DoorDarkGrey.png";
}

with(styleGreyLordSub=new mm_style()){
align="left";
bordercolor="#B8B8B8";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize=11;
fontstyle="normal";
fontweight="normal";
headerbgcolor="#303030";
headercolor="#FFFFFF";
offbgcolor="none";
offcolor="#147856";
onbgcolor="#E0E0E0";
oncolor="#0C462F";
padding=2;
subimage="Images/Skins/MenuArrowBlack.png";
menubgimage="Images/Skins/DoorDarkGrey.png";
}

with(styleGreyLord800x600Main=new mm_style()){
align="center";
bordercolor="#B8B8B8";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize=11;
fontstyle="normal";
fontweight="bold";
headercolor="#FFFFFF";
offbgcolor="none";
offcolor="#FFFFFF";
onbgcolor="#303030";
oncolor="#FFFFFF";
padding=3;
subimage="Images/Skins/MenuArrowBlack.png";
menubgimage="Images/Skins/DoorDarkGrey.png";
}

with(styleGreyLord800x600Sub=new mm_style()){
align="left";
bordercolor="#B8B8B8";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize=10;
fontstyle="normal";
fontweight="normal";
headerbgcolor="#303030";
headercolor="#FFFFFF";
offbgcolor="none";
offcolor="#147856";
onbgcolor="#E0E0E0";
oncolor="#0C462F";
padding=2;
subimage="Images/Skins/MenuArrowBlack.png";
menubgimage="Images/Skins/DoorDarkGrey.png";
}

with(styleSkullkeepMain=new mm_style()){
align="center";
bordercolor="#B8B8B8";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize=12;
fontstyle="normal";
fontweight="bold";
headercolor="#FFFFFF";
offbgcolor="none";
offcolor="#FFFFFF";
onbgcolor="#958452";
oncolor="#FFFFFF";
padding=3;
subimage="Images/Skins/MenuArrowWhite.png";
menubgimage="Images/Skins/Wood.png";
}

with(styleSkullkeepSub=new mm_style()){
align="left";
bordercolor="#B8B8B8";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize=11;
fontstyle="normal";
fontweight="normal";
headerbgcolor="#958452";
headercolor="#FFFFFF";
offbgcolor="none";
offcolor="#FFFFFF";
onbgcolor="#AAAA9F";
oncolor="#3B3B2B";
padding=2;
subimage="Images/Skins/MenuArrowWhite.png";
menubgimage="Images/Skins/Wood.png";
}

with(styleNoneMain=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize=12;
fontstyle="normal";
fontweight="bold";
headercolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#000000";
onbgcolor="#FFFFFF";
oncolor="#808080";
padding=3;
subimage="Images/Skins/MenuArrowBlack.png";
}

with(styleNoneSub=new mm_style()){
align="left";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize=11;
fontstyle="normal";
fontweight="normal";
headerbgcolor="#000000";
headercolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#000000";
onbgcolor="#FFFFFF";
oncolor="#808080";
padding=2;
subimage="Images/Skins/MenuArrowBlack.png";
}

with(styleSearch=new mm_style()){
align="left";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize=11;
fontstyle="normal";
fontweight="normal";
headerbgcolor="#000000";
headercolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#000000";
onbgcolor="#FFFFFF";
oncolor="#808080";
padding=2;
subimage="Images/Skins/MenuArrowWhite.png";
}

styleMain=styleSkullkeepMain;
styleSub=styleSkullkeepSub;
skinTop=270;
skinLeft=0;
skinWidth=130;
skinBorderWidth=0;
skinScreenPosition="";
skinMenuImage1="<img src=\"Images/Skins/GhoulsHead.png\" alt=\"Ghoul's Head\" width=\"85\" height=\"55\">";
skinMenuImage2="<img src=\"Images/Skins/Manacles.png\" alt=\"Manacles\" width=\"91\" height=\"47\">";


if (skin == "dmwebclassic.css") {
	styleMain = styleClassicMain;
	styleSub = styleClassicSub;
	skinTop += 5;
	skinLeft=5;}
if (skin == "dmweboceanic.css") {
	suboffset_left = -4;
	styleMain = styleOceanicMain;
	styleSub = styleOceanicSub;
	skinTop += 15;
	skinLeft=5; }
if (skin == "dmwebdesert.css") {
	styleMain = styleDesertMain;
	styleSub = styleDesertSub;
	skinTop += 15;
	skinScreenPosition="right"; }
if (skin == "dmwebmetal.css") {
	styleMain = styleMetalMain;
	styleSub = styleMetalSub;
	skinTop += 30;
	skinScreenPosition="right"; }
if (skin == "dmwebgreylord.css") {
	styleMain = styleGreyLordMain;
	styleSub = styleGreyLordSub; }
if (skin == "dmwebgreylord800x600.css") {
	styleMain = styleGreyLord800x600Main;
	styleSub = styleGreyLord800x600Sub; }
if ((skin == "dmwebskullkeep.css") || (skin == null)) {
	styleMain = styleSkullkeepMain;
	styleSub = styleSkullkeepSub;
	skinMenuImage1="<img src=\"Images/Skins/Ram.png\" alt=\"Ram\" width=\"95\" height=\"55\">";
	skinMenuImage2="<img src=\"Images/Skins/Banner.png\" alt=\"Banner\" width=\"100\" height=\"87\">"; }
if (skin == "dmwebnone.css") {
	suboffset_left = -2;
	styleMain = styleNoneMain;
	styleSub = styleNoneSub; }


_menuCloseDelay=500;
_menuOpenDelay=150;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=40;
_subOffsetTop=0;
_subOffsetLeft=-2;


















with(milonic=new menuname("MainMenu")){
top=skinTop;
left=skinLeft;
itemwidth=skinWidth;
borderwidth=skinBorderWidth;
screenposition=skinScreenPosition;
style=styleMain;
alwaysvisible=1;
followscroll=menuScrolling;
aI("text=Appearance;showmenu=SkinMenu;")
aI("text=Search this site;showmenu=SearchMenu;")
aI("text=&nbsp;;type=header;")
aI("text=General;showmenu=GeneralMenu;")
aI("text=Technical Documentation;showmenu=TechDocMenu;")
aI("text=<br>" + skinMenuImage1 + "<br>&nbsp;;type=header;align=center;")
aI("text=Dungeon<br>Master;showmenu=DMMenu;align=center;")
aI("text=Chaos<br>Strikes Back;showmenu=CSBMenu;")
aI("text=Dungeon<br>Master II;showmenu=DM2Menu;")
aI("text=Theron's<br>Quest;showmenu=TQMenu;")
aI("text=Dungeon<br>Master Nexus;showmenu=DMNMenu;")
aI("text=<br>" + skinMenuImage2 + "<br>&nbsp;;type=header;align=center;")
}

with(milonic=new menuname("SkinMenu")){
itemwidth=150;
borderwidth=skinBorderWidth;
style=styleSub;
aI("text=Skins;type=header;align=center;")
aI("text=Classic;url=javascript:setSkin('dmwebclassic.css');")
aI("text=Oceanic;url=javascript:setSkin('dmweboceanic.css');")
aI("text=Desert;url=javascript:setSkin('dmwebdesert.css');")
aI("text=Metal;url=javascript:setSkin('dmwebmetal.css');")
aI("text=Grey Lord;url=javascript:setSkin('dmwebgreylord.css');")
aI("text=Grey Lord (800x600);url=javascript:setSkin('dmwebgreylord800x600.css');")
aI("text=Skullkeep (1024x768);url=javascript:setSkin('dmwebskullkeep.css');")
aI("text=None;url=javascript:setSkin('dmwebnone.css');")
aI("text=Menu;type=header;align=center;")
aI("text=Scrolling On;url=javascript:setMenuScrolling(\"Y\");")
aI("text=Scrolling Off (default);url=javascript:setMenuScrolling(\"N\");")
aI("text= DHTML Menu by<br><a href=\"http://www.milonic.com/\"><img src=\"Images/Milonic.png\" alt=\"Milonic DHTML Menu\" width=\"100\" height=\"32\"></a><br>;type=header;align=center;")
}

with(milonic=new menuname("SearchMenu")){
borderwidth=skinBorderWidth;
style=styleSearch;
bgimage="none";
aI("text=<a href=\"http://www.google.com/\"><img src=\"http://www.google.com/logos/Logo_40wht.gif\" border=\"0\" alt=\"Google\" align=\"absmiddle\"></a><input type=\"text\" name=\"searchstring\" size=\"25\" maxlength=\"255\" value=\"\"><input type=\"submit\" name=\"btnG\" value=\"Google Search\" onclick=\"window.open('http://www.google.com/search?q=site%3Admweb.free.fr+' + searchstring.value, '', '')\">;type=form;align=center");
}

with(milonic=new menuname("GeneralMenu")){
itemwidth=150;
borderwidth=skinBorderWidth;
style=styleSub;
aI("text=Home;url=http://dmweb.free.fr/index.htm;")
aI("text=News Archive;url=http://dmweb.free.fr/NewsArchive.htm;")
aI("text=Downloads;type=header;align=center;")
aI("text=Downloads;url=http://dmweb.free.fr/Downloads.htm;")
aI("text=Clones;url=http://dmweb.free.fr/Clones.htm;")
aI("text=Chaos Strikes Back for Windows & Linux;url=http://dmweb.free.fr/CSBForWindowsLinux.htm;")
aI("text=Miscellaneous;type=header;align=center;")
aI("text=Sounds;url=http://dmweb.free.fr/Sounds.htm;")
aI("text=FAQ;url=http://dmweb.free.fr/FAQ.htm;")
aI("text=FTL Games;url=http://dmweb.free.fr/FTLGames.htm;")
aI("text=Interviews;url=http://dmweb.free.fr/Interviews.htm;")
aI("text=Community;type=header;align=center;")
aI("text=Forums & File Shares;url=http://dmweb.free.fr/Forum/index.php;")
aI("text=Links;url=http://dmweb.free.fr/Links.htm;")
aI("text=Guest Book;url=http://dmweb.free.fr/GuestBook.php;")
aI("text=E-mail;url=http://dmweb.free.fr/E-mail.htm;")
aI("text=Mailing List;url=http://dmweb.free.fr/MailingList.php;")
}

with(milonic=new menuname("TechDocMenu")){
itemwidth=150;
borderwidth=skinBorderWidth;
style=styleSub;
aI("text=Documentation;type=header;align=center;")
aI("text=Miscellaneous;url=TDMiscellaneous.htm;")
aI("text=Actuators;url=TDActuators.htm;")
aI("text=Creatures;url=TDCreatures.htm;")
aI("text=DSA;url=TDDSA.htm;")
aI("text=Copy Protection;url=http://dmweb.free.fr/FFCopyProtection.htm;")
aI("text=File Formats;type=header;align=center;")
aI("text=Dungeon Files;url=http://dmweb.free.fr/FFDungeon.htm;")
aI("text=Data Files;url=http://dmweb.free.fr/FFData.htm;")
aI("text=Animation Files;url=http://dmweb.free.fr/FFAnimations.htm;")
aI("text=Portrait Files;url=http://dmweb.free.fr/FFPortrait.htm;")
aI("text=Hint Oracle Hints File;url=http://dmweb.free.fr/FFHintOracle.htm;")
}

with(milonic=new menuname("DMMenu")){
itemwidth=150;
borderwidth=skinBorderWidth;
style=styleSub;
aI("text=Information;url=http://dmweb.free.fr/DMInformation.htm;")
aI("text=Downloads;url=http://dmweb.free.fr/DMDownloads.htm;")
aI("text=Reference;type=header;align=center;")
aI("text=Champions;url=http://dmweb.free.fr/DMChampions.htm;")
aI("text=Items;url=http://dmweb.free.fr/DMItems.htm;")
aI("text=Creatures;url=http://dmweb.free.fr/DMCreatures.htm;")
aI("text=Skills;url=http://dmweb.free.fr/DMSkills.htm;")
aI("text=Spells;url=http://dmweb.free.fr/DMSpells.htm;")
aI("text=Maps;showmenu=DMMapsMenu;")
aI("text=Books;type=header;align=center;")
aI("text=Manual;url=http://dmweb.free.fr/DMManual.htm;")
aI("text=Adventurer's Handbook;url=http://dmweb.free.fr/DMAdventurersHandbook.htm;")
aI("text=The Lost Scrolls Of Mount Anaias;url=http://dmweb.free.fr/DMTheLostScrollsOfMountAnaias.htm;")
aI("text=Dungeon Master Editor Manual;url=http://dmweb.free.fr/DMEditorManual.htm;")
aI("text=Miscellaneous;type=header;align=center;")
aI("text=Screenshots;url=http://dmweb.free.fr/DMScreenshots.htm;")
aI("text=Scans;url=http://dmweb.free.fr/DMScans.htm;")
aI("text=Walkthrough;url=http://dmweb.free.fr/DMWalkthrough.htm;")
aI("text=Tips and Tricks;url=http://dmweb.free.fr/DMTipsAndTricks.htm;")
aI("text=Forum;url=http://www.dungeon-master.com/forum/viewforum.php?f=27;")
}

with(milonic=new menuname("DMMapsMenu")){
itemwidth=150;
borderwidth=skinBorderWidth;
style=styleSub;
aI("text=Level 00;url=http://dmweb.free.fr/DMLevel00.htm;")
aI("text=Level 01;url=http://dmweb.free.fr/DMLevel01.htm;")
aI("text=Level 02;url=http://dmweb.free.fr/DMLevel02.htm;")
aI("text=Level 03;url=http://dmweb.free.fr/DMLevel03.htm;")
aI("text=Level 04;url=http://dmweb.free.fr/DMLevel04.htm;")
aI("text=Level 05;url=http://dmweb.free.fr/DMLevel05.htm;")
aI("text=Level 06;url=http://dmweb.free.fr/DMLevel06.htm;")
aI("text=Level 07;url=http://dmweb.free.fr/DMLevel07.htm;")
aI("text=Level 08;url=http://dmweb.free.fr/DMLevel08.htm;")
aI("text=Level 09;url=http://dmweb.free.fr/DMLevel09.htm;")
aI("text=Level 10;url=http://dmweb.free.fr/DMLevel10.htm;")
aI("text=Level 11;url=http://dmweb.free.fr/DMLevel11.htm;")
aI("text=Level 12;url=http://dmweb.free.fr/DMLevel12.htm;")
aI("text=Level 13;url=http://dmweb.free.fr/DMLevel13.htm;")
}

with(milonic=new menuname("CSBMenu")){
itemwidth=150;
borderwidth=skinBorderWidth;
style=styleSub;
aI("text=Information;url=http://dmweb.free.fr/CSBInformation.htm;")
aI("text=Downloads;url=http://dmweb.free.fr/CSBDownloads.htm;")
aI("text=Reference;type=header;align=center;")
aI("text=Champions;url=http://dmweb.free.fr/CSBChampions.htm;")
aI("text=Items;url=http://dmweb.free.fr/CSBItems.htm;")
aI("text=Creatures;url=http://dmweb.free.fr/CSBCreatures.htm;")
aI("text=Skills;url=http://dmweb.free.fr/CSBSkills.htm;")
aI("text=Spells;url=http://dmweb.free.fr/CSBSpells.htm;")
aI("text=Maps;showmenu=CSBMapsMenu;")
aI("text=Books;type=header;align=center;")
aI("text=Manual;url=http://dmweb.free.fr/CSBManual.htm;")
aI("text=Hint Book;url=http://dmweb.free.fr/CSBHintBook.htm;")
aI("text=Miscellaneous;type=header;align=center;")
aI("text=Screenshots;url=http://dmweb.free.fr/CSBScreenshots.htm;")
aI("text=Scans;url=http://dmweb.free.fr/CSBScans.htm;")
aI("text=Walkthrough;url=http://dmweb.free.fr/CSBWalkthrough.htm;")
aI("text=Tips and Tricks;url=http://dmweb.free.fr/CSBTipsAndTricks.htm;")
aI("text=Portraits;url=http://dmweb.free.fr/CSBPortraits.htm;")
aI("text=Hint Oracle;url=http://dmweb.free.fr/CSBHintOracle.htm;")
aI("text=Forum;url=http://www.dungeon-master.com/forum/viewforum.php?f=28;")
}

with(milonic=new menuname("CSBMapsMenu")){
itemwidth=150;
borderwidth=skinBorderWidth;
style=styleSub;
aI("text=Prison;url=http://dmweb.free.fr/CSBLevelPrison.htm;")
aI("text=Level 00;url=http://dmweb.free.fr/CSBLevel00.htm;")
aI("text=Level 01;url=http://dmweb.free.fr/CSBLevel01.htm;")
aI("text=Level 02;url=http://dmweb.free.fr/CSBLevel02.htm;")
aI("text=Level 03;url=http://dmweb.free.fr/CSBLevel03.htm;")
aI("text=Level 04;url=http://dmweb.free.fr/CSBLevel04.htm;")
aI("text=Level 05;url=http://dmweb.free.fr/CSBLevel05.htm;")
aI("text=Level 06;url=http://dmweb.free.fr/CSBLevel06.htm;")
aI("text=Level 07;url=http://dmweb.free.fr/CSBLevel07.htm;")
aI("text=Level 08;url=http://dmweb.free.fr/CSBLevel08.htm;")
aI("text=Level 09;url=http://dmweb.free.fr/CSBLevel09.htm;")
}

with(milonic=new menuname("DM2Menu")){
itemwidth=150;
borderwidth=skinBorderWidth;
style=styleSub;
aI("text=Information;url=http://dmweb.free.fr/DMIIInformation.htm;")
aI("text=Downloads;url=http://dmweb.free.fr/DMIIDownloads.htm;")
aI("text=Reference;type=header;align=center;")
aI("text=Champions;url=http://dmweb.free.fr/DMIIChampions.htm;")
aI("text=Items;url=http://dmweb.free.fr/DMIIItems.htm;")
aI("text=Creatures;url=http://dmweb.free.fr/DMIICreatures.htm;")
aI("text=Spells;url=http://dmweb.free.fr/DMIISpells.htm;")
aI("text=Maps;url=http://dmweb.free.fr/DMIIMaps.htm;")
aI("text=Books;type=header;align=center;")
aI("text=Manual;url=http://dmweb.free.fr/DMIIManual.htm;")
aI("text=Clue Book;url=http://dmweb.free.fr/DMIIClueBook.htm;")
aI("text=Adventurer's Guide;url=http://dmweb.free.fr/DMIIAdventurersGuide.htm;")
aI("text=Miscellaneous;type=header;align=center;")
aI("text=Screenshots;url=http://dmweb.free.fr/DMIIScreenshots.htm;")
aI("text=Scans;url=http://dmweb.free.fr/DMIIScans.htm;")
aI("text=Walkthrough;url=http://dmweb.free.fr/DMIIWalkthrough.htm;")
aI("text=Tips and Tricks;url=http://dmweb.free.fr/DMIITipsAndTricks.htm;")
aI("text=Forum;url=http://www.dungeon-master.com/forum/viewforum.php?f=29;")
}

with(milonic=new menuname("TQMenu")){
itemwidth=150;
borderwidth=skinBorderWidth;
style=styleSub;
aI("text=Information;url=http://dmweb.free.fr/TQInformation.htm;")
aI("text=Downloads;url=http://dmweb.free.fr/TQDownloads.htm;")
aI("text=Reference;type=header;align=center;")
aI("text=Champions;url=http://dmweb.free.fr/TQChampions.htm;")
aI("text=Items;url=http://dmweb.free.fr/TQItems.htm;")
aI("text=Spells;url=http://dmweb.free.fr/TQSpells.htm;")
aI("text=Maps;showmenu=TQMapsMenu;")
aI("text=Book;type=header;align=center;")
aI("text=Manual;url=http://dmweb.free.fr/TQManual.htm;")
aI("text=Miscellaneous;type=header;align=center;")
aI("text=Screenshots;url=http://dmweb.free.fr/TQScreenshots.htm;")
aI("text=Scans;url=http://dmweb.free.fr/TQScans.htm;")
aI("text=Tips and Tricks;url=http://dmweb.free.fr/TQTipsAndTricks.htm;")
aI("text=Forum;url=http://www.dungeon-master.com/forum/viewforum.php?f=43;")
}

with(milonic=new menuname("TQMapsMenu")){
itemwidth=150;
borderwidth=skinBorderWidth;
style=styleSub;
aI("text=Ak-Tu-Ba;url=http://dmweb.free.fr/TQAk-Tu-Ba.htm;")
aI("text=The City Of Formicia;url=http://dmweb.free.fr/TQTheCityOfFormicia.htm;")
aI("text=Village Of Thieves;url=http://dmweb.free.fr/TQVillageOfThieves.htm;")
aI("text=Tower Of Drator;url=http://dmweb.free.fr/TQTowerOfDrator.htm;")
aI("text=Den Of Shadodan;url=http://dmweb.free.fr/TQDenOfShadodan.htm;")
aI("text=The Tomb Of Sarmon;url=http://dmweb.free.fr/TQTheTombOfSarmon.htm;")
aI("text=Demon's Gate;url=http://dmweb.free.fr/TQDemonsGate.htm;")
}

with(milonic=new menuname("DMNMenu")){
itemwidth=150;
borderwidth=skinBorderWidth;
style=styleSub;
aI("text=Information;url=http://dmweb.free.fr/DMNInformation.htm;")
aI("text=Downloads;url=http://dmweb.free.fr/DMNDownloads.htm;")
aI("text=Reference;type=header;align=center;")
aI("text=Champions;url=http://dmweb.free.fr/DMNChampions.htm;")
aI("text=Items;url=http://dmweb.free.fr/DMNItems.htm;")
aI("text=Spells;url=http://dmweb.free.fr/DMNSpells.htm;")
aI("text=Maps;showmenu=DMNMapsMenu;")
aI("text=Book;type=header;align=center;")
aI("text=Manual;url=http://dmweb.free.fr/DMNManual.htm;")
aI("text=Miscellaneous;type=header;align=center;")
aI("text=Screenshots;url=http://dmweb.free.fr/DMNScreenshots.htm;")
aI("text=Scans;url=http://dmweb.free.fr/DMNScans.htm;")
aI("text=Tips and Tricks;url=http://dmweb.free.fr/DMNTipsAndTricks.htm;")
aI("text=Forum;url=http://www.dungeon-master.com/forum/viewforum.php?f=43;")
}

with(milonic=new menuname("DMNMapsMenu")){
itemwidth=150;
borderwidth=skinBorderWidth;
style=styleSub;
aI("text=Level 02;url=http://dmweb.free.fr/DMNLevel02.htm;")
aI("text=Level 03;url=http://dmweb.free.fr/DMNLevel03.htm;")
aI("text=Level 04;url=http://dmweb.free.fr/DMNLevel04.htm;")
aI("text=Level 05;url=http://dmweb.free.fr/DMNLevel05.htm;")
aI("text=Level 06;url=http://dmweb.free.fr/DMNLevel06.htm;")
aI("text=Level 07;url=http://dmweb.free.fr/DMNLevel07.htm;")
aI("text=Level 08;url=http://dmweb.free.fr/DMNLevel08.htm;")
aI("text=Level 09;url=http://dmweb.free.fr/DMNLevel09.htm;")
aI("text=Level 10;url=http://dmweb.free.fr/DMNLevel10.htm;")
aI("text=Level 11;url=http://dmweb.free.fr/DMNLevel11.htm;")
aI("text=Level 12;url=http://dmweb.free.fr/DMNLevel12.htm;")
}



drawMenus();

