// Tigra Menu Builder project file // Project Name: iwebbit // Saved: 09/14/2009 var N_MODE = 2; var N_TPL = 1; var A_MENU = { 'menu_pos': 'relative', 'menu_left': 50, 'menu_top': 20, 'menu_name': 'iwebbit' }; var A_TPL = [ { 'level_layout': 'h', 'level_width': 100, 'level_height': 24, 'level_left': 99, 'level_top': 0, 'time_expand': 200, 'time_hide': 200, 'level_style': 0 }, { 'level_layout': 'v', 'level_width': 120, 'level_btop': 25, 'level_bleft': 0, 'level_left': 0, 'level_top': 23, 'level_style': 1 }, { 'level_btop': 10, 'level_bleft': 105 } ]; var A_ITEMS = [ { 'text_caption': 'Web Site Design', 'children': [ { 'text_caption': 'Small Business Web Site Design', 'children': [ { 'text_caption': 'Custom Web Site Design' }, { 'text_caption': 'Templates - Professional & Customizable' } ] }, { 'text_caption': 'Real Estate Broker or Agent Web Sites', 'children': [ { 'text_caption': 'Custom Real Estate Sites' }, { 'text_caption': 'Templates - Professional & Customizable' } ] } ] }, { 'text_caption': 'Web Site Hosting', 'children': [ { 'text_caption': 'Free Web Site Hosting' }, { 'text_caption': 'Just Email Hosting' }, { 'text_caption': 'Least Expensive, Most Extensive Services' } ] }, { 'text_caption': 'Support', 'children': [ { 'text_caption': 'Client Support Requests' }, { 'text_caption': '"Online" Computer/IT Support' }, { 'text_caption': 'Web Based Email Access' }, { 'text_caption': 'cPanel Login' }, { 'text_caption': 'Terms of Service & Privacy Policy' }, { 'text_caption': 'Newsletter' } ] }, { 'text_caption': 'Home', 'children': [ { 'text_caption': 'About Us' }, { 'text_caption': 'Contact Info' }, { 'text_caption': 'Blog' } ] } ]; var A_STYLES = [ { 'name': 'blue grades - root level', 'box_background_color': ['#3C76B2','#4D99E6'], 'box_border_color': '#2B547F', 'box_border_width': 1, 'box_padding': 4, 'font_color': '#FFFFFF', 'font_family': 'Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;', 'font_size': 12, 'font_weight': 0, 'font_style': 0, 'font_decoration': 0, 'text_align': 'center', 'text_valign': 'middle', 'n_order': 0, 'n_id': 0 }, { 'name': 'blue grades - sub levels', 'box_background_color': ['#4D99E6','#3C76B2'], 'box_border_color': '#2B547F', 'box_border_width': 1, 'box_padding': 4, 'font_color': '#FFFFFF', 'font_family': 'Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;', 'font_size': 12, 'font_weight': 0, 'font_style': 0, 'font_decoration': 0, 'text_align': 'left', 'text_valign': 'middle', 'n_order': 1, 'n_id': 1 } ];