/* for use this prefs use yourNameOfMenu.import_prefs ('mainmenu_prefs');   in the definition of the menu */function mainmenu_prefs (){	this.m_left = 6;	this.m_top = 10;	images_base = 'http://www.imaginatic.com/dhtml/';	this.base_url = 'http://www.imaginatic.com/dhtml/';	this.horizontal_adjust = -6;	this.positioning = 'absolute';	this.m_width = 70;	this.m_height = 24;	this.m_padding = [3,3,3,3];	this.m_color = '#99CCCC';	this.m_a_color = '#99CCCC';	this.m_dec = 'url(images/double_right.gif)';	this.m_a_dec = 'url(images/double_a_right.gif)';	this.sm_color  = 'url(images/fons_off.gif)';	this.sm_a_color  = 'url(images/fons_on.gif)';	this.txt_color  = 'black';	this.txt_a_color  = 'white';	this.m_bottom_decor = '1px solid black';	this.sm_bottom_decor = '1px dashed silver';	this.m_txt_font_family = 'Verdana, Helvetica, Arial, sans-serif';	this.m_txt_font_size = '11px';	this.m_txt_color  = '#FFFFFF';	this.m_txt_weight = 500;	this.m_txt_a_link_weight = 500;	this.l_m_border_bottom = '1px solid #000000';	this.l_m_border_top = '';	this.l_m_border_left = '';	this.l_m_border_right = '';	this.l_sm_border = '1px solid #99CCCC';	this.l_sm_border_top = this.l_sm_border;	this.l_sm_border_right = this.l_sm_border;	this.l_sm_border_bottom = this.l_sm_border;	this.l_sm_border_left = this.l_sm_border;	this.m_txt_a_link_decoration = 'underline';	this.frameMenu = 'leftFrame';	this.frameSubMenu = 'mainFrame';}