/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/

    //Mac offset fixes, adjust until sub menus position correctly.
	dqm__os9_ie5mac_offset_x = 10;
	dqm__os9_ie5mac_offset_Y = 15;

	dqm__osx_ie5mac_offset_x = 10;
	dqm__osx_ie5mac_offset_Y = 15;

	dqm__ie4mac_offset_x = -10;
	dqm__ie4mac_offset_Y = -45;

    //Mac offset fixes, adjust until main menu items line up correctly
	dqm__mainitems_os9_ie5mac_offset_x = 10;
	dqm__mainitems_os9_ie5mac_offset_y = 15;

	dqm__mainitems_osx_ie5mac_offset_x = 10;
	dqm__mainitems_osx_ie5mac_offset_y = 15;

    //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.";
	dqm__nn4_resize_prompt_message = "Para inicializar el menú, por favor recargue la página.";

    //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;

