function imenus_data1(){
					
									
						this.menu_showhide_delay = 250
						this.hide_focus_box = true;
					
					/*---------------------------------------------
  					Optional Drag 'n Drop Item Settings
   					---------------------------------------------*/

						this.dd_disabled = false;
						this.dd_plus_button_offsety = "-16";	
						this.dd_plus_button_styles = "color:#ff0000;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 Info Box Settings
					---------------------------------------------*/
	
						this.info_box_msg = "<span style='color:#cc0000;'>Hint:</span> Drag 'N' Drop sub items to create shortcuts on the web page";
						this.info_box_dragdrop_related = true;
						this.info_box_styles = "top:-44px;left:0px;";

			
					
					/*---------------------------------------------
					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 (pointer icons)
					---------------------------------------------*/
				
										
						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'
			
					
					}

					function launch_samples(id,stype){window.open('http://www.opencube.com/samples/samples_container.html?'+stype+','+id, 'samples_window', "width=760, height=503, left=50, top=50, menubar=0, status=0, location=0, toolbar=0, scrollbars="+scroll+", resizable=0")}


	/*-------------------------------------------------
	************* Parameter Settings ******************
	---------------------------------------------------*/
	node7 = true;
	function typetext_data()
	{
	
	    /*---------------------------------------------
	    Delay Times (In Milliseconds (1/1000 s)
	    ---------------------------------------------*/
	
		this.initial_delay = 500		//Delay before starting the effect upon first load.
	
		this.message_delay = 2000		//Delay between messages.
		this.type_delay = 75			//Delay between typed characters.
		this.scroll_delay = 10			//Delay between each scroll animation frame.
	
		this.mouseoff_delay = 1000		//Delay before switching to the next message after moving the mouse out.
	
	
	    /*---------------------------------------------
	    Dimensions and Styles
	    --------------------------------------------*/
	
		this.container_width = 96;		//Measured in Pixels
		this.margins = "3,1,3,0";		//Top,Right,Bottom,Left - In Pixels
	
		this.container_styles =           "padding-left:5px;border-width:0px;border-color:#0066bb;border-style:none;background-color:transparent;"
		this.item_styles =                "text-decoration:none;font-weight:normal;font-family:Arial;font-size:11px;color:#333333;text-align:left;"
		this.link_styles =                "text-decoration:none;font-weight:normal;font-family:Arial;font-size:11px;color:#333333;text-align:left;"
		this.link_hover_styles =          "color:#ff3300;text-decoration:underline;"
	
	}

