41 lines
1022 B
JavaScript
Executable File
41 lines
1022 B
JavaScript
Executable File
<!--
|
|
|
|
/*
|
|
Configure menu styles below
|
|
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
|
|
*/
|
|
YOffset=40; // no quotes!!
|
|
XOffset=13;
|
|
staticYOffset=15; // no quotes!!
|
|
slideSpeed=10 // no quotes!!
|
|
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
|
|
menuBGColor="#333333";
|
|
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
|
|
menuWidth=130; // Must be a multiple of 10! no quotes!!
|
|
menuCols=2;
|
|
hdrFontFamily="arial";
|
|
hdrFontSize="2";
|
|
hdrFontColor="white";
|
|
hdrBGColor="#666666";
|
|
hdrAlign="center";
|
|
hdrVAlign="center";
|
|
hdrHeight="15";
|
|
linkFontFamily="Arial";
|
|
linkFontSize="2";
|
|
linkBGColor="#999999";
|
|
linkOverBGColor="#cccccc";
|
|
linkTarget="_top";
|
|
linkAlign="left";
|
|
barBGColor="#333333";
|
|
barFontFamily="Arial";
|
|
barFontSize="2";
|
|
barFontColor="white";
|
|
barVAlign="middle";
|
|
barWidth=40; // no quotes!!
|
|
barText="dtn MENU"; // <IMG> tag supported. Put exact html for an image to show.
|
|
|
|
///////////////////////////
|
|
|
|
buildMenu();
|
|
|
|
//-->
|