/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='red';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#D1150A';			// Background color when mouse is over
	var HighSubBgColor='#D1150A';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='red';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#ff7e7e';			// Border color
	var BorderSubColor='#ff7e7e';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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='center';			// 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=.2;			// vertical overlap child/ parent
	var StartTop=109;				// 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=10;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// 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='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/js/tri.gif',5,10,'/js/tridown.gif',10,5,'/js/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"

Menu1=new Array("HOME","/index.htm","",0,17,51);
Menu2=new Array("ABOUT US","/aboutUs.htm","",0,17,75);

Menu3=new Array("PRODUCTS","/products/index.htm","",14,17,95);
	Menu3_1=new Array("Mainboard","/products/mainboard/index.htm","",3,16,95);	
		Menu3_1_1=new Array("Gigabyte","/products/mainboard/index.htm","",0,16,100);
		Menu3_1_2=new Array("Jetway","/products/mainboard/jetway775.htm","",0);
		Menu3_1_3=new Array("Others","/products/mainboard/socket754.htm","",0);
	                  
	Menu3_2=new Array("Graphic Card","/products/graphicCard/index.htm","",2,16,95);	
		Menu3_2_1=new Array("PCI-Express","/products/graphicCard/index.htm","",0,16,100);
		Menu3_2_2=new Array("AGP","/products/graphicCard/agp.htm","",0);
		
	Menu3_3=new Array("Notebook","/products/notebook/index.htm","",0,16,95);	
		
	Menu3_4=new Array("LCD Monitor","/products/lcd/index.htm","",5,16,95);
		Menu3_4_1=new Array("Mlife","/products/lcd/index.htm","",0,16,100);
		Menu3_4_2=new Array("Fujitsu","/products/lcd/fujitsu.htm","",0);
		Menu3_4_3=new Array("Likom","/products/lcd/likom.htm","",0);
		Menu3_4_4=new Array("MAG","/products/lcd/mag.htm","",0);
		Menu3_4_5=new Array("ViewSonic","/products/lcd/viewSonic.htm","",0);	
		
	Menu3_5=new Array("CRT Monitor","/products/crt/index.htm","",3,16,95);
		Menu3_5_1=new Array("Likom","/products/crt/index.htm","",0,16,100);
		Menu3_5_2=new Array("ViewSonic","/products/crt/viewSonic.htm","",0,16,100);
		Menu3_5_3=new Array("Mlife","/products/crt/mlife.htm","",0,16,100);
		
	Menu3_6=new Array("Desktop","/products/desktop/index.htm","",1,16,95);
		Menu3_6_1=new Array("Gigabyte","/products/desktop/index.htm","",0,16,100);	
		Menu3_6_2=new Array("Fujitsu","/products/desktop/fujitsu.htm","",0,16,100);	
		
	Menu3_7=new Array("Flash Drive","/products/flashDrive/index.htm","",4,16,95);	
		Menu3_7_1=new Array("iVogue","/products/flashDrive/index.htm","",0,16,100);
		Menu3_7_2=new Array("Trek","/products/flashDrive/trek.htm","",0);
		Menu3_7_3=new Array("Toshiba","/products/flashDrive/toshiba.htm","",0);
		Menu3_7_4=new Array("Others","/products/flashDrive/others.htm","",0);
	
	Menu3_8=new Array("Chassis","/products/chassis/index.htm","",4,16,95);
		Menu3_8_1=new Array("SuperCase","/products/chassis/index.htm","",0,16,100);
		Menu3_8_2=new Array("axper","/products/chassis/axper.htm","",0);
		Menu3_8_3=new Array("Gigabyte","/products/chassis/gigabyte.htm","",0);
		Menu3_8_4=new Array("Others","/products/chassis/others.htm","",0);
		
	Menu3_9=new Array("TV Tuner","/products/tvTuner/index.htm","",2,16,95);	
		Menu3_9_1=new Array("Kworld","/products/tvTuner/index.htm","",0,16,100);
		Menu3_9_2=new Array("Gigabyte","/products/tvTuner/gigabyte.htm","",0);
				
	Menu3_10=new Array("Wireless","/products/wireless/index.htm","",0,16,95);
	
	Menu3_11=new Array("Media Center","/products/mediaCenter/index.htm","",0,16,95);
	
	Menu3_12=new Array("Optical Drive","/products/opticalDrive/index.htm","",2,16,95);
		Menu3_12_1=new Array("Pioneer","/products/opticalDrive/index.htm","",0,16,100);
		Menu3_12_2=new Array("Panasonic","/products/opticalDrive/panasonic.htm","",0);
		
	Menu3_13=new Array("Dicota","/products/dicota/index.htm","",0,16,95);	
		
	Menu3_14=new Array("Accessories","/products/accessories/keyboard.htm","",10,16,95);	
		Menu3_14_1=new Array("EVERCOOL","/products/accessories/evercool.htm","",0,16,210);	
		Menu3_14_2=new Array("DICOTA BacPac","/products/accessories/dicota.htm","",0,16,210);
		Menu3_14_3=new Array("FSP Universal Notebook Ac Adapter","/products/accessories/fsp.htm","",0);
		Menu3_14_4=new Array("FSP Power Supply Unit","/products/accessories/fsp_ps.htm","",0);
		Menu3_14_5=new Array("GIGABYTE Keyboard","/products/accessories/keyboard.htm","",0);
		Menu3_14_6=new Array("GIGABYTE Mouse","/products/accessories/mouse.htm","",0);
		Menu3_14_7=new Array("M-Life Speaker","/products/accessories/mlifeSpeaker.htm","",0);
		Menu3_14_8=new Array("One Touch Backup HDD Enclosure","/products/accessories/otb.htm","",0);
		Menu3_14_9=new Array("TAURUS Universal Notebook AC Adapter","/products/accessories/taurus.htm","",0);
		Menu3_14_10=new Array("HDD Enclosure","/products/accessories/hddEnclosure.htm","",0);
 
Menu4=new Array("WHAT'S NEW","/whatNew.htm","",0,17,90);
Menu5=new Array("PROMOTION","/promotion.htm","",0,17,85);
Menu6=new Array("KWORLD GOLDEN SHOP","/kworld.htm","",0,17,150);
Menu7=new Array("EMPLOYMENT","/employment.htm","",0,17,100);
Menu8=new Array("CONTACT US","/contact.htm","",0,17,85);


