<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=160; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#8B8B83"; // Cor do título
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#EEEEE0"; // Ao passar o mouse
linkTarget="_top";
linkAlign="center";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU DE APOIO"; // <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]=["LINKS"] //create header
//ssmItems[1]=["Taxas Administrativas", "anexos/Taxas_administrativas_de_servicos.PDF", "_BLANK"]

ssmItems[0]=["REGULAMENTOS", "", ""] //create header
ssmItems[1]=["Projeto de Pesquisa", "anexos/1.Projeto%20de%20Pesquisa%20e%20Monografia.pdf", "_BLANK"]
//ssmItems[2]=["Programa de Monitoria", "anexos/NAPA%20-%20Programa%20de%20monitoria%20PROM.pdf", "_BLANK"]

ssmItems[2]=["CALENDARIO ACADEMICO", "", ""] //create header
ssmItems[3]=["3 e 4 ano ADM 11/12", "anexos/2011-2012.pdf", "_BLANK"]
ssmItems[4]=["ADMINISTRACAO", "anexos/CalendarioADM2012.pdf", "_BLANK"]
ssmItems[5]=["ENGENHARIAS", "anexos/CalendarioENG2012.pdf", "_BLANK"]

//ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
//ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]



buildMenu();

//-->
