function init()
{
	menus[0] = new menu(
	26,			//the height of the menu, measured in pixels
	"horizontal",		//sets type of menu to be displayed
	236, 			//sets the horizontal coordinate of where the menu is to be displayed
	73,  			//sets the vertical coordinate of where the menu is to be displayed
	16, 			//the horizontal offsets(in pixels) to use when showing a new menu from this menu
	0, 			//the vertical offsets(in pixels) to use when showing a new menu from this menu
	"#27720f", 		//the normal background color of each item
	"#27720f", 		//the background color of each item when mouses over that item
	"Verdana", 	//the name of the font used for item text
	9, 			//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)
	"left", 	//defines the aligment for item content, it can be "center", "left", "right"
	"", 	//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("", "", 100, "left", "<a href=http://www.jamvideosoftware.com/index.htm onMouseOver=MM_swapImage('Image1','','http://www.jamvideosoftware.com/images/nav/product_select.jpg',1) onMouseOut=MM_swapImgRestore()><img src=http://www.jamvideosoftware.com/images/nav/product_normal.jpg name=Image1 width=93 height=23 border=0 id=Image1></a>", 1);
	menus[0].addItem("", "", 110, "left", "<a href=http://www.jamvideosoftware.com/download.htm onMouseOver=MM_swapImage('Image2','','http://www.jamvideosoftware.com/images/nav/download_select.jpg',1) onMouseOut=MM_swapImgRestore()><img src=http://www.jamvideosoftware.com/images/nav/download_normal.jpg name=Image2 width=102 height=23 border=0 id=Image2></a>", 2);
	menus[0].addItem("", "", 102, "left", "<a href=http://www.jamvideosoftware.com/purchase/index.htm onMouseOver=MM_swapImage('Image3','','http://www.jamvideosoftware.com/images/nav/purchase_select.jpg',1) onMouseOut=MM_swapImgRestore()><img src=http://www.jamvideosoftware.com/images/nav/purchase_normal.jpg name=Image3 width=96 height=23 border=0 id=Image3></a>", 3);
	menus[0].addItem("", "", 95, "left", "<a href=http://www.jamvideosoftware.com/partner.htm onMouseOver=MM_swapImage('Image4','','http://www.jamvideosoftware.com/images/nav/partner_select.jpg',1) onMouseOut=MM_swapImgRestore()><img src=http://www.jamvideosoftware.com/images/nav/partner_normal.jpg name=Image4 width=87 height=23 border=0 id=Image4></a>", 4);
	menus[0].addItem("", "", 92, "left", "<a href=http://www.jamvideosoftware.com/support/index.htm onMouseOver=MM_swapImage('Image5','','http://www.jamvideosoftware.com/images/nav/server_select.jpg',1) onMouseOut=MM_swapImgRestore()><img src=http://www.jamvideosoftware.com/images/nav/server_normal.jpg name=Image5 width=83 height=23 border=0 id=Image5></a>", 5);
	menus[0].addItem("", "", 117, "left", "<a href=http://www.jamvideosoftware.com/news/index.htm onMouseOver=MM_swapImage('Image6','','http://www.jamvideosoftware.com/images/nav/news_select.jpg',1) onMouseOut=MM_swapImgRestore()><img src=http://www.jamvideosoftware.com/images/nav/news_normal.jpg name=Image6 width=120 height=23 border=0 id=Image6></a>", 6);
	menus[0].addItem("", "", 109, "left", "<a href=http://www.jamvideosoftware.com/company/index.htm onMouseOver=MM_swapImage('Image7','','http://www.jamvideosoftware.com/images/nav/company_select.jpg',1) onMouseOut=MM_swapImgRestore()><img src=http://www.jamvideosoftware.com/images/nav/company_normal.jpg name=Image7 width=109 height=23 border=0 id=Image7></a>", 7);
	
	
	menus[1] = new menu(
	120, 			//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                                                                                                              
	"e5efe1",               //the normal background color of each item                                                                                                                                                   
	"27720f",               //the background color of each item when mouses over that item                                                                                                                               
	"Verdana",      //the name of the font used for item text                                                                                                                                                    
	0,                      //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                                                                                                                                   
	120,                    //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] = new menu(160, "vertical", 0, 0, -5, -5, "e5efe1", "27720f", "Verdana", 8, "", 
		"", "black", "white", 2, "white", 5, 160, false, true, false, false, 0, false, 4, 4, "");
		menus[1].addItem("http://www.jamvideosoftware.com/jam_dvd_copy/index.htm", "", 24, "left", "&nbsp;Jam DVD Copy", 0);
		menus[1].addItem("http://www.jamvideosoftware.com/cd_duplicate_master/index.htm", "", 24, "left", "&nbsp;CD Duplicate Master", 0);
		menus[1].addItem("http://www.jamvideosoftware.com/power_dvd_rip_studio/index.htm", "", 24, "left", "&nbsp;Power DVD Rip Studio", 0);
		menus[1].addItem("http://www.jamvideosoftware.com/media_convert_master/index.htm", "", 24, "left", "&nbsp;Media Convert Master", 0);
		menus[1].addItem("http://www.jamvideosoftware.com/power_screen_capture/index.htm", "", 24, "left", "&nbsp;Power Screen Capture", 0);
	

  
	


	menus[2] = new menu(160, "vertical", 0, 0, -5, -5, "e5efe1", "27720f", "Verdana", 8, "", 
		"", "black", "white", 2, "white", 5, 160, false, true, false, false, 0, false, 4, 4, "");

	

  


	menus[3] = new menu(160, "vertical", 0, 0, -5, -5, "e5efe1", "27720f", "Verdana", 8, "", 
		"", "black", "white", 2, "white", 5, 160, false, true, false, false, 0, false, 4, 4, "");
	menus[3].addItem("http://www.jamvideosoftware.com/purchase/index.htm", "", 24, "left", "&nbsp;Purchase", 0);
	menus[3].addItem("http://www.jamvideosoftware.com/purchase/SDK.htm", "", 24, "left", "&nbsp;For Developer", 0);
	menus[3].addItem("http://www.jamvideosoftware.com/purchase/refund.htm", "", 24, "left", "&nbsp;Refund Policy", 0);
	

	menus[4] = new menu(160, "vertical", 0, 0, -5, -5, "e5efe1", "27720f", "Verdana", 8, "", 
		"", "black", "white", 2, "white", 5, 160, false, true, false, false, 0, false, 4, 4, "");


	

	menus[5] = new menu(160, "vertical", 0, 0, -5, -5, "e5efe1", "27720f", "Verdana", 8, "", 
		"", "black", "white", 2, "white", 5, 160, false, true, false, false, 0, false, 4, 4, "");
	menus[5].addItem("http://www.jamvideosoftware.com/support/index.htm", "", 24, "left", "&nbsp;Customer Support", 0);
	menus[5].addItem("http://www.jamvideosoftware.com/support/FAQs.htm", "", 24, "left", "&nbsp;FAQs", 0);
	menus[5].addItem("http://www.jamvideosoftware.com/support/help.htm", "", 24, "left", "&nbsp;Help Document", 0);
	



	menus[6] = new menu(160, "vertical", 0, 0, -5, -5, "e5efe1", "27720f", "Verdana", 8, "", 
		"", "black", "white", 2, "white", 5, 160, false, true, false, false, 0, false, 4, 4, "");

	
	
	
		menus[7] = new menu(160, "vertical", 0, 0, -5, -5, "e5efe1", "27720f", "Verdana", 8, "", 
		"", "black", "white", 2, "white", 5, 160, false, true, false, false, 0, false, 4, 4, "");
	menus[7].addItem("http://www.jamvideosoftware.com/company/index.htm", "", 24, "left", "&nbsp;About Us", 0);
	menus[7].addItem("http://www.jamvideosoftware.com/purchase/SDK.htm", "", 24, "left", "&nbsp;For Developer", 0);
	menus[7].addItem("http://www.jamvideosoftware.com/company/privacy.htm", "", 24, "left", "&nbsp;Privacy Policy", 0);
	menus[7].addItem("http://www.jamvideosoftware.com/company/terms.htm", "", 24, "left", "&nbsp;Terms Of Use", 0);
	
	
	

}