/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/

	var NoOffFirstLineMenus=7;
	var LowBgColor='#FFDF00';
	var LowSubBgColor='#FFDF00';
	var HighBgColor='#f4f4f4';
	var HighSubBgColor='#f4f4f4';
	var FontLowColor='#000000';
	var FontSubLowColor='#000000';
	var FontHighColor='black';
	var FontSubHighColor='black';
	var BorderColor='#A8A7AD';
	var BorderSubColor='#000000';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana,arial,comic sans ms,technical"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered='left';
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.2;
	var ChildVerticalOverlap=.2;
	var StartTop=64;
	var StartLeft=-300;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0;
	var MenuFramesVertical=1;
	var DissapearDelay=400;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var TargetLoc='menu_seven';
	var HideTop=0;
	var MenuWrap=0;
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"


Menu1=new Array(":: Binário","","",3,18,166);
	Menu1_1=new Array("Home","index.php","",0,18,150);	
	Menu1_2=new Array("A Empresa","empresa.php","",0,18,150);
	Menu1_3=new Array("Equipe","equipe.php","",0,18,150);	
Menu2=new Array(":: Clientes","clientes.php","",0,18,165);
Menu3=new Array(":: Produtos","produtos.php","",0,18,165);
Menu4=new Array(":: Cases","cases.php","",0,18,165);
Menu5=new Array(":: Notícias","noticias.php","",0,18,165);
Menu6=new Array(":: Suporte","","",2,18,165);
	Menu6_1=new Array("Fórum","forum.php","",0,18,170);	
	Menu6_2=new Array("Perguntas Frequentes","faq.php","",0,18,170);
Menu7=new Array(":: Contato","contato.php","",0,18,165);
