57 lines
1.7 KiB
JavaScript
Executable File
57 lines
1.7 KiB
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="#CCCCCC";
|
|
linkOverBGColor="#FFFFFF";
|
|
linkTarget="_top";
|
|
linkAlign="left";
|
|
barBGColor="#333333";
|
|
barFontFamily="Arial";
|
|
barFontSize="2";
|
|
barFontColor="#CCCCCC";
|
|
barVAlign="middle";
|
|
barWidth=40; // no quotes!!
|
|
barText="dtn MENU"; // <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]=["/ dtn menu /"] //create header
|
|
ssmItems[1]=["Home", "home.htm", ""]
|
|
ssmItems[2]=["Who We Are", "whoweare.pl",""]
|
|
ssmItems[3]=["Resources", "resources.pl", ""]
|
|
ssmItems[4]=["Prayer Requests", "prayer.pl", ""]
|
|
ssmItems[5]=["Mission & Travel", "travel.pl", ""]
|
|
ssmItems[6]=["<b>Photos/Videos</b>", "media.pl", ""]
|
|
|
|
|
|
|
|
ssmItems[7]=["/ links /", "", ""] //create header
|
|
ssmItems[8]=["Action Min. Canada", "http://www.actioncanada.net", ""]
|
|
ssmItems[9]=["Action Min. Int'l", "http://www.actionintl.org", ""]
|
|
ssmItems[10]=["Action Min. UK", "http://www.actionuk.org", ""]
|
|
|
|
buildMenu();
|
|
|
|
//-->
|