function init()
{
	menus[0] = new menu(
	34,			//the height of the menu, measured in pixels
	"horizontal",	//sets type of menu to be displayed
	260, 			//sets the horizontal coordinate of where the menu is to be displayed
	30,  			//sets the vertical coordinate of where the menu is to be displayed
	8, 			//the horizontal offsets(in pixels) to use when showing a new menu from this menu
	-2, 			//the vertical offsets(in pixels) to use when showing a new menu from this menu
	"#2E305E", 		//the normal background color of each item
	"#2E305E", 		//the background color of each item when mouses over that item
	"Verdana,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 
	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
	23, 		//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=https://a248.e.akamai.net/f/248/5462/2d/images.element5.com/pimages/50244/top_r2_1.jpg width=23 height=34 border=0>", 	//the item content parameter, here you can put the item text, or by putting in 
	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.ulead.com/products/runme.htm onMouseOver=MM_swapImage('Image1','','https://a248.e.akamai.net/f/248/5462/2d/images.element5.com/pimages/50244/product_over.jpg',1) onMouseOut=MM_swapImgRestore()><img src=https://a248.e.akamai.net/f/248/5462/2d/images.element5.com/pimages/50244/product.jpg name=Image1 width=62 height=34 border=0 id=Image1></a>", 1);
	menus[0].addItem("", "", 67, "center", "<a href=http://www.ulead.com/store/runme.htm onMouseOver=MM_swapImage('Image2','','https://a248.e.akamai.net/f/248/5462/2d/images.element5.com/pimages/50244/purchase_over.jpg',1) onMouseOut=MM_swapImgRestore()><img src=https://a248.e.akamai.net/f/248/5462/2d/images.element5.com/pimages/50244/purchase.jpg name=Image2 width=67 height=34 border=0 id=Image2></a>", 2);
	menus[0].addItem("", "", 74, "center", "<a href=http://www.ulead.com/download/runme.htm onMouseOver=MM_swapImage('Image3','','https://a248.e.akamai.net/f/248/5462/2d/images.element5.com/pimages/50244/download_over.jpg',1) onMouseOut=MM_swapImgRestore()><img src=https://a248.e.akamai.net/f/248/5462/2d/images.element5.com/pimages/50244/download.jpg name=Image3 width=74 height=34 border=0 id=Image3></a>", 3);
	menus[0].addItem("", "", 61, "center", "<a href=http://www.ulead.com/tech/runme.htm onMouseOver=MM_swapImage('Image4','','https://a248.e.akamai.net/f/248/5462/2d/images.element5.com/pimages/50244/support_over.jpg',1) onMouseOut=MM_swapImgRestore()><img src=https://a248.e.akamai.net/f/248/5462/2d/images.element5.com/pimages/50244/support.jpg name=Image4 width=61 height=34 border=0 id=Image4></a>", 4);
	menus[0].addItem("", "", 63, "center", "<a href=http://www.ulead.com/solution/runme.htm onMouseOver=MM_swapImage('Image5','','https://a248.e.akamai.net/f/248/5462/2d/images.element5.com/pimages/50244/solution_over.jpg',1) onMouseOut=MM_swapImgRestore()><img src=https://a248.e.akamai.net/f/248/5462/2d/images.element5.com/pimages/50244/solution.jpg name=Image5 width=63 height=34 border=0 id=Image5></a>", 5);
	menus[0].addItem("", "", 70, "center", "<a href=http://www.ulead.com/aboutulead/runme.htm onMouseOver=MM_swapImage('Image6','','https://a248.e.akamai.net/f/248/5462/2d/images.element5.com/pimages/50244/company_over.jpg',1) onMouseOut=MM_swapImgRestore()><img src=https://a248.e.akamai.net/f/248/5462/2d/images.element5.com/pimages/50244/company.jpg name=Image6 width=70 height=34 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                                                                                                              
	"848484",               //the normal background color of each item                                                                                                                                                   
	"444444",               //the background color of each item when mouses over that item                                                                                                                               
	"Verdana,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    
	"white",                //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                          
	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                                                                                                   
	""                      //the color of the shadow                                                                                                                                                                    
	);
	
	menus[1].addItem("http://www.ulead.com/products/runme.htm", "", 22, "left", "&nbsp;All Products", 0);
	menus[1].addItem("http://www.ulead.com/products/runme.htm#video", "", 22, "left", "&nbsp;Video Editing", 0);
	menus[1].addItem("http://www.ulead.com/products/runme.htm#dvd", "", 22, "left", "&nbsp;DVD/CD Creation", 0);
	menus[1].addItem("http://www.ulead.com/products/runme.htm#image", "", 22, "left", "&nbsp;Digital Imaging", 0);
	menus[1].addItem("http://www.ulead.com/products/runme.htm#pocket", "", 22, "left", "&nbsp;Pocket Software", 0);
	menus[1].addItem("http://www.ulead.com/products/runme.htm#web", "", 22, "left", "&nbsp;Web Utility", 0);
	menus[1].addItem("http://www.ulead.com/products/partner.htm", "", 22, "left", "&nbsp;Partner Products", 0);


	menus[2] = new menu(160, "vertical", 0, 0, -5, -5, "848484", "444444", "Verdana,Arial", 8, "", 
		"", "white", "white", 1, "white", 4, 187, false, true, false, false, 0, false, 4, 4, "");
	menus[2].addItem("http://www.ulead.com/store/store.htm", "", 22, "left", "&nbsp;Ulead Online Store", 0);
	menus[2].addItem("http://www.ulead.com/store/upgrade.htm", "", 22, "left", "&nbsp;Upgrade Center", 0);
	menus[2].addItem("http://www.ulead.com/store/special.htm", "", 22, "left", "&nbsp;Special Offer", 0);
	menus[2].addItem("http://www.ulead.com/store/licensing.htm", "", 22, "left", "&nbsp;Volume Licensing", 0);
	menus[2].addItem("http://www.ulead.com/store/purchoptions.htm", "", 22, "left", "&nbsp;Other Ways to Buy", 0);


	menus[3] = new menu(160, "vertical", 0, 0, -5, -5, "848484", "444444", "Verdana,Arial", 8, "", 
		"", "white", "white", 1, "white", 4, 187, false, true, false, false, 0, false, 4, 4, "");
	menus[3].addItem("http://www.ulead.com/download/download.htm", "", 22, "left", "&nbsp;Free Trials", 0);
	menus[3].addItem("http://www.ulead.com/download/download.htm", "", 22, "left", "&nbsp;Update Packs", 0);
	menus[3].addItem("http://www.ulead.com/download/download.htm", "", 22, "left", "&nbsp;Product Documents", 0);
	menus[3].addItem("http://www.ulead.com/download/freegoodies.htm", "", 22, "left", "&nbsp;Free Goodies", 0);
	menus[3].addItem("http://www.ulead.com/download/sdk.htm", "", 22, "left", "&nbsp;Development Kits", 0);

	menus[4] = new menu(175, "vertical", 0, 0, -5, -5, "848484", "444444", "Verdana,Arial", 8, "", 
		"", "white", "white", 1, "white", 4, 187, false, true, false, false, 0, false, 4, 4, "");
	menus[4].addItem("http://www.ulead.com.tw/ulead/member/member2006/member.cfm?FS=us&pg=9", "", 22, "left", "&nbsp;Member Sign-in", 0);
	menus[4].addItem("http://www.ulead.com.tw/ulead/tech/tech2002/regprodinfo.cfm?FS=us", "", 22, "left", "&nbsp;Product Registration", 0);
	menus[4].addItem("http://www.ulead.com/tech/kb.htm", "", 22, "left", "&nbsp;Knowledge Base", 0);
	menus[4].addItem("http://www.ulead.com/tech/custservice.htm", "", 22, "left", "&nbsp;Customer Service", 0);
	menus[4].addItem("http://www.ulead.com/learning/learning.htm", "", 22, "left", "&nbsp;Learning Center", 0);
	menus[4].addItem("http://www.ulead.com/tech/forums.htm", "", 22, "left", "&nbsp;Support Forum", 0);
    menus[4].addItem("http://www.ulead.com/tech/faq.htm", "", 22, "left", "&nbsp;FAQ", 0);

	menus[5] = new menu(135, "vertical", 0, 0, -5, -5, "848484", "444444", "Verdana,Ariala", 8, "", 
		"", "white", "white", 1, "white", 4, 187, false, true, false, false, 0, false, 4, 4, "");
	menus[5].addItem("http://www.ulead.com/products/creativepro.htm", "", 22, "left", "&nbsp;Creative Pro", 0);
	menus[5].addItem("http://www.ulead.com/oem/runme.htm", "", 22, "left", "&nbsp;OEM", 0);
	menus[5].addItem("http://www.ulead.com/business/runme.htm", "", 22, "left", "&nbsp;Business", 0);
	menus[5].addItem("http://www.ulead.com/gov/runme.htm", "", 22, "left", "&nbsp;Governmment", 0);
	menus[5].addItem("http://www.ulead.com/edu/runme.htm", "", 22, "left", "&nbsp;Education", 0);
	menus[5].addItem("http://www.ulead.com/partnercenter/runme.htm", "", 22, "left", "&nbsp;Partners", 0);


	menus[6] = new menu(150, "vertical", 0, 0, -5, -5, "848484", "444444", "Verdana,Ariala", 8, "", 
		"", "white", "white", 1, "white", 4, 187, false, true, false, false, 0, false, 4, 4, "");
	menus[6].addItem("http://www.ulead.com/aboutulead/companyinfo.htm", "", 22, "left", "&nbsp;Company Info", 0);
	menus[6].addItem("http://www.ulead.com/aboutulead/newsroom.htm", "", 22, "left", "&nbsp;Newsroom", 0);
	menus[6].addItem("http://www.ulead.com/aboutulead/subscribe.htm", "", 22, "left", "&nbsp;News Subscription", 0);
	menus[6].addItem("http://www.ulead.com/aboutulead/contact.htm", "", 22, "left", "&nbsp;Contact Ulead", 0);



	/*menus[7] = new menu(135, "vertical", 0, 0, -5, -5, "858B9C", "2C3768", "Verdana,Arial", 8, "", 
		"", "white", "white", 1, "white", 4, 187, false, true, false, false, 0, false, 4, 4, "");
	menus[7].addItem("http://www.ulead.com", "", 22, "left", "&nbsp;Asia Pacific", 0);
	menus[7].addItem("http://www.ulead.com", "", 22, "left", "&nbsp;Australasia", 0);
	menus[7].addItem("http://www.ulead.com", "", 22, "left", "&nbsp;Canada", 0);
	menus[7].addItem("http://www.ulead.com.cn", "", 22, "left", "&nbsp;China", 0);
    	menus[7].addItem("http://www.ulead.com/store/czech.htm", "", 22, "left", "&nbsp;Czech Republic", 0);
	menus[7].addItem("http://www.ulead.fr", "", 22, "left", "&nbsp;France", 0);
	menus[7].addItem("http://www.ulead.de", "", 22, "left", "&nbsp;Germany", 0);
	menus[7].addItem("http://www.ulead.com/store/hungarian.htm", "", 22, "left", "&nbsp;Hungary", 0);
	menus[7].addItem("http://www.ulead.com.hk", "", 22, "left", "&nbsp;Hong Kong", 0);
	menus[7].addItem("http://www.ulead.com/store/italian.htm", "", 22, "left", "&nbsp;Italy", 0);
	menus[7].addItem("http://www.ulead.co.jp", "", 22, "left", "&nbsp;Japan", 0);
	menus[7].addItem("http://www.ulead.com/store/dutch.htm", "", 22, "left", "&nbsp;Netherlands", 0);
	menus[7].addItem("http://www.ulead.com/store/polish.htm", "", 22, "left", "&nbsp;Poland", 0);
	menus[7].addItem("http://www.ulead.com/store/russian.htm", "", 22, "left", "&nbsp;Russia", 0);
	menus[7].addItem("http://www.ulead.com/store/spanish.htm", "", 22, "left", "&nbsp;Spain", 0);
	menus[7].addItem("http://www.ulead.com.tw", "", 22, "left", "&nbsp;Taiwan", 0);
	menus[7].addItem("http://www.ulead.co.uk", "", 22, "left", "&nbsp;United Kingdom", 0);
	menus[7].addItem("http://www.ulead.com", "", 22, "left", "&nbsp;United States", 0);*/
}