home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 December
/
Chip_2001-12_cd1.bin
/
internet
/
archeo
/
reportaze
/
foto1ssmItems.js
< prev
next >
Wrap
Text File
|
2001-09-30
|
2KB
|
48 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=170; // 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="3";
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]=["p ∙ d o r y s<br> k ∙ l o v Θ h o d o m u ","#dum", "",1] //create header
ssmItems[1]=["Z ß s o b n φ<br>j ß m a","#jama", "",1]
ssmItems[2]=["A r c h e o l o g i c k Θ<br>d i s k u z e","#diskuze","",1]
ssmItems[3]=["A r c h e o l o g i c k Θ<br>f o t o g r a f o v ß n φ","#foto", "",1]
ssmItems[4]=["M u s φ m e<br>k r o p i t","#kropit", "",1]
ssmItems[5]=["Zp∞t","#home", "",1]
buildMenu();
//-->