/***********************************************
* Omni Slide Menu script - © John Davenport Scheuer
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
* as first mentioned in http://www.dynamicdrive.com/forums
* username:jscheuer1
***********************************************/

//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[1] = {
id               : 'menu1', //use unique quoted id (quoted) REQUIRED!!
fontsize         : '80%', // express as percentage with the % sign
linkheight       : 20 ,  // linked horizontal cells height
hdingwidth       : 150,  // heading - non linked horizontal cells width

bartext          : '<img src=imgs/setao.gif>',
barcolor         : '#000000',        // bar (the vertical cell) text color
barbgcolor       : '#000000',   // bar (the vertical cell) background color
barfontweight    : 'normal',    // bar (the vertical cell) font weight
barfontface      : 'trebuchet ms',
barfontsize      : '80%',
baralign         : 'center',       // bar (the vertical cell) right left or center text alignment
barwidth         : 63,       // bar (the vertical cell) right left or center text alignment

bordercolor      : '#000000', // inner border color
borderstyle      : 'none',    // inner border style (solid, dashed, inset, etc.)

hdingbgcolor     : '#000000', // Titulos dentro do menu
hdingcolor       : '#669900',
allowtransparent : true, // true to allow page to show through menu if other bg's are transparent or border has gaps

menutop          : 150,
menuspeed        : 10,
menupause        : 100,
menufont         : 'trebuchet ms',
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Menu"], //create header
 ["Home", "index.php?arquivo=capa.php", ""],
 ["O Artista", "index.php?arquivo=artista.php", ""],
 ["Agenda Completa", "index.php?arquivo=agenda.php", ""],
 ["Releases", "index.php?arquivo=release.php", ""],
 ["Contratar", "index.php?arquivo=contrato.php", ""],
 ["Orçamento", "index.php?arquivo=orcamento.php", ""],
 ["Contato", "index.php?arquivo=contato.php", ""],
["Multimídia"], //create header
 ["Fotos", "index.php?arquivo=fotos.php", ""],
 ["Vídeos", "index.php?arquivo=videos.php", ""],
 ["Wallpapers", "index.php?arquivo=wallpapers.php", ""],
["Spaces"], //create header
 ["MySpace", "http://www.myspace.com/brunolopesbr", "new"],
 ["Orkut", "http://www.orkut.com.br/Main#Profile.aspx?rl=mp&uid=16987995231779832739","new"],
 ["Palco MP3", "http://www.palcomp3.com.br/brunolopes","new"],
 ["Twitter", "http://twitter.com/brunolopespena","new"],

//["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
//["Email", "http://www.dynamicdrive.com/contact.htm", "",1],

]}; // REQUIRED!! do not edit or remove

make_menus();