Files
d-t-n.org/archive/version_01/ssmItems_resources.js
2017-03-02 21:36:05 -06:00

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="#999999";
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="#b0111f";
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="#FFFFFF";
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]=["<b>Resources</b>", "resources.pl", ""]
ssmItems[4]=["Prayer Requests", "prayer.pl", ""]
ssmItems[5]=["Mission & Travel", "travel.pl", ""]
ssmItems[6]=["Photos/Videos", "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();
//-->