<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=10; // 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="#3399FF";
menuIsStatic="yes";
menuWidth=230; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="Black";
hdrBGColor="#3399FF";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#CCCCCC";
linkTarget="_top";
linkAlign="left";
barBGColor="#3399FF";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="Black";
barVAlign="center";
barWidth=20; // no quotes!!
barText='NAVIGACIJA' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header



addHdr("O PODJETJU");
addItem("Domov", "index2.html", "main");
addItem("Nekaj besed o podjetju", "podjetje.html", "main");
addItem("Kje se nahajamo?", "kje.html", "main");

addHdr("CEVI");
addItem("Cevi za hišno kanalizacijo ", "hisna.html", "main");
addItem("PVC cevi za ulično kanalizacijo", "ulicna1.html", "main");
addItem("PE-HD cevi za ulično kanalizacijo", "ulicna3.html", "main");
addItem("PVC cevi za hišno drenažo", "drenaza.html", "main");
addItem("PVC in PE-HD cevi za ulično dren.", "drenaza1.html", "main");
addItem("PE Vodovodne cevi", "vodovod.html", "main");
addItem("PP sistem Astrabor", "astrabor.html", "main");
addItem("Cevi za zaščito kablov", "elektro.html", "main");

addHdr("IZOLACIJE");
addItem("Hidro izolacije", "hidro.html", "main");
addItem("Stiropor gradbene izolacije", "stiropor.html", "main");
addItem("Tervol gradbene izolacije", "tervol.html", "main");
addItem("Izolacijske cevi in plošče", "isoterm.html", "main");

addHdr("KRITINE");
addItem("Bitumenske plošče Onduline", "onduline.html", "main");

addHdr("FASADE");
addItem("Demit fasade", "demit.html", "main");
addItem("Tervol fasade", "terfas.html", "main");
addItem("Druge vrste fasad", "drugfas.html", "main");

addHdr("KONTAKT Z NAMI");
addItem("Pošljite nam E-mail", "mailto:astranova@siol.net", "main");
addItem("Naročilo obiska", "obisk.html", "main");
addItem("Naročilo cenika", "posta.html", "main");
addItem("Naročilo artiklov", "narocilo.html", "main");
addItem("Predlogi, pohvale, pritožbe", "pohvale.html", "main");

addHdr("");

buildMenu();

//-->
