<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=190; // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#645711";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#907823";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=19; // no quotes!!
barText="POSTADORES"; // <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]=["Geradores"] //create header
ssmItems[1]=["Filmes", "http://www.p2mbrasil.com/gerador/index.php?act=filmes", ""]
ssmItems[2]=["Jogos", "http://www.p2mbrasil.com/gerador/index.php?act=jogos",""]
ssmItems[3]=["Seriados", "http://www.p2mbrasil.com/gerador/index.php?act=seriados", ""]
ssmItems[4]=["Animes", "http://www.p2mbrasil.com/gerador/index.php?act=animes", "_new"]
ssmItems[5]=["Programas", "http://www.p2mbrasil.com/gerador/index.php?act=programas", ""]
ssmItems[6]=["Full Albuns", "http://www.p2mbrasil.com/gerador/index.php?act=albums", ""]
ssmItems[7]=["Shows", "http://www.p2mbrasil.com/gerador/index.php?act=shows", ""]
ssmItems[8]=["Clipes", "http://www.p2mbrasil.com/gerador/index.php?act=clipes", ""]
ssmItems[9]=["XXX", "http://www.p2mbrasil.com/gerador/index.php?act=xxx", ""]
ssmItems[10]=["Outros", "http://www.p2mbrasil.com/gerador/index.php?act=outros", ""]

ssmItems[11]=["Tutoriais", "http://www.p2mbrasil.com/p2mbr/index.php?showforum=19", "", 1, "no"] //create two column row
ssmItems[12]=["Ajuda", "http://www.p2mbrasil.com/p2mbr/index.php?act=Help", "",1]

ssmItems[13]=["Outros", "", ""] //create header
ssmItems[14]=["Screens", "http://www.p2mbrasil.com/gerador/index.php?act=screen", ""]
ssmItems[15]=["Contas", "http://www.p2mbrasil.com/gerador/index.php?act=contas", ""]

ssmItems[16]=["Geradores Portal", "", ""] //create header
ssmItems[17]=["Filmes", "http://www.p2mbrasil.com/gerador/Portal/Filmes", ""]
ssmItems[18]=["Jogos", "http://www.p2mbrasil.com/gerador/Portal/Jogos", ""]
ssmItems[19]=["Seriados", "http://www.p2mbrasil.com/gerador/Portal/Seriados", ""]
ssmItems[20]=["Full Albuns", "http://www.p2mbrasil.com/gerador/Portal/Full", ""]
ssmItems[21]=["Shows", "http://www.p2mbrasil.com/gerador/Portal/Show", ""]
ssmItems[22]=["XXX", "http://www.p2mbrasil.com/gerador/Portal/xxx", ""]

buildMenu();

//-->
