<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at /info/dhtml_scripts.html

YOffset=200; // no quotes!!
staticYOffset=200; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=50; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=180; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="4";
hdrFontColor="#ffffff";
hdrBGColor="#e1c3aa";
hdrAlign="left";
hdrVAlign="bottom";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#fffff0";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FFFFCC";
barFontFamily="arial, sans serif";
barFontSize="3";
barFontColor="#663333";
barVAlign="center";
barWidth=25; // no quotes!!

startMenu("Navigation", "M E N U")
addItem("Home", "/home.htm", "");
addItem("Index", "/index.htm", "");
addItem("Contact", "/intro/contact.htm", "");
addItem("About Me", "/intro/aboutme.htm", "");
addItem("Info-Help", "/intro/info.htm", "");
addItem("Links", "/intro/links.htm", "");



addHdr("TDM Languages");
addItem("TDM Languages [index]", "/langtdm/langtdm_0.htm", "");
addItem("Phonetics [index]", "/langtdm/phon/phon_0.htm", "");

addHdr("Sources");
addItem("Sources [index]", "/sources/src_0.htm", "");
addItem("Inscriptions [intro]", "/sources/inscr/inscr_0.htm", "");
addItem("ILTDM", "/sources/inscr/ILTDM_0.htm", "");
addItem("Manuscript sources", "/sources/mss/mss_0.htm", "");
addItem("Other kinds of sources", "/sources/other/other_0.htm", "");
addItem("Trajan Column", "/sources/column/index.htm", "");

addHdr("Geography");
addItem("Geography [index]", "/geo/geo_0.htm", "");
addItem("Roman Roads", "/geo/drumuri/drum_0.htm", "");
addItem("SO Maps", "/geo/maps/maps_0.htm", "");
addItem("Internet Maps", "/geo/pubmaps/pubmaps.htm", "");
addItem("Articles", "/geo/arts/arts_0.htm", "");

addHdr("TDM Substratum");
addItem("Romanian", "/langmod/romana/romana_0.htm", "");

addHdr("Reviews");
addItem("Reviews [index]", "/reviews/rew_0.htm", "");
addItem("Tracologie/Tracomanie", "/tdman/tdman_0.htm", "");
addItem("The Romalo Tablets", "/reviews/tabliteromalo.htm", "");
addItem("Interview to 'Meridianul Romanesc'", "/reviews/int_meridianul_romanesc.htm", "");

addHdr("Others");
addItem("Others [index]", "/other/other_0.htm", "");

addHdr("Tools");
addItem("Symbols, Abbreviations", "/intro/conv.htm", "");
addItem("Bibliographical Abbreviations", "/intro/biblio.htm", "");

<span class="Titlu">Table of </span>
endMenu()

//-->
