<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=50; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // 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=2;
hdrFontFamily="Arial";
hdrFontSize="4";
hdrFontColor="white";
hdrBGColor="#336600";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="3";
linkBGColor="#FFFFCC";
linkOverBGColor="#33FF66";
linkTarget="_top";
linkAlign="Left";
barBGColor="#336600";
barFontFamily="Times New Roman";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="KAZALO"; // <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]=["Verstva sveta"] //create header
ssmItems[1]=["Kaj je vera?","svetovna verstva.htm#O_VERI", ""] 
ssmItems[2]=["Vpliv religije", "svetovna verstva.htm#VPLIV_RELIGIJE", ""]
ssmItems[3]=["Hinduizem", "svetovna verstva.htm#HINDUIZEM",""]
ssmItems[4]=["Judovstvo", "svetovna verstva.htm#JUDOVSTVO", ""]
ssmItems[5]=["Budizem", "svetovna verstva.htm#BUDIZEM", ""]
ssmItems[6]=["Krščanstvo", "svetovna verstva.htm#KRSCANSTVO", ""]
ssmItems[7]=["Islam", "svetovna verstva.htm#ISLAM", ""]
ssmItems[8]=["Sikhizem", "svetovna verstva.htm#SIKHIZEM", ""]
ssmItems[9]=["Nekaj drugih religij", "svetovna verstva.htm#DRUGE_RELIGIJE", ""]
ssmItems[10]=["Religije preteklosti", "svetovna verstva.htm#RELIGIJE_PRETEKLOSTI", ""]
ssmItems[11]=["Nekomformistične skupine", "svetovna verstva.htm#NEKONFORMISTICNE", ""]
ssmItems[12]=["Verska rekla", "svetovna verstva.htm#REKLA", ""]
ssmItems[13]=["Slovarček", "svetovna verstva.htm#SLOVARCEK", ""]
ssmItems[14]=["Mala statistika", "religije statistika.htm", ""]
ssmItems[15]=["Podrobno kazalo", "Kazalo svetovna verstva.htm#Gor", ""]
ssmItems[16]=["Nove religije v Sloveniji", "http://www.religije.info/NoveReligije/index.htm", ""]
ssmItems[17]=["Registrirane verske skupnosti ", "http://www.lem-computers.net/Povezave/religije%20statistika.htm#SlovenijaDetalj", ""]
ssmItems[18]=["Država in cerkev", "http://www.religije.info/DrzavaCerkev/index.htm", ""]
ssmItems[19]=["Predlog zakona o verski svobodi ", "http://www.lem-computers.net/KazaloZakonVerskiSvobodi.htm", ""]
ssmItems[20]=["Prebivalstvo po veroizpovedi, popisa 1991 in 2002", "http://www.lem-computers.net/Povezave/religije%20statistika.htm#Statistika", ""]
ssmItems[21]=["Domov", "http://lem-computers.net", ""]

buildMenu();

//-->



