<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // no quotes!!
XOffset=0;
staticYOffset=0; // no quotes!!
slideSpeed=5 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="7DACE2";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="000000";
hdrBGColor="#7DACE2";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="22";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="7DACE2";
linkOverBGColor="#ffffff";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ffffff";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText=" Z A S T U P A M O "; // <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]=[" AXIS"] //create header
ssmItems[1]=[" IP kamere", "http://www.ipway.co.yu/proizvodi_lista.htm", ""]
ssmItems[2]=[" Video serveri", "http://www.ipway.co.yu/proizvodi_lista_vidserver.htm",""]
ssmItems[3]=[" Zaštitna kućišta", "http://www.ipway.co.yu/proizvodi_lista_oprema_kucista.htm",""]
ssmItems[4]=[" Ostala oprema", "http://www.ipway.co.yu/proizvodi_lista_oprema.htm",""]
ssmItems[5]=[" Axis Camera Station", "http://www.ipway.co.yu/proizvodi_software_AxisCS.htm",""]

ssmItems[6]=[" NETAVIS", "", ""] //create header
ssmItems[7]=[" Netavis Observer II", "http://www.ipway.co.yu/proizvodi_software_NAObserver.htm", ""]

ssmItems[8]=[" NETEYE", "", ""] //create header
ssmItems[9]=[" Neteye serveri", "http://www.ipway.co.yu/neteye/index.htm", ""]


ssmItems[10]=[" BELLON", "", ""] //create header
ssmItems[11]=[" IP video interfoni", "http://www.ipway.co.yu/bellon/bellon_index.htm", ""]

ssmItems[12]=[" COGNIMATICS", "", ""] //create header
ssmItems[13]=[" People Counter", "http://www.ipway.co.yu/Promocije/cognimatics_index.htm", ""]



buildMenu();

//-->
