function imenus_data1(){
					
	this.menu_showhide_delay = 50
	this.hide_focus_box = true;
					

	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;"

	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;";

	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"
	
	this.main_pointer_image_width = '10'
	this.main_pointer_image_height = '5'
	this.main_pointer_image_offx = '-15'
	this.main_pointer_image_offy = '-7'
					
	//this.sub_pointer_image = 'images/logo.gif'
	this.sub_pointer_image_width = '20'
	this.sub_pointer_image_height = '20'
	this.sub_pointer_image_offx = '-15'
	this.sub_pointer_image_offy = '-4'	
					
}

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")

}
					

function imenus_data0(){
							
	this.menu_showhide_delay = 50
	this.hide_focus_box = true;
								
	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;"
														
	this.box_animation_disabled = true
	//this.sub_pointer_image = 'images/seta.gif'
	this.sub_pointer_image_width = '20'
	this.sub_pointer_image_height = '20'
	this.sub_pointer_image_offx = '6'
	this.sub_pointer_image_offy = '-4'

	this.expand_arrow_animation_frames1 = "10"
	this.expand_arrow_animation_movexy1 = "15,0"
							
}