home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 December
/
Chip_2001-12_cd1.bin
/
internet
/
archeo
/
apravo
/
maltassmItems.js
< prev
next >
Wrap
Text File
|
2001-09-30
|
2KB
|
55 lines
<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=250; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="'Lucida Sans Unicode', Arial, Helvetica, sans-serif";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#993300";
linkTarget="_self";
linkAlign="Center";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=12; // no quotes!!
barText="Index"; // <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]=["SD╠LEN═","#sdeleni", "",1] //create header
ssmItems[1]=["P╪EKLAD","#preklad", "",1]
ssmItems[2]=["Preambule","#preambule","",1]
ssmItems[3]=["Definice archeologickΘho d∞dictvφ","#definice", "",1]
ssmItems[4]=["Identifikace d∞dictvφ a opat°enφ na jeho ochranu","#identifikace", "",1]
ssmItems[5]=["Financovßnφ archeologickΘho v²zkumu a konzervace","#financovani", "",1]
ssmItems[6]=["Sb∞r a Üφ°enφ v∞deck²ch informacφ","#sber", "",1]
ssmItems[7]=["ZvyÜovßnφ ve°ejnΘ informovanostiφ","#zvysovani", "",1]
ssmItems[8]=["Zabrßn∞nφ nezßkonnΘmu ob∞hu souΦßstφ archeologickΘho d∞dictvφ","#zabraneni", "",1]
ssmItems[9]=["Vzßjemnß technickß a v∞deckß pomoc","#technicka", "",1]
ssmItems[10]=["Kontrola uplat≥ovßnφ ┌mluvy (revidovanΘ)","#kontrola", "",1]
ssmItems[11]=["Zßv∞reΦnß ustanovenφ","#zaver", "",1]
ssmItems[12]=["Zpet","#home", "",1]
buildMenu();
//-->