<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=130; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#99B2B2";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=230; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="3";
linkFontStyle="bold";
linkBGColor="#008080";
linkOverBGColor="#CC0000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#CC0000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText=" M   E   N   U "; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Menu"] //create header
ssmItems[1]=["ÜBER DAS EDBI", "dbi_inf/dbi_inf.htm", ""]
ssmItems[2]=["BERATUNG", "dbi_ber/dbi_ber.htm",""]
ssmItems[3]=["DATENBANKEN", "http://dbix01.dbi-berlin.de:8163/infos/homepage.htm", ""]
ssmItems[4]=["PUBLIKATIONEN", "dbi_pub/dbi_pub.htm", ]
ssmItems[5]=["SERVICE", "service/service.htm", ""]
ssmItems[6]=["BIBLIOTHEKSSTATISTIK", "http://www.bibliotheksstatistik.de/dbshome.htm", ""]
ssmItems[7]=["BIBLIOTHEKSWESEN", "bib_wes/bib_wes.htm", ""]
ssmItems[8]=["P R O J E K T E", "projekte/projekte.htm", ""]
ssmItems[9]=["DIGITALE BIBLIOTHEKEN", "projekte/d_lib/d_lib_00.htm", ""]
ssmItems[10]=["AKTUELL", "news/news.htm", ""]

ssmItems[11]=["E D B I", "", ""] //create header
ssmItems[12]=["ADRESSE", "dbi_inf/dbi_adr/dbi_adr.htm", "", 1, "no"] //create two column row
ssmItems[13]=["PLAN", "dbi_inf/dbi_adr/bahn.htm", "",1]
ssmItems[14]=["MITARBEITER TELEFON E-MAIL", "dbi_inf/dbi_adr/mitarb.htm", ""]
buildMenu();

//-->