			function imenus_data1(){
		
		
			this.unlock = "wkvmcnh"
			this.enable_visual_design_mode = false
		
			this.main_is_horizontal = true
			this.menu_showhide_delay = 150
		
		
		   /*---------------------------------------------
		   Optional Box Animation Settings
		   ---------------------------------------------*///set to... "pointer", "center", "top", "left"
			/*this.box_animation_type = "center"
		
			this.box_animation_frames = 15
			this.box_animation_styles = "border-style:solid; border-color:#999999; border-width:1px; "
			*//*
			this.sub_expand_image = "/templates/tvo2007/img/layout/navi_arrow_off.gif"
			this.sub_expand_image_hover = "/templates/tvo2007/img/layout/navi_arrow_on.gif"
			this.sub_expand_image_width = "5"
			this.sub_expand_image_height = "5"
			this.sub_expand_image_offx = "-6"
			this.sub_expand_image_offy = "5"
			
			
			this.sub_expand_image = "http://www.mcdonalds.fi/templates/tvo2007/img/layout/navi_arrow_off.gif"
			this.sub_expand_image_hover = "http://www.mcdonalds.fi/templates/tvo2007/img/layout/navi_arrow_on.gif"
			this.sub_expand_image_width = "5"
			this.sub_expand_image_height = "5"
			this.sub_expand_image_offx = "-6"
			this.sub_expand_image_offy = "5"
			*/
			
		   /*---------------------------------------------
		   Global Menu Styles
		   ---------------------------------------------*///Main Menu
			
			/*
			this.main_container_styles = "border-style:none; border-color:#6a6a6a; border-width:0; padding:0px; margin:0; "
			this.main_item_styles = "color:#ccc; text-align:left; font-family: Arial, sans-serif; font-size:11px; font-weight:normal; text-decoration: none; padding:0; "
			this.main_item_hover_styles = "background: transparent url(/templates/tvo2007/img/layout/navi_hilite.gif) no-repeat left top; color: #000;"
			this.main_item_active_styles = "background: transparent url(/templates/tvo2007/img/layout/navi_hilite.gif) no-repeat left top; color: #000;"	
			*/
			
			this.main_container_styles = "border: none; padding: 0; margin: 0;"
			this.main_item_styles = "color: #fff; text-align: left; font-size: 11px; font-weight: bold; text-decoration: none; padding: 0; text-align: center; padding: 10px 0 5px 0;"
			this.main_item_hover_styles = "background: #fff url(/templates/tvo2007/img/menu_over_bg.gif) repeat-x left top; color: #0F64A8; border-bottom: 7px solid #fff;"
			this.main_item_active_styles = "background: #fff url(/templates/tvo2007/img/menu_over_bg.gif) repeat-x left top; color: #0F64A8; border-bottom: 7px solid #fff;"
		
		
			//Sub Menu
		
			this.subs_container_styles = "background-color:#fff; border:1px solid #C0D0EF; margin:0; padding: 0; z-index: 1000;"
			this.subs_item_styles = "background-image: none; width: 148px; color:#04459C; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; padding:2px 5px; "
			this.subs_item_hover_styles = "background-image: none; color: #129C04; font-weight: normal; padding:2px 5px; border: none;"
			this.subs_item_active_styles = "background-image: none; color: #129C04; font-weight: normal; padding:2px 5px; border: none;"
		}