 	//Unlock Statements

	list7 = true

function imenus_data0(){


	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	this.main_expand_image = 'http://www.dsdinc.com/images/arrow-white.gif'
	this.main_expand_image_hover = 'http://www.dsdinc.com/images/arrow-white.gif'
	this.main_expand_image_width = '13'
	this.main_expand_image_height = '8'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '5'

	this.sub_expand_image = 'http://www.opencube.com/vim/images/sample3_sub_arrow.gif'
	this.sub_expand_image_hover = 'http://www.opencube.com/vim/images/sample3_sub_arrow.gif'
	this.sub_expand_image_width = '5'
	this.sub_expand_image_height = '7'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '3'

	this.main_pointer_image_width = '10'
	this.main_pointer_image_height = '11'
	this.main_pointer_image_offx = '-3'
	this.main_pointer_image_offy = '-4'

	this.sub_pointer_image_width = '13'
	this.sub_pointer_image_height = '10'
	this.sub_pointer_image_offx = '-13'
	this.sub_pointer_image_offy = '-5'




   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#8da67d; border-style:none; border-color:#8da67d; border-width:1px; padding:2px 0px 2px 0px; margin:5px 0px 0px; "
	this.main_item_styles = "background-color:#8da67d; color:#ffffff; text-align:left; font-family:Century Gothic; font-size:14px; font-weight:bold; text-decoration:none; border-style:solid; border-color:#dddddd; border-width:1px; padding:2px 0px 4px 0px ; "
	this.main_item_hover_styles = "background-color:#688158; color:#ffffff; text-decoration:none; "
	this.main_item_active_styles = "background-color:#efefef; "



	//Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5); background-color:#8da67d; border-style:solid; border-color:#000000; border-width:0px 1px 1px 1px ; padding:5px 0px 5px 0px ; margin:4px 0px 0px; "
	this.subs_item_styles = "color:#ffffff; text-align:left; font-family:Century Gothic; font-size:14px; font-weight:bold; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:2px 0px 2px 3px ; "
	this.subs_item_hover_styles = "background-color:#688158; color:#ffffff; text-decoration:none; "
	this.subs_item_active_styles = "background-color:#ffffff; "



}
// JavaScript Document