/* for use this prefs use yourNameOfMenu.import_prefs ('mainmenu_prefs');   in the definition of the menu */function mainmenu_prefs (){	this.m_vertical = false;	this.positioning = 'relative';	this.h_offset  = 0; // Horizontal offset in relation to previous menu	this.v_offset  = 0; // Vertical offset in relation to previous menu	this.vertical_adjust = 0;	this.horizontal_adjust = 0;	this.zIndx = 10;	this.m_align = 'left';	this.m_width = 80;	this.m_height = 22;	this.m_color = '#E40A16'; /* color de fons */	this.m_a_color = '#E40A16';	this.m_border = '1px solid black';	this.m_dec = 'url(./images/menu_bar.gif)';	this.m_a_dec = 'url(./images/menu_bar.gif)';	this.m_padding = [0,0,0,5];	this.m_bottom_decor = '';// styles for submenu itemsthis.sm_align = null;this.sm_padding = [0,0,0,6];this.sm_background  = '#EEEEEE';this.sm_bottom_decor = '1px inset #FFFFFF';this.txt_font_family = 'Arial, sans-serif';this.txt_font_size = '8pt';this.txt_color  = 'black';this.txt_weight = 500;this.txt_decoration = 'none';// styles on mouseover for submenu itemsthis.sm_a_background  = '#858482';this.txt_a_font_family = this.txt_font_family;this.txt_a_font_size = this.txt_font_size;this.txt_a_color  = 'white';this.txt_a_link_weight = 500;this.txt_a_link_decoration = 'none';	this.m_txt_font_family = 'Arial, sans-serif';	this.m_txt_font_size = '8pt';	this.m_txt_color  = '#FFFFFF';	this.m_txt_weight = 600;	this.m_txt_a_link_weight = this.m_txt_weight;	this.m_txt_a_link_decoration = 'none';		this.l_m_border = '';	this.l_m_border_bottom = '';	this.l_m_border_top = '';	this.l_m_border_left = '';	this.l_m_border_right = '';	this.l_sm_border = '';	this.l_sm_border_top = '';	this.l_sm_border_right = '';	this.l_sm_border_bottom = '';	this.l_sm_border_left = '';	this.iconYouarehere = 'url(./images/your_here.gif)';}