/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v2.4
   http://deluxe-menu.com
*/


// -- Deluxe Tuner Style Names
var itemStylesNames=["Top Item",];
var menuStylesNames=["Top Menu",];
// -- End of Deluxe Tuner Style Names

//--- Common
var isHorizontal=1;
var smColumns=1;
var smOrientation=0;
var smViewType=0;
var dmRTL=0;
var pressedItem=-2;
var itemCursor="default";
var itemTarget="_self";
var statusString="link";
var blankImage="menu/blank.gif";
var pathPrefix_img="";
var pathPrefix_link="";

//--- Dimensions
var menuWidth="";
var menuHeight="21px";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="10px";
var posY="10px";
var topDX=0;
var topDY=1;
var DX=-5;
var DY=0;

//--- Font
var fontStyle="normal 12px Trebuchet MS, Tahoma";
var fontColor=["#112D6F","#9DF8FF"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#FFFFFF";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#1C49B3";
var menuBorderWidth=1;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["#D0DEFD","#2143C9"];
var itemBackImage=["",""];
var itemBorderWidth=1;
var itemBorderColor=["#8DAEFA","#84A7F9"];
var itemBorderStyle=["solid","ridge"];
var itemSpacing=3;
var itemPadding="1px 5px 1px 10px";
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="right";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=7;
var arrowHeight=7;
var arrowImageMain=["menu/arrv_white.gif",""];
var arrowImageSub=["menu/arr_black.gif","menu/arr_white.gif"];

//--- Separators
var separatorImage="";
var separatorWidth="100%";
var separatorHeight="3px";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="3px";
var separatorVHeight="100%";
var separatorPadding="0px";

//--- Floatable Menu
var floatable=0;
var floatIterations=6;
var floatableX=1;
var floatableY=1;

//--- Movable Menu
var movable=0;
var moveWidth=12;
var moveHeight=20;
var moveColor="#DECA9A";
var moveImage="";
var moveCursor="move";
var smMovable=0;
var closeBtnW=15;
var closeBtnH=15;
var closeBtn="";

//--- Transitional Effects & Filters
var transparency="85";
var transition=24;
var transOptions="";
var transDuration=350;
var transDuration2=200;
var shadowLen=3;
var shadowColor="#B1B1B1";
var shadowTop=0;

//--- CSS Support (CSS-based Menu)
var cssStyle=0;
var cssSubmenu="";
var cssItem=["",""];
var cssItemText=["",""];

//--- Advanced
var dmObjectsCheck=0;
var saveNavigationPath=1;
var showByClick=0;
var noWrap=1;
var smShowPause=200;
var smHidePause=1000;
var smSmartScroll=1;
var topSmartScroll=0;
var smHideOnClick=1;
var dm_writeAll=1;

//--- AJAX-like Technology
var dmAJAX=0;
var dmAJAXCount=0;

//--- Dynamic Menu
var dynamic=0;

//--- Keystrokes Support
var keystrokes=0;
var dm_focus=1;
var dm_actKey=113;

var itemStyles = [
    ["itemWidth=93px","itemBackColor=transparent,transparent","itemBorderWidth=0","fontStyle=bold 10px Tahoma","fontColor=#FFFFFF,#B7FAFF","itemBackImage=menu/btn_blue.gif,menu/btn_blue2.gif"],
];
var menuStyles = [
    ["menuBackColor=transparent","menuBorderWidth=0","itemSpacing=2","itemPadding=0px 5px 0px 5px"],
];

var menuItems = [

    ["Home","index.html", "", "", "", "", "0", "0", "", ],
    ["Institucional","", "", "", "", "", "0", "", "", ],
        ["|Missão - Visão","missao.html", "", "", "", "iframe1", "", "", "", ],
        ["|Histórico","historico.html", "", "", "", "iframe1", "", "", "", ],
		["|Estatuto","doc/estatuto.pdf", "", "", "", "", "", "", "", ],
		["|MJ - OSCIP","oscip.html", "", "", "", "iframe1", "", "", "", ],
        ["|Atuação","atuacao.html", "", "", "", "iframe1", "", "", "", ],
        ["|Localizações","localizacao.html", "", "", "", "iframe1", "", "", "", ],
		["|Organograma","organograma.html", "", "", "", "iframe1", "", "", "", ],
        ["|Diretoria","diretoria.html", "", "", "", "iframe1", "", "", "", ],
		//para deixar desabilitado targer = 6 posicao por:  _
		
    ["Projetos","projetos/index.html", "", "", "", "iframe1", "0", "", "", ],
	
    ["Colaborador","", "", "", "", "", "0", "", "", ],
        ["|Como Colaborar","como_colaborar.html", "", "", "", "iframe1", "", "", "", ],
		["|Voluntários","voluntarios.html", "", "", "", "iframe1", "", "", "", ],
        ["|Pessoa Física","pessoa_fisica.html", "", "", "", "iframe1", "", "", "", ],
        ["|Pessoa Jurídica","pessoa_juridica.html", "", "", "", "iframe1", "", "", "", ],
		
    ["Eventos","eventos.html", "", "", "", "iframe1", "0", "", "", ],
	
    ["R S E","", "", "", "", "", "0", "", "", ],
        ["|Importância","teste.html", "", "", "", "_", "", "", "", ],
        ["|Pesquisa","teste.html", "", "", "", "_", "", "", "", ],
        ["|Balanço Social","teste.html", "", "", "", "_", "", "", "", ],
        ["|Responsabilidade Empresarial","teste.html", "", "", "", "_", "", "", "", ],
		
    ["Benefícios","beneficios.html", "", "", "", "iframe1", "0", "", "", ],
	
    ["Fale Conosco","fale.php", "", "", "", "iframe1", "0", "", "", ],
];
dm_init();