//Background bar properties

backgroundbar=0 //Set to 0 if backgroundbar

backgroundbarfromleft=0 //The left placement of the backgroundbar in pixel or %

backgroundbarfromtop=110 //The top placement of the backgroundbar  in pixel or %

backgroundbarsize="20%" //The size of the bar in pixel or %

backgroundbarcolor="#000000" //The backgroundcolor of the bar



mainheight=13 //largura entre linhas The height of the main menuitems in pixel or %

subheight=13 //The height if the subitems in pixel or % (the width will be the same as the main)



mainbgcoloroff='#000000' //Fundo do menu

mainwidth="150" //largura de palavras in pixel or %



mainbgcoloron='#323232' //The backgroundcolor on mouseover of the main menuitems

subbgcoloroff='#323232' //The backgroundcolor of the sub menuitems

subbgcoloron='#000000' //The backgroundcolor on mouseover of the sub menuitems

subsubbgcoloroff='#000000' //The backgroundcolor of the subsub menuitems

subsubbgcoloron='#323232' //The backgroundcolor on mouseover of the subsub menuitems

stayoncolor='#000000' //Do you want the menus to stay on the mouseovered color when clicked?



menuspeed=50 //The speed of the clipping in px

menusubspeed=15 //The speed of the submenus clipping in px



menurows=0 //Set to 0 if you want rows and to 1 if you want columns



menueventon="mouse" //Set this to "mouse" if you want the menus to appear onmouseover, set it to "click" if you want it to appear onclick

menueventoff="mouse" //Set this to "mouse" if you them to disappear onmouseout, if not set it to "click"



//Placement of the menuitems



//Example in %:

//menuplacement=new Array("10%","20%","30%","40%","50%","60%","70%","80%","90%","100%","110%","120%","130%") //Remember to make the arrays contain as many values as you have main menuitems



//Example in px: (remember to use the ' ' around the numbers)

menuplacement=new Array(150,170,190,210,230,250,270,290,310,330,350,370,390,410,430,450,470,490,510,530,550,570)



//Example right beside eachother (only adding the pxbetween variable)

//menuplacement=50



//If you use the "right beside eachother" you cant how many pixel there should be between each here

pxbetween=0 //in pixel or %



//Distancia entre o fim do lado e até a posição no site - And you can set where it should start from the left here

fromleft=0 //in pixel or %



//This is how much from the top the menu should be.

fromtop=0 //in pixel or %



//MAIN 0		

makeMain(0,'<b>Home</b>','/index.php')



//MAIN 1		

makeMain(1,'<b>Blog</b>','/blog/index.php')



//MAIN 2		

makeMain(2,'<b>Músicas e MP3</b>','/pimusicas/index.php')



//MAIN 3		

makeMain(3,'<b>Terça do Ministério</b>','/ministerio/index.php')



//MAIN 4		

makeMain(4,'<b>Entrevistas</b>','/entrevistas/index.php')

	

//MAIN 5		

makeMain(5,'<b>Fotos</b>','/fotos/index.php')



//MAIN 6		

makeMain(6,'<b>Ministros</b>','/ministros/index.php')



//MAIN 7		

makeMain(7,'<b>Mural de Recados</b>','/mural/index.php')



//MAIN 8		

makeMain(8,'<b>E-mails e Fone</b>','/emailsfones/index.php')



//MAIN 9		

makeMain(9,'<b>Multimídia</b>','/papel/index.php')



//MAIN 10		

makeMain(10,'<b>Pi Contatos</b>','/picontatos/index.php')



//MAIN 11		

makeMain(11,'<b>Central de Pedidos</b>','/central/index.php')



//MAIN 12		

makeMain(12,'<b>Cadastro</b>','/cadastro/index.php')



//MAIN 13		

makeMain(13,'<b>Contatos</b>','/contatos/index.php')



//MAIN 14		

//makeMain(14,'<b>Cadastro</b>','/cadastro/index.php')



//MAIN 15		

//makeMain(15,'<b>Contatos</b>','/contatos/index.php')



//MAIN 5		

//makeMain(5,'<b>Agenda</b>','/agenda/index.php')



//MAIN 16		

//makeMain(16,'<b>Cadastro</b>','/cadastro/index.php')



//MAIN 17		

//makeMain(17,'<b>Contatos</b>','/contatos/index.php')



//MAIN 18		

//makeMain(18,'<b>Pi Contatos</b>','/picontatos/index.php')



//MAIN 19		

//makeMain(19,'<b>Central</b>','/central/index.php')



//MAIN 20		

//makeMain(20,'<b>Cadastro</b>','/cadastro/index.php')



//MAIN 21		

//makeMain(21,'<b>Contatos</b>','/contatos/index.php')



//When all the menus are written out we initiates the menu

menuInit()
