//MENU

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#CCCCCC';			// Background color when mouse is not over
	var LowSubBgColor='#CCCCCC';			// Background color when mouse is not over on subs
	var HighBgColor='#DDDDDD';			// Background color when mouse is over
	var HighSubBgColor='#DDDDDD';			// Background color when mouse is over on subs
	var FontLowColor='#1A3266';			// Font color when mouse is not over
	var FontSubLowColor='#1A3266';			// Font color subs when mouse is not over
	var FontHighColor='#2B54AA';			// Font color when mouse is over
	var FontSubHighColor='#2B54AA';			// Font color subs when mouse is over
	var BorderColor='#666666';			// Border color
	var BorderSubColor='#666666';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=80;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='navig';			// Frame where sub levels appear
	var DocTargetFrame='navig';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

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"

//Home
Menu1=new Array("rollover:images/btnhome.gif:images/btnhome_.gif","home.html","images/fundomenu.gif",0,20,30);

//Promocoes
Menu2=new Array("l     Promoções","promo.htm","images/fundomenu.gif",6,22,110);
	Menu2_1=new Array(".: Core 2 Duo E4400 2.0GHz","promo1.htm","",0,22,205);
	Menu2_2=new Array(".: Celeron 430 1.8GHz","promo2.htm","",0,22,205);	
	Menu2_3=new Array(".: Athlon 64 X2 4800+","promo3.htm","",0,22,205);
	Menu2_4=new Array(".: Sempron LE-1250","promo4.htm","",0,22,205);
	Menu2_5=new Array(".: Kit Upgrade","promo5.htm","",0,22,205);
	Menu2_6=new Array(".: Super Promoção","promo10.htm","",0,22,205);

//Produtos
Menu3=new Array("l      Produtos","produtos.htm","images/fundomenu.gif",22,22,110);
	Menu3_1=new Array(".: Backup","produtos.htm#backup","",0,22,190);
	Menu3_2=new Array(".: Câmeras","produtos.htm#camera","",0,22,190);	
	Menu3_3=new Array(".: Coooler´s","produtos.htm#cooler","",0,22,190);
	Menu3_4=new Array(".: Drives","produtos.htm#drive","",0,22,190);
	Menu3_5=new Array(".: Estabilizadores","produtos.htm#estabilizador","",0,22,190);
	Menu3_6=new Array(".: Fax Modem","produtos.htm#faxmodem","",0,22,190);
	Menu3_7=new Array(".: Gabinetes / Fontes","produtos.htm#gabinetefonte","",0,22,190);
	Menu3_8=new Array(".: Hard Disk","produtos.htm#hd","",0,22,190);
	Menu3_9=new Array(".: Impressoras / Scanners","produtos.htm#impressorascanner","",0,22,190);
	Menu3_10=new Array(".: Memórias","produtos.htm#memoria","",0,22,190);	
	Menu3_11=new Array(".: Monitores","produtos.htm#monitor","",0,22,190);
	Menu3_12=new Array(".: Mouses","produtos.htm#mouse","",0,22,190);
	Menu3_13=new Array(".: Multimídia","produtos.htm#multimidia","",0,22,190);
	Menu3_14=new Array(".: No-Break´s","produtos.htm#nobreak","",0,22,190);
	Menu3_15=new Array(".: Notebooks","produtos.htm#notebook","",0,22,190);
	Menu3_16=new Array(".: Placas Mãe","produtos.htm#placamae","",0,22,190);
	Menu3_17=new Array(".: Processadores","produtos.htm#processador","",0,22,190);
	Menu3_18=new Array(".: Projetores","produtos.htm#projetor","",0,22,190);
	Menu3_19=new Array(".: Rede","produtos.htm#rede","",0,22,190);
	Menu3_20=new Array(".: Softwares","produtos.htm#software","",0,22,190);
	Menu3_21=new Array(".: Teclados","produtos.htm#teclado","",0,22,190);
	Menu3_22=new Array(".: Vídeo","produtos.htm#video","",0,22,190);

//Clientes
Menu4=new Array("l       Clientes","","images/fundomenu.gif",2,22,110);
	Menu4_1=new Array(".: Clientes","clientes.htm","",0,22,110);	
	Menu4_2=new Array(".: Cadastro","cadastro.htm","",0,22,110);

//Infodesk
Menu5=new Array("l      Infodesk","","images/fundomenu.gif",5,22,110);
	Menu5_1=new Array(".: Histórico","historico.htm","",0,22,110);	
	Menu5_2=new Array(".: Serviços","servicos.htm","",0,22,110);
	Menu5_3=new Array(".: Estratégia","estrategia.htm","",0,22,110);	
	Menu5_4=new Array(".: Missão","missao.htm","",0,22,110);
	Menu5_5=new Array(".: News","http://info.abril.com.br/aberto/infonews/index.shl","",0,22,110);
//Drivers
Menu6=new Array("l       Drivers","drivers.htm","images/fundomenu.gif",0,22,110);


//Contato
Menu7=new Array("l       Contato","","images/fundomenu.gif",2,22,110);
	Menu7_1=new Array(".: Email","mailto:contato@infodesknet.com.br","",0,22,110);	
	Menu7_2=new Array(".: Endereço","contato.htm","",0,22,110);

//Acabamento	
Menu8=new Array("","","images/fundomenu.gif",0,22,87);	