// JavaScript Document

              ;function imenus_data1(){
					
					
						this.unlock = "Add your unlock code here."
						this.enable_visual_design_mode = false
					
						this.main_is_horizontal = true
						this.menu_showhide_delay = 250
					
					 /*---------------------------------------------
  					 Optional Drag 'n Drop Item Settings
   					---------------------------------------------*/

					this.dd_disabled = false;
					this.dd_plus_button_offsety = "-16";	
					this.dd_plus_button_styles = "color:#000;font-size:12px;font-family:Arial;"

					this.dd_item_container_styles = "padding:0px;padding-top:1px;border-style:dashed;border-width:1px;border-color:#333333;background-color:#8692aa;"

					/*---------------------------------------------
					Optional Box Animation Settings
					--------------------------------------------*/	
							
						//set to... "pointer", "center", "top", "left"
						//this.box_animation_type = "center"
							
						//this.box_animation_frames = 10
						//this.box_animation_styles = "border-style:solid; border-color:#999999; border-width:1px;"
								
					   /*---------------------------------------------
					   Optional Expand Icon Animation Settings
					   ---------------------------------------------*/
					
						//this.expand_arrow_animation_disabled = true
						this.expand_arrow_animation_frames1 = 6
						this.expand_arrow_animation_movexy1 = "-5,0"
						this.expand_arrow_animation_frames2 = 6
						this.expand_arrow_animation_movexy2 = "0,0"
					
					   /*---------------------------------------------
					   Images (expand and pointer icons)
					   ---------------------------------------------*/
				
						this.sub_expand_image = 'images/bullet_green_arrow_right.gif'
						this.sub_expand_image_hover = 'images/bullet_green_arrow_right.gif'
						this.sub_expand_image_width = '6'
						this.sub_expand_image_height = '9'
						this.sub_expand_image_offx = '-4'
						this.sub_expand_image_offy = '3'
					
						this.main_pointer_image = 'images/bullet_green_pointer_top.gif'
						this.main_pointer_image_width = '10'
						this.main_pointer_image_height = '5'
						this.main_pointer_image_offx = '-3'
						this.main_pointer_image_offy = '-7'
					
						this.sub_pointer_image = 'images/bullet_white_diamond.gif'
						this.sub_pointer_image_width = '5'
						this.sub_pointer_image_height = '5'
						this.sub_pointer_image_offx = '6'
						this.sub_pointer_image_offy = '-4'
					
						//this.sub_pointer_image_offx1_0 = '159'
						//this.sub_pointer_image_offx1_1 = '173'
						//this.sub_pointer_image_offx1_2 = '173'
					
					   /*---------------------------------------------
					   Global Menu Styles
					   ---------------------------------------------*/
					
						//Main Menu
					
						this.main_container_styles = "padding:70px 0 0 0; margin:0px; "
						this.main_item_styles = "color:#333; text-align:left; font-family:Arial; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#ffffff; border-width:1px 1px 0px 1px; padding:2px 0px 0px 15px; text-align:left;height:18px; "
						this.main_item_hover_styles = "text-decoration:underline; "
						this.main_item_active_styles = "background-color:#93B444; color:#ffffff; border-style:solid; border-color:#333333;padding-top:1px; "

						//Sub Menu
					
						this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); background-color:#93B444; border-style:solid; border-color:#333333; border-width:0px 1px 1px 1px; padding:5px;padding-top:10px; margin:0px 0px 0px 0px; "
						this.subs_item_styles = "color:#ffffff; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:2px 0px 2px 13px; "
						this.subs_item_hover_styles = "text-decoration:underline; "
						this.subs_item_active_styles = "text-decoration:underline;border-style:none;padding-top:5px;"		
					}

				