function init()
{
	menus[0] = new menu(
	29,			//the height of the menu, measured in pixels
	"horizontal",		//sets type of menu to be displayed
	283, 			//sets the horizontal coordinate of where the menu is to be displayed
	40,  			//sets the vertical coordinate of where the menu is to be displayed
	0, 			//the horizontal offsets(in pixels) to use when showing a new menu from this menu
	-1, 			//the vertical offsets(in pixels) to use when showing a new menu from this menu
	"#FFFFFF", 		//the normal background color of each item
	"#FFFFFF", 		//the background color of each item when mouses over that item
	"Tahoma,Arial", 	//the name of the font used for item text
	8, 			//the point size of the font
	"bold", 		//(when mouse is not over an item)the parameter can have multiple, space-separated values.It can contain one or up to all three of the following font style vaules:bold, italic and underline
	"bold", 		//(when mouse is over an item)the parameter can have multiple, space-separated values.It can contain one or up to all three of the following font style vaules:bold, italic and underline
	"white", 		//the normal color of item text, name or hexadecimal value
	"white", 		//the color of item text when mouse over
	0, 			//describes the size of the border around the menu
	"white", 		//the color of the border around the menu
	0, 			//the distance between the edge of an item and its content
	"", 			//the character that is displayed on the far right side of an item if that item opens a sub-menu, a roll over can be used by putting in "rollover:img1.jpg,img2.jpg"
	false, 			//tells the script to display sub-menus opened from this menu with a mouse click
	false, 			//tells the script to separate each menu item with a divider
	true, 			//defines a main menu if set to true
	false, 			//if set to true, will tell the script to display sub-menus using a transitional effect
	0, 			//this is a number from 1 to 23 setting the type of transition to display.if the previous parameter is false, you can set this to zero
	false, 			//tells the script whether or not to create a shadow for the menu
	4, 			//how far away from the menu the shadow should be displayed, horizontally measured in pixels
	4, 			//how far away from the menu the shadow should be displayed, vertically measured in pixels
	""			//the color of the shadow
	);
	
	
	menus[0].addItem(
	"#", 		//define the link that the item can go to upon being clicked
	"", 		//optional link target.set it to arbitary "NewWin" to open this menu in a new window, "FrameName" to open in a specific frame, or "" for no target
	30, 		//the set size of each item(it means the width of each item in horizontal layout menu)
	"center", 	//defines the aligment for item content, it can be "center", "left", "right"
	"<img src=http://www.foxeasy.com/images/dot.jpg width=30 height=1 border=0>", 	//the item content parameter, here you can put the item text, or by putting in "rollover:image1.jpg:image2.jpg"
	0		//the number of the menu to show from this particular item on mouse over or mouse click, please put in zero if the item doesn't open a sub-menu
	);
	menus[0].addItem("", "", 62, "center", "<a href=http://www.foxeasy.com/products.htm onMouseOver=MM_swapImage('Image1','','http://www.foxeasy.com/images/nav/product_over.gif',1) onMouseOut=MM_swapImgRestore()><img src=http://www.foxeasy.com/images/nav/product.gif name=Image1 width=62 height=20 border=0 id=Image1></a>", 1);
	menus[0].addItem("", "", 81, "center", "<a href=http://www.foxeasy.com/download/ onMouseOver=MM_swapImage('Image2','','http://www.foxeasy.com/images/nav/downloads_over.gif',1) onMouseOut=MM_swapImgRestore()><img src=http://www.foxeasy.com/images/nav/downloads.gif name=Image2 width=81 height=20 border=0 id=Image2></a>", 2);
	menus[0].addItem("", "", 88, "center", "<a href=http://www.foxeasy.com/purchase/ onMouseOver=MM_swapImage('Image3','','http://www.foxeasy.com/images/nav/howtobuy_over.gif',1) onMouseOut=MM_swapImgRestore()><img src=http://www.foxeasy.com/images/nav/howtobuy.gif name=Image3 width=88 height=19 border=0 id=Image3></a>", 3);
	menus[0].addItem("", "", 65, "center", "<a href=http://www.foxeasy.com/support/ onMouseOver=MM_swapImage('Image4','','http://www.foxeasy.com/images/nav/support_over.gif',1) onMouseOut=MM_swapImgRestore()><img src=http://www.foxeasy.com/images/nav/support.gif name=Image4 width=65 height=19 border=0 id=Image4></a>", 4);
	menus[0].addItem("", "", 107, "center", "<a href=http://www.foxeasy.com/partnercenter/ onMouseOver=MM_swapImage('Image5','','http://www.foxeasy.com/images/nav/parnercenter_over.gif',1) onMouseOut=MM_swapImgRestore()><img src=http://www.foxeasy.com/images/nav/parnercenter.gif name=Image5 width=107 height=19 border=0 id=Image5></a>", 5);
	menus[0].addItem("", "", 19, "center", "<a href=http://www.foxeasy.com/company/ onMouseOver=MM_swapImage('Image6','','http://www.foxeasy.com/images/nav/company_over.gif',1) onMouseOut=MM_swapImgRestore()><img src=http://www.foxeasy.com/images/nav/company.gif name=Image6 width=89 height=19 border=0 id=Image6></a>", 6);
	
	
	menus[1] = new menu(
	160, 			//the width of the menu, measured in pixels                                                                                                                                                 
	"vertical",             //sets type of menu to be displayed                                                                                                                                                          
	0,                      //sets the horizontal coordinate of where the menu is to be displayed                                                                                                                        
	0,                      //sets the vertical coordinate of where the menu is to be displayed                                                                                                                          
	-5,                     //the horizontal offsets(in pixels) to use when showing a new menu from this menu                                                                                                            
	-5,                     //the vertical offsets(in pixels) to use when showing a new menu from this menu                                                                                                              
	"F0F0ED",               //the normal background color of each item                                                                                                                                                   
	"666666",               //the background color of each item when mouses over that item                                                                                                                               
	"Tahoma,Arial",      //the name of the font used for item text                                                                                                                                                    
	8,                      //the point size of the font                                                                                                                                                                 
	"",                     //(when mouse is not over an item)the parameter can have multiple, space-separated values.It can contain one or up to all three of the following font style vaules:bold, italic and underline
	"",                     //(when mouse is over an item)the parameter can have multiple, space-separated values.It can contain one or up to all three of the following font style vaules:bold, italic and underline    
	"black",                //the normal color of item text, name or hexadecimal value                                                                                                                                   
	"white",                //the color of item text when mouse over                                                                                                                                                     
	1,                      //describes the size of the border around the menu                                                                                                                                           
	"white",                //the color of the border around the menu                                                                                                                                                    
	4,                      //the distance between the edge of an item and its content                                                                                                                                   
	160,                    //the character that is displayed on the far right side of an item if that item opens a sub-menu, a roll over can be used by putting in "rollover:img1.jpg,img2.jpg"                         
	false,                  //tells the script to display sub-menus opened from this menu with a mouse click                                                                                                             
	true,                   //tells the script to separate each menu item with a divider                                                                                                                                 
	false,                  //defines a main menu if set to true                                                                                                                                                         
	false,                  //if set to true, will tell the script to display sub-menus using a transitional effect                                                                                                      
	0,                      //this is a number from 1 to 23 setting the type of transition to display.if the previous parameter is false, you can set this to zero                                                       
	false,                  //tells the script whether or not to create a shadow for the menu                                                                                                                            
	4,                      //how far away from the menu the shadow should be displayed, horizontally measured in pixels                                                                                                 
	4,                      //how far away from the menu the shadow should be displayed, vertically measured in pixels                                                                                                   
	"444444"                      //the color of the shadow                                                                                                                                                                    
	);
	
	menus[1].addItem("http://www.foxeasy.com/products.htm#Rippers", "", 22, "left", "&nbsp;Ripper & Encoders", 0);
	menus[1].addItem("http://www.foxeasy.com/products.htm#DVD", "", 22, "left", "&nbsp;DVD/CD Creation", 0);
	menus[1].addItem("http://www.foxeasy.com/products.htm#Video Create", "", 22, "left", "&nbsp;Video Create Solutions", 0);
	menus[1].addItem("http://www.foxeasy.com/products.htm#audio", "", 22, "left", "&nbsp;Audio Solution", 0);
	
	


	menus[2] = new menu(160, "vertical", 0, 0, -5, -5, "F0F0ED", "666666", "Tahoma,Arial", 8, "", 
		"", "black", "white", 1, "white", 4, 187, false, true, false, false, 0, false, 4, 4, "");
  menus[2].addItem("http://www.foxeasy.com/download/", "", 22, "left", "&nbsp;All Trial Version", 0);


	menus[3] = new menu(160, "vertical", 0, 0, -5, -5, "F0F0ED", "666666", "Tahoma,Arial", 8, "", 
		"", "black", "white", 1, "white", 4, 187, false, true, false, false, 0, false, 4, 4, "");
	menus[3].addItem("http://www.foxeasy.com/purchase/index.htm", "", 22, "left", "&nbsp;Foxeasy Online Store", 0);
	menus[3].addItem("http://www.foxeasy.com/purchase/volumelicense.htm", "", 22, "left", "&nbsp;Volume Licensing", 0);
	menus[3].addItem("http://www.foxeasy.com/support/orderingfaqs.htm", "", 22, "left", "&nbsp;Order FAQ", 0);

	menus[4] = new menu(175, "vertical", 0, 0, -5, -5, "F0F0ED", "666666", "Tahoma,Arial", 8, "", 
		"", "black", "white", 1, "white", 4, 187, false, true, false, false, 0, false, 4, 4, "");
	menus[4].addItem("http://www.foxeasy.com/support/learning.htm", "", 22, "left", "&nbsp;Learning Center", 0);
	menus[4].addItem("http://www.foxeasy.com/support/techfaqs.htm", "", 22, "left", "&nbsp;Product FAQs", 0);
	menus[4].addItem("http://www.foxeasy.com/support/orderingfaqs.htm", "", 22, "left", "&nbsp;Ordering FAQs", 0);
	menus[4].addItem("http://www.foxeasy.com/company/contact.htm", "", 22, "left", "&nbsp;Contact Support Team", 0);
	

	menus[5] = new menu(135, "vertical", 0, 0, -5, -5, "F0F0ED", "666666", "Tahoma,Ariala", 8, "", 
		"", "black", "white", 1, "white", 4, 187, false, true, false, false, 0, false, 4, 4, "");
	menus[5].addItem("http://www.foxeasy.com/partnercenter/oem.htm", "", 22, "left", "&nbsp;OEM Partners", 0);
	menus[5].addItem("http://www.foxeasy.com/partnercenter/affiliate.htm", "", 22, "left", "&nbsp;Foxeasy Affiliates", 0);
	menus[5].addItem("http://www.foxeasy.com/partnercenter/adagent.htm", "", 22, "left", "&nbsp;Foxeasy Ad-agent", 0);



	menus[6] = new menu(150, "vertical", 0, 0, -5, -5, "F0F0ED", "666666", "Tahoma,Ariala", 8, "", 
		"", "black", "white", 1, "white", 4, 187, false, true, false, false, 0, false, 4, 4, "");
	menus[6].addItem("http://www.foxeasy.com/company/", "", 22, "left", "&nbsp;About Foxeasy", 0);
	menus[6].addItem("http://www.foxeasy.com/company/contact.htm", "", 22, "left", "&nbsp;Contact", 0);
	

}
