/*------------------------------------------- Choice One OnLine's Registration Code -------------------------------------------*/ limit_multiple_users = true sequence = "9x88_4" /*------------------------------------------- Colors, Borders, Dividers, and more... --------------------------------------------*/ dqm__sub_menu_width = 145 //default sub menu widths dqm__sub_xy = "0,0" //default sub x,y coordinates - defined relative //to the top-left corner of parent image or sub menu dqm__urltarget = "_self" //default URL target: _self, _parent, _new, or "my frame name" dqm__border_width = 1 dqm__divider_height = 1 dqm__border_color = "#122A5A" //Hex color or 'transparent' dqm__menu_bgcolor = "#DCE3EE" //Hex color or 'transparent' dqm__hl_bgcolor = "#FFFFFF" dqm__mouse_off_delay = 0 //defined in milliseconds (activated after mouse stops) dqm__nn4_mouse_off_delay = 0 //defined in milliseconds (activated after leaving sub) /*------------------------------------------- Font settings and margins --------------------------------------------*/ //Font settings dqm__textcolor = "#000000" dqm__fontfamily = "Verdana" //Any available system font dqm__fontsize = 11 //Defined with pixel sizing dqm__fontsize_ie4 = 9 //Defined with point sizing dqm__textdecoration = "normal" //set to: 'normal', or 'underline' dqm__fontweight = "bold" //set to: 'normal', or 'bold' dqm__fontstyle = "normal" //set to: 'normal', or 'italic' //Rollover font settings dqm__hl_textcolor = "#122A5A" dqm__hl_textdecoration = "normal" //set to: 'normal', or 'underline' //Margins and text alignment dqm__text_alignment = "left" //set to: 'left', 'center' or 'right' dqm__margin_top = 2 dqm__margin_bottom = 3 dqm__margin_left = 5 dqm__margin_right = 4 /*------------------------------------------- Bullet and Icon image library - Unlimited bullet or icon images may be defined below and then associated with any sub menu items within the 'Sub Menu Structure and Text' section of this data file. --------------------------------------------*/ //Relative positioned icon images (flow with sub item text) dqm__icon_image0 = jsImage + "sample_images/bullet.gif" dqm__icon_rollover0 = jsImage + "sample_images/bullet_hl.gif" dqm__icon_image_wh0 = "13,8" //Absolute positioned icon images (coordinate poitioned) dqm__2nd_icon_image0 = jsImage + "sample_images/arrow.gif" dqm__2nd_icon_rollover0 = jsImage + "sample_images/arrow.gif" dqm__2nd_icon_image_wh0 = "13,10" dqm__2nd_icon_image_xy0 = "0,4" /*--------------------------------------------- Optional Status Bar Text -----------------------------------------------*/ dqm__show_urls_statusbar = false //dqm__status_text0 = "Sample text - Main Menu Item 0" //dqm__status_text1 = "Sample text - Main Menu Item 1" //dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0" //dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1" /*------------------------------------------- Internet Explorer Transition Effects --------------------------------------------*/ //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch dqm__sub_menu_effect = "iris" dqm__sub_item_effect = "none" //Define the effect duration in seconds below. dqm__sub_menu_effect_duration = .1 dqm__sub_item_effect_duration = .1 //Specific settings for various transitions. dqm__effect_pixelate_maxsqare = 25 dqm__effect_iris_irisstyle = "CIRCLE" //CROSS, CIRCLE, PLUS, SQUARE, or STAR dqm__effect_checkerboard_squaresx = 14 dqm__effect_checkerboard_squaresY = 14 dqm__effect_checkerboard_direction = "RIGHT" //UP, DOWN, LEFT, RIGHT //Opacity and drop shadows. dqm__sub_menu_opacity = 100 //1 to 100 dqm__dropshadow_color = "none" //Hex color value or 'none' dqm__dropshadow_offx = 5 //drop shadow width dqm__dropshadow_offy = 5 //drop shadow height /*------------------------------------------- Browser Bug fixes and Workarounds --------------------------------------------*/ //Mac offset fixes, adjust until sub menus position correctly. dqm__ie4mac_offset_X = -8 dqm__ie4mac_offset_Y = -50 //Netscape 4 resize bug workaround. dqm__nn4_reaload_after_resize = true dqm__nn4_resize_prompt_user = false dqm__nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button." //Opera 5 & 6, set to true if the menu is the only item on the HTML page. dqm__use_opera_div_detect_fix = true //Pre-defined sub menu item heights for the Espial Escape browser. dqm__escape_item_height = 20 dqm__escape_item_height0_0 = 70 dqm__escape_item_height0_1 = 70 /*--------------------------------------------- Exposed menu events ----------------------------------------------*/ //Reference additional onload statements here. //dqm__onload_code = "" //The 'X' indicates the index number of the sub menu group or item. //The 'X_X' indicates the index number of the sub menu item. dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'" dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'" dqm__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')" /*--------------------------------------------- Specific Sub Menu Settings ----------------------------------------------*/ //The following settings may be defined for specific sub menu groups. //The 'X' represents the index number of the sub menu group. dqm__border_widthX = 10; dqm__divider_heightX = 5; dqm__border_colorX = "#0000ff"; dqm__menu_bgcolorX = "#ff0000" dqm__hl_bgcolorX = "#00ff00" dqm__hl_textcolorX = "#ff0000" dqm__text_alignmentX = "left" //The following settings may be defined for specific sub menu items. //The 'X_X' represents the index number of the sub menu item. dqm__hl_subdescX_X = "custom highlight text" dqm__urltargetX_X = "_new" /*--------------------------------------------- Top Level Mouseover Buttons ----------------------------------------------*/ //Main Menu Item 0 dqm__rollover_image0 = navImage + "nav_home_on.gif" dqm__rollover_wh0 = "93,34" dqm__url0 = "http://www.freedmaxick.com/home.php"; //Main Menu Item 1 dqm__rollover_image1 = navImage + "nav_about_on.gif" dqm__rollover_wh1 = "103,34" dqm__url1 = "http://www.freedmaxick.com/about_us.php"; //Main Menu Item 2 dqm__rollover_image2 = navImage + "nav_services_on.gif" dqm__rollover_wh2 = "103,34" dqm__url2 = "http://www.freedmaxick.com/services.php"; //Main Menu Item 3 dqm__rollover_image3 = navImage + "nav_industries_on.gif" dqm__rollover_wh3 = "117,34" dqm__url3 = "http://www.freedmaxick.com/industries.php"; //Main Menu Item 4 dqm__rollover_image4 = navImage + "nav_resources_on.gif" dqm__rollover_wh4 = "122,34" dqm__url4 = "http://www.freedmaxick.com/resources.php"; //Main Menu Item 5 dqm__rollover_image5 = navImage + "nav_news_on.gif" dqm__rollover_wh5 = "148,34" dqm__url5 = "http://www.freedmaxick.com/news_events.php"; //Main Menu Item 6 dqm__rollover_image6 = navImage + "nav_careers_on.gif" dqm__rollover_wh6 = "100,34" dqm__url6 = "http://www.freedmaxick.com/careers.php"; //Main Menu Item 7 dqm__rollover_image7 = navImage + "nav_links_on.gif" dqm__rollover_wh7 = "70,34" dqm__url7 = "http://www.freedmaxick.com/links.php"; //Main Menu Item 8 dqm__rollover_image8 = navImage + "nav_contact_on.gif" dqm__rollover_wh8 = "144,34" dqm__url8 = "/contact.php"; /*--------------------------------------------- Second Level Drop Down Buttons ----------------------------------------------*/ //Sub Menu 0 dqm__sub_xy0 = "-93,33"; dqm__sub_menu_width0 = 150; dqm__subdesc1_0 = "RSM McGladrey"; dqm__url1_0 = "http://www.freedmaxick.com/rsm_mcgladrey.php"; dqm__subdesc1_1 = "Leading Edge Alliance"; dqm__url1_1 = "http://www.freedmaxick.com/leading_edge_alliance.php"; dqm__subdesc1_2 = "Firm Philosophy"; dqm__url1_2 = "http://www.freedmaxick.com/firm_philosophy.php"; dqm__subdesc1_3 = "Community Involvement"; dqm__url1_3 = "http://www.freedmaxick.com/community_involvement.php"; dqm__subdesc1_4 = "Our Directors"; dqm__url1_4 = "http://www.freedmaxick.com/our_directors.php"; dqm__subdesc1_5 = "Clientele"; dqm__url1_5 = "http://www.freedmaxick.com/clientele.php"; dqm__subdesc1_6 = "Offices"; dqm__url1_6 = "http://www.freedmaxick.com/offices.php"; //Sub Menu 1 dqm__sub_xy1 = "-103,33"; dqm__sub_menu_width1 = 150; dqm__subdesc1_0 = "RSM McGladrey"; dqm__url1_0 = "http://www.freedmaxick.com/rsm_mcgladrey.php"; dqm__subdesc1_1 = "Leading Edge Alliance"; dqm__url1_1 = "http://www.freedmaxick.com/leading_edge_alliance.php"; dqm__subdesc1_2 = "Firm Philosophy"; dqm__url1_2 = "http://www.freedmaxick.com/firm_philosophy.php"; dqm__subdesc1_3 = "Community Involvement"; dqm__url1_3 = "http://www.freedmaxick.com/community_involvement.php"; dqm__subdesc1_4 = "Our Directors"; dqm__url1_4 = "http://www.freedmaxick.com/our_directors.php"; dqm__subdesc1_5 = "Clientele"; dqm__url1_5 = "http://www.freedmaxick.com/clientele.php"; dqm__subdesc1_6 = "Offices"; dqm__url1_6 = "http://www.freedmaxick.com/offices.php"; //Sub Menu 2 dqm__sub_xy2 = "-160,33"; dqm__sub_menu_width2 = 150; dqm__subdesc2_0 = "Assurance Services"; dqm__url2_0 = "http://www.freedmaxick.com/assurance_services.php"; dqm__subdesc2_0_0 = "SAS 70 Audit"; dqm__url2_0_0 = "http://www.freedmaxick.com/sas_70_audit.php"; dqm__subdesc2_0_0_0 = "SAS 70 Frequently Asked Questions "; dqm__url2_0_0_0 = "http://www.freedmaxick.com/sas_70_frequently_asked_questions.php"; dqm__subdesc2_0_1 = "Auditing"; dqm__url2_0_1 = "http://www.freedmaxick.com/auditing.php"; dqm__subdesc2_0_2 = "Bankruptcy Accounting & Reorganization Assistance"; dqm__url2_0_2 = "http://www.freedmaxick.com/bankruptcy_accounting_reorganization_assistance.php"; dqm__subdesc2_0_3 = "Compilations & Reviews"; dqm__url2_0_3 = "http://www.freedmaxick.com/compilations_reviews.php"; dqm__subdesc2_0_4 = "Employee Benefit Plan Audits"; dqm__url2_0_4 = "http://www.freedmaxick.com/employee_benefit_plan_audits.php"; dqm__subdesc2_0_5 = "Federal Acquisition Regulation (FAR) Audits"; dqm__url2_0_5 = "http://www.freedmaxick.com/federal_acquisition_regulation_far_audits.php"; dqm__subdesc2_0_6 = "SEC Reporting"; dqm__url2_0_6 = "http://www.freedmaxick.com/sec_reporting.php"; dqm__subdesc2_1 = "Consulting Services"; dqm__url2_1 = "http://www.freedmaxick.com/consulting_services.php"; dqm__subdesc2_1_0 = "Accounting"; dqm__url2_1_0 = "http://www.freedmaxick.com/accounting.php"; dqm__subdesc2_1_1 = "Agreed Upon Procedures"; dqm__url2_1_1 = "http://www.freedmaxick.com/agreed_upon_procedures.php"; dqm__subdesc2_1_2 = "Bank Financing Assistance"; dqm__url2_1_2 = "http://www.freedmaxick.com/bank_financing_assistance.php"; dqm__subdesc2_1_3 = "Business Valuations"; dqm__url2_1_3 = "http://www.freedmaxick.com/business_valuations.php"; dqm__subdesc2_1_4 = "Enterprise Advisory"; dqm__url2_1_4 = "http://www.freedmaxick.com/enterprise_advisory.php"; dqm__subdesc2_1_4_0 = "Succession Planning"; dqm__url2_1_4_0 = "http://www.freedmaxick.com/succession_planning.php"; dqm__subdesc2_1_5 = "Forensic Accounting"; dqm__url2_1_5 = "http://www.freedmaxick.com/forensic_accounting.php"; dqm__subdesc2_1_6 = "Litigation Support"; dqm__url2_1_6 = "http://www.freedmaxick.com/litigation_support.php"; dqm__subdesc2_1_7 = "Merger and Acquisition Assistance"; dqm__url2_1_7 = "http://www.freedmaxick.com/merger_and_acquisition_assistance.php"; dqm__subdesc2_1_8 = "Profit Enhancement"; dqm__url2_1_8 = "http://www.freedmaxick.com/profit_enhancement.php"; dqm__subdesc2_1_9 = "Strategic Planning"; dqm__url2_1_9 = "http://www.freedmaxick.com/strategic_planning.php"; dqm__subdesc2_1_10 = "Vendor Payment Optimization"; dqm__url2_1_10 = "http://www.freedmaxick.com/vendor_payment_optimization.php"; dqm__subdesc2_1_11 = "Wealth Management"; dqm__url2_1_11 = "http://www.freedmaxick.com/wealth_management.php"; dqm__subdesc2_2 = "Enterprise Risk Management"; dqm__url2_2 = "http://www.freedmaxick.com/enterprise_risk_management.php"; dqm__subdesc2_2_0 = "SAS 70 Audits"; dqm__url2_2_0 = "http://www.freedmaxick.com/sas_70_audits.php"; dqm__subdesc2_2_1 = "SAS 70 Reviews"; dqm__url2_2_1 = "http://www.freedmaxick.com/sas_70_reviews.php"; dqm__subdesc2_2_2 = "Sarbanes-Oxley (SOX) Consulting"; dqm__url2_2_2 = "http://www.freedmaxick.com/sarbanes_oxley_sox_consulting.php"; dqm__subdesc2_2_2_0 = "SOX 404 Compliance"; dqm__url2_2_2_0 = "http://www.freedmaxick.com/sox_404_compliance.php"; dqm__subdesc2_2_2_1 = "SOX IT Audits"; dqm__url2_2_2_1 = "http://www.freedmaxick.com/sox_it_audits.php"; dqm__subdesc2_2_3 = "Disaster Recovery - Business Continuity Planning"; dqm__url2_2_3 = "http://www.freedmaxick.com/disaster_recovery_business_continuity_planning.php"; dqm__subdesc2_2_4 = "Technology Risk Management Services"; dqm__url2_2_4 = "http://www.freedmaxick.com/technology_risk_management_services.php"; dqm__subdesc2_2_4_0 = "Strategic Information Technology Planning"; dqm__url2_2_4_0 = "http://www.freedmaxick.com/strategic_information_technology_planning.php"; dqm__subdesc2_2_4_1 = "Information Systems Selection - Implementation"; dqm__url2_2_4_1 = "http://www.freedmaxick.com/information_systems_selection_implementation.php"; dqm__subdesc2_2_4_2 = "Technology Assessments - System Reviews"; dqm__url2_2_4_2 = "http://www.freedmaxick.com/technology_assessments_system_reviews.php"; dqm__subdesc2_2_4_3 = "Information Systems Security - Controls Consulting"; dqm__url2_2_4_3 = "http://www.freedmaxick.com/information_systems_security_controls_consulting.php"; dqm__subdesc2_2_4_4 = "PCI Data Security Standard Compliance"; dqm__url2_2_4_4 = "http://www.freedmaxick.com/pci_data_security_standard_compliance.php"; dqm__subdesc2_2_4_5 = "Click Audit "; dqm__url2_2_4_5 = "http://www.freedmaxick.com/click_audit.php"; dqm__subdesc2_2_5 = "Internal Audit Consulting"; dqm__url2_2_5 = "http://www.freedmaxick.com/internal_audit_consulting.php"; dqm__subdesc2_2_6 = "Internal Controls -Non-Profits | Private Companies"; dqm__url2_2_6 = "http://www.freedmaxick.com/internal_controls_non_profits_private_companies.php"; dqm__subdesc2_3 = "Tax Services"; dqm__url2_3 = "http://www.freedmaxick.com/tax_services.php"; dqm__subdesc2_3_0 = "FAS 109"; dqm__url2_3_0 = "http://www.freedmaxick.com/fas_109.php"; dqm__subdesc2_3_0_0 = "FIN 48"; dqm__url2_3_0_0 = "http://www.freedmaxick.com/fin_48.php"; dqm__subdesc2_3_1 = "International Tax Services"; dqm__url2_3_1 = "http://www.freedmaxick.com/international_tax_services.php"; dqm__subdesc2_3_1_0 = "FBAR | Foreign Bank Account Report "; dqm__url2_3_1_0 = "http://www.freedmaxick.com/fbar_foreign_bank_account_report.php"; dqm__subdesc2_3_1_1 = "Canadian Services"; dqm__url2_3_1_1 = "http://www.freedmaxick.com/canadian_services.php"; dqm__subdesc2_3_1_2 = "Expatriate Tax Planning"; dqm__url2_3_1_2 = "http://www.freedmaxick.com/expatriate_tax_planning.php"; dqm__subdesc2_3_1_3 = "IC-DISC"; dqm__url2_3_1_3 = "http://www.freedmaxick.com/ic_disc.php"; dqm__subdesc2_3_1_4 = "International Tax Compliance"; dqm__url2_3_1_4 = "http://www.freedmaxick.com/international_tax_compliance.php"; dqm__subdesc2_3_1_5 = "International Tax Structuring"; dqm__url2_3_1_5 = "http://www.freedmaxick.com/international_tax_structuring.php"; dqm__subdesc2_3_1_6 = "Transfer Pricing Analysis - Study"; dqm__url2_3_1_6 = "http://www.freedmaxick.com/transfer_pricing_analysis_study.php"; dqm__subdesc2_3_2 = "State and Local Tax Services"; dqm__url2_3_2 = "http://www.freedmaxick.com/state_and_local_tax_services.php"; dqm__subdesc2_3_2_0 = "State Tax Analysis & Resolution"; dqm__url2_3_2_0 = "http://www.freedmaxick.com/state_tax_analysis_resolution.php"; dqm__subdesc2_3_3 = "Personal Tax Services"; dqm__url2_3_3 = "http://www.freedmaxick.com/personal_tax_services.php"; dqm__subdesc2_3_4 = "Tax Credits"; dqm__url2_3_4 = "http://www.freedmaxick.com/tax_credits.php"; dqm__subdesc2_3_4_0 = "New York (NY) State Empire Zone Program Assistance"; dqm__url2_3_4_0 = "http://www.freedmaxick.com/new_york_ny_state_empire_zone_program_assistance.php"; dqm__subdesc2_3_4_1 = "Renewal Communities"; dqm__url2_3_4_1 = "http://www.freedmaxick.com/renewal_communities.php"; dqm__subdesc2_3_4_2 = "Energy Efficient Commercial Building Tax Deduction"; dqm__url2_3_4_2 = "http://www.freedmaxick.com/energy_efficient_commercial_building_tax_deduction.php"; dqm__subdesc2_3_4_3 = "New York Historic Rehabilitation Tax Credit"; dqm__url2_3_4_3 = "http://www.freedmaxick.com/new_york_historic_rehabilitation_tax_credit.php"; dqm__subdesc2_3_4_4 = "Location-Based Federal and State Tax Credits"; dqm__url2_3_4_4 = "http://www.freedmaxick.com/location_based_federal_and_state_tax_credits.php"; dqm__subdesc2_3_5 = "Cost Segregation Services"; dqm__url2_3_5 = "http://www.freedmaxick.com/cost_segregation_services.php"; dqm__subdesc2_3_5_0 = "Cost Segregation IRS Audit Techniques Guide"; dqm__url2_3_5_0 = "http://www.freedmaxick.com/cost_segregation_irs_audit_techniques_guide.php"; dqm__subdesc2_3_5_1 = "10 Myths About Cost Segregation Studies"; dqm__url2_3_5_1 = "http://www.freedmaxick.com/10_myths_about_cost_segregation_studies.php"; dqm__subdesc2_3_5_2 = "Cost Segregation Breakout Process"; dqm__url2_3_5_2 = "http://www.freedmaxick.com/cost_segregation_breakout_process.php"; dqm__subdesc2_3_6 = "Research & Development (R&D) Tax Credits"; dqm__url2_3_6 = "http://www.freedmaxick.com/research_development_r_d_tax_credits.php"; dqm__subdesc2_3_6_0 = "R&D Case Study: Elimination Uncertainty"; dqm__url2_3_6_0 = "http://www.freedmaxick.com/r_d_case_study_elimination_uncertainty.php"; dqm__subdesc2_3_6_1 = "R&D Case Study: Improving Manufacturing Process"; dqm__url2_3_6_1 = "http://www.freedmaxick.com/r_d_case_study_improving_manufacturing_process.php"; dqm__subdesc2_3_6_2 = "R&D Four-Part Test"; dqm__url2_3_6_2 = "http://www.freedmaxick.com/r_d_four_part_test.php"; dqm__subdesc2_3_7 = "Tax Planning and Consulting"; dqm__url2_3_7 = "http://www.freedmaxick.com/tax_planning_and_consulting.php"; //Sub Menu 3 dqm__sub_xy3 = "-119,33"; dqm__sub_menu_width3 = 148; dqm__subdesc3_0 = "Agri-Business"; dqm__url3_0 = "http://www.freedmaxick.com/agri_business.php"; dqm__subdesc3_1 = "Asset Based Lending"; dqm__url3_1 = "http://www.freedmaxick.com/asset_based_lending.php"; dqm__subdesc3_2 = "Auto Dealers"; dqm__url3_2 = "http://www.freedmaxick.com/auto_dealers.php"; dqm__subdesc3_3 = "Construction"; dqm__url3_3 = "http://www.freedmaxick.com/construction.php"; dqm__subdesc3_4 = "Governmental"; dqm__url3_4 = "http://www.freedmaxick.com/governmental.php"; dqm__subdesc3_4_0 = "Cities"; dqm__url3_4_0 = "http://www.freedmaxick.com/cities.php"; dqm__subdesc3_4_1 = "Counties"; dqm__url3_4_1 = "http://www.freedmaxick.com/counties.php"; dqm__subdesc3_4_2 = "Fire Districts"; dqm__url3_4_2 = "http://www.freedmaxick.com/fire_districts.php"; dqm__subdesc3_4_3 = "School Districts"; dqm__url3_4_3 = "http://www.freedmaxick.com/school_districts.php"; dqm__subdesc3_4_4 = "Towns"; dqm__url3_4_4 = "http://www.freedmaxick.com/towns.php"; dqm__subdesc3_4_5 = "Villages"; dqm__url3_4_5 = "http://www.freedmaxick.com/villages.php"; dqm__subdesc3_5 = "Healthcare"; dqm__url3_5 = "http://www.freedmaxick.com/healthcare.php"; dqm__subdesc3_5_0 = "Health Systems - Hospitals"; dqm__url3_5_0 = "http://www.freedmaxick.com/health_systems_hospitals.php"; dqm__subdesc3_5_1 = "Home Healthcare - Hospice"; dqm__url3_5_1 = "http://www.freedmaxick.com/home_healthcare_hospice.php"; dqm__subdesc3_5_2 = "Nursing Homes"; dqm__url3_5_2 = "http://www.freedmaxick.com/nursing_homes.php"; dqm__subdesc3_5_3 = "Physicians - Medical Groups"; dqm__url3_5_3 = "http://www.freedmaxick.com/physicians_medical_groups.php"; dqm__subdesc3_6 = "Manufacturing and Distribution"; dqm__url3_6 = "http://www.freedmaxick.com/manufacturing_and_distribution.php"; dqm__subdesc3_7 = "Not for Profit"; dqm__url3_7 = "http://www.freedmaxick.com/not_for_profit.php"; dqm__subdesc3_8 = "Real Estate"; dqm__url3_8 = "http://www.freedmaxick.com/real_estate.php"; dqm__subdesc3_9 = "Public Companies (SEC)"; dqm__url3_9 = "http://www.freedmaxick.com/public_companies_sec_.php"; dqm__subdesc3_10 = "Venture Capital - Private Equity"; dqm__url3_10 = "http://www.freedmaxick.com/venture_capital_private_equity.php"; dqm__subdesc3_10_0 = "2009 Private Equity Senior Executive Survey"; dqm__url3_10_0 = "http://www.freedmaxick.com/2009_private_equity_senior_executive_survey.php"; //Sub Menu 4 dqm__sub_xy4 = "-122,33"; dqm__sub_menu_width4 = 150; dqm__subdesc4_0 = "Recession Center"; dqm__url4_0 = "http://www.freedmaxick.com/recession_center.php"; //Sub Menu 5 dqm__sub_xy5 = "-148,33"; dqm__sub_menu_width5 = 150; dqm__subdesc5_0 = "Media Center"; dqm__url5_0 = "http://www.freedmaxick.com/media_center.php"; //Sub Menu 6 dqm__sub_xy6 = "-100,33"; dqm__sub_menu_width6 = 150; dqm__subdesc6_0 = "Max Program Accounting Internship"; dqm__url6_0 = "http://www.freedmaxick.com/max_program_accounting_internship.php"; //Sub Menu 7 dqm__sub_xy7 = "-70,33"; dqm__sub_menu_width7 = 150; //Sub Menu 8 dqm__sub_xy8 = "-144,33"; dqm__sub_menu_width8 = 133;