/* for use this prefs use yourNameOfMenu.import_prefs ('mainmenu_prefs');   in the definition of the menu */function mainmenu_prefs (){	this.m_vertical = true;	this.m_left = 25;	this.m_top = 124;		this.m_width = 123;	this.m_height = 27;	this.h_offset = -3;	this.v_offset = 3;	this.horizontal_adjust = -23;	this.vertical_adjust = -78;	this.m_padding = [2,2,2,2];	this.m_color = 'transparent';	this.m_a_color = 'transparent';	this.sm_color  = '';	this.sm_a_color  = '';}function mainmenu_prefs_fra (){		this.m_vertical = true;	this.m_left = 25;	this.m_top = 124;		this.m_width = 123;	this.m_height = 27;	this.h_offset = -3;	this.v_offset = 3;	this.horizontal_adjust = -23;	this.vertical_adjust = -78;	this.m_padding = [2,2,2,2];	this.m_color = 'transparent';	this.m_a_color = 'transparent';	this.sm_color  = '';	this.sm_a_color  = '';	this.sm_width  = 240 // Width of submenu items}
