<!--



/*

Configure menu styles below

NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors

*/

YOffset=80; // no quotes!!

staticYOffset=20; // no quotes!!

XOffset=20; // 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";

menuWidth=150; // Must be a multiple of 10! no quotes!!

menuCols=1;

hdrFontFamily="verdana";

hdrFontSize="2";

hdrFontColor="black";

hdrBGColor="#0099FF";

hdrAlign="left";

hdrVAlign="center";

hdrHeight="20";

linkFontFamily="Verdana";

linkFontSize="1";

linkBGColor="white";

linkOverBGColor="#FF9999";

linkTarget="_top";

linkAlign="left";

barBGColor="#FF6666";

barFontFamily="Verdana";

barFontSize="2";

barFontColor="black";

barVAlign="center";

barWidth=20; // no quotes!!

barText='LOCALIZAÇÃO' // <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

addItem("Home", "http://www.incotel.com.br", "");

addItem("Cancelas", "../cancelas/cancelas.html", "");

addItem("Semáforos", "../semaforos/semaforos.html", "");

addItem("Portões de Garagem", "../portoes/portoes.html", "");

addItem("Foto-Células", "../fotoc/fotoc.html", "");

addItem("Luz de Emergência", "../luze/luze.html", "");

addItem("Tachões", "../tachoes/tachoes.html", "");

addItem("Motorização", "../motoriza/motoriza.html", "");

addItem("Sistemas de Sinalizaçao", "../sistemas/sistemas.html", "");

addItem("Roldanas", "../roldanas/roldanas.html", "");

addItem("Sinaleiras", "../sinaleiras/sinaleiras.html", "");

addItem("Detetor de Veículos", "http://www.incotel.com.br/detetor/detetor.html", "");

addItem("Perfil Tubular", "http://www.incotel.com.br/perfil_tubular/perfil_tubular.html", "");


buildMenu();



//-->