_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5               // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=2               // Only needed for Netscape 4.x
_scrollDelay=10               // Only needed for Netcsape 4.x

with(menu1=new mm_style()){
onbgcolor="#eeeeee";
oncolor="#000000";
offbgcolor="#F7F7F7";
offcolor="#000000";
separatorimage="http://www.ufscar.br/~prograd/img/teste2.jpg";
separatorsize="1";
padding=3;
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#F7F7F7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.ufscar.br/~prograd/img/setinha.gif";
subimagepadding="2";
}

menu3=new copyOf(menu1)
menu3.borderwidth=1;
menu3.bordercolor="#eeeeee";
menu3.offbgcolor="#e7e7e7";
menu3.onbgcolor="#cccccc";

with(menu2=new mm_style()){
onbgcolor="#cccccc";
oncolor="#000000";
offbgcolor="#e7e7e7";
offcolor="#000000";
borderwidth=0;
padding=4;
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="black";
// pagebgcolor="#6B6C69";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.prograd.ufscar.br/img/setinha.gif";
subimagepadding="2";
}

//Menus

with(menu=new menuname("camara")){
style=menu3;
top=126;
left=230;
itemwidth=153;
itemheight=19;
aI("text=&nbsp;Documentos da CaG;url=http://www.prograd.ufscar.br/documentos_cag.php;");
aI("text=&nbsp;Sinopses da CaG;url=http://www.prograd.ufscar.br/sinopses_cag.php;");
}

with(menu=new menuname("conselho")){
style=menu3;
top=126;
left=373;
itemwidth=153;
itemheight=19;
aI("text=&nbsp;Composição;url=http://www.prograd.ufscar.br/cog/composicao_cog.php;");
aI("text=&nbsp;Reuniões;url=http://www.prograd.ufscar.br/cog/reunioes_cog.php;");
}
//Submenus verticais ***********************************************************************

with(menu=new menuname("bolsas")){
style=menu2;
aI("text=Atividade;url=http://www.sac.ufscar.br;target=_blank");
aI("text=Treinamento;url=http://www.prograd.ufscar.br/bolsaTreinamento.php;");
}

drawMenus();

