 if(window.event + "" == "undefined") event = null;
 function DT_f_PopUp(){return false};
 function DT_f_PopDown(){return false};
 popUp = DT_f_PopUp;
 popDown = DT_f_PopDown;


DT_PG_MenuWidth = 250;
DT_PG_FontFamily = "Arial";
DT_PG_FontSize = 8;
DT_PG_FontBold = 0;
DT_PG_FontItalic = 0;
DT_PG_FontColor = "#000000";
DT_PG_FontColorOver = "#FFFFFF";
DT_PG_BGColor = "#CCCCCC"; 
DT_PG_BGColorOver = "#000066";
DT_PG_ItemPadding = 3;
DT_PG_BorderWidth = 1;
DT_PG_BorderColor = "#000000";
DT_PG_BorderStyle = "solid";
DT_PG_SeparatorSize = 1;
DT_PG_SeparatorColor = "#000000";
DT_PG_UponDisplay = null;
DT_PG_UponHide = null;

DT_DOM = (document.getElementById) ? true : false;
DT_NS4 = (document.layers) ? true : false;
DT_IE = (document.all) ? true : false;
DT_IE4 = DT_IE && !DT_DOM;
DT_Mac = (navigator.appVersion.indexOf("Mac") != -1);
DT_IE4M = DT_IE4 && DT_Mac;
DT_IsMenu = (DT_DOM || DT_NS4 || (DT_IE4 && !DT_IE4M));

DT_BrowserString = DT_NS4 ? "NS4" : DT_DOM ? "DOM" : "IE4";

if(window.event + "" == "undefined") event = null;

function DT_f_PopUp(){return false};
//function DT_f_PopDown(){return false};
popUp = DT_f_PopUp;
popDown = DT_f_PopDown;


DT_GL_MenuWidth          = 150;
DT_GL_FontFamily         = "Arial,sans-serif";
DT_GL_FontSize           = 20;
DT_GL_FontBold           = true;
DT_GL_FontItalic         = false;
DT_GL_FontColor          = "black";
DT_GL_FontColorOver      = "white";
DT_GL_BGColor            = "transparent";
DT_GL_BGColorOver        = "transparent";
DT_GL_ItemPadding        = 3;

DT_GL_BorderWidth        = 2;
DT_GL_BorderColor        = "red";
DT_GL_BorderStyle        = "solid";
DT_GL_SeparatorSize      = 2;
DT_GL_SeparatorColor     = "yellow";

DT_GL_ImageSrc = "about.gif";
DT_GL_ImageSrcLeft = "";

DT_GL_ImageSrcOver = ""; 
DT_GL_ImageSrcLeftOver = "";

DT_GL_ImageSize          = 5;
DT_GL_ImageHorizSpace    = 5;
DT_GL_ImageVertSpace     = 5;

DT_GL_KeepHilite         = false;
DT_GL_ClickStart         = false;
DT_GL_ClickKill          = 0;
DT_GL_ChildOverlap       = 40; //40
DT_GL_ChildOffset        = 10; //10
DT_GL_ChildPerCentOver   = null;
DT_GL_TopSecondsVisible  = .5;
DT_GL_ChildSecondsVisible = .3;
DT_GL_StatusDisplayBuild = 0;
DT_GL_StatusDisplayLink  = 1;
DT_GL_UponDisplay        = null;
DT_GL_UponHide           = null;
//-->

	function hideElements() {
		try {
			divPage.style.display="none";
		}
		catch(e) { }
	}
	
	function showElements() {
		try {
			divPage.style.display="";
		}
		catch(e) { }
	}

function doMouseOver(event, menuid, rowid) {
	if (navigator.userAgent.indexOf('IE') >= 0) {
		var rowid = eval("row" + rowid);
		//hideElements();
		//rowid.bgColor = '#CCCCCC';
	}
	showMenu(event, menuid);
}

function doMouseOut(event, menuid, rowid) {
	if (navigator.userAgent.indexOf('IE') >= 0) {
		var rowid = eval("row" + rowid);
		//showElements();
		//rowid.bgColor = '#000066';
	}
	hideMenu(event, menuid);
}

   
   limit_multiple_users = true
   DQM_Notice = "www.mangohosting.com"
/*Required menu Settings */
   DQM_sub_menu_width = 170;	 
   DQM_urltarget = "_self"
   DQM_onload_statement = ""
//   DQM_codebase = "/local/acorde.to/v2/js/"
   DQM_codebase = "/v2/js/"
//   DQM_border_color = "#000000";  
   DQM_border_color = "#CCCCCC"
//   DQM_menu_bgcolor = "#2B4C9B";
	DQM_menu_bgcolor = "#0F65AF";  //IBM  //nuevo #293d6b
//   DQM_menu_bgcolor = "#FFFFFF";
   DQM_hl_bgcolor = "dddddd";
   DQM_sub_xy = "0,0";  //0,0
   DQM_border_width = 1;
   DQM_divider_height = 1;

   /*---IE5-MAC Offset Fix - The following two
   -----parameters correct a position reporting
   -----bug in IE5 on the Mac platform. Adjust
   -----the offsets below untill the first level
   -----sub menus pop up in the correct location.*/
   
   DQM_ie5mac_offset_X = 10;
   DQM_ie5mac_offset_Y = 10;
/*-------------------------------------------
Required font Settings
--------------------------------------------*/
 
   DQM_textcolor = "#FFFFFF"
   DQM_fontfamily = "Verdana"
   DQM_fontsize = 11
   DQM_fontsize_ie4 = 9	
   DQM_textdecoration = "normal"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   
   DQM_hl_textcolor = "#FFFFFF"
   DQM_hl_bgcolor = "#FF8A00" //"#000066"  este es el color del over
   DQM_hl_textdecoration = "none"

   DQM_margin_top = 1  //3
   DQM_margin_bottom = 3
   DQM_margin_left = 2

/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/
	DQM_sub_xy0 = "-5,16"
	DQM_sub_menu_width0 = 140;

DQM_subdesc0_0 = "Historia"
DQM_icon_index0_0 = 0
DQM_url0_0 = "?op=00"

DQM_subdesc0_1 = "Quiénes Somos"
DQM_icon_index0_1 = 0
DQM_url0_1 = "?op=01"

	DQM_sub_xy1 = "-5,16"
	DQM_sub_menu_width1 = 140;

DQM_subdesc1_0 = "Autos"
DQM_icon_index1_0 = 0
DQM_url1_0 = "?op=10"

DQM_subdesc1_1 = "Casa Habitación"
DQM_icon_index1_1 = 0
DQM_url1_1 = "?op=11"

DQM_subdesc1_2 = "Vida"
DQM_icon_index1_2 = 0
DQM_url1_2 = "?op=12"

DQM_subdesc1_3 = "Turista USA"
DQM_icon_index1_3 = 0
DQM_url1_3 = "?op=13"

DQM_subdesc1_4 = "Turista México"
DQM_icon_index1_4 = 0
DQM_url1_4 = "?op=14"

DQM_subdesc1_5 = "Fianzas"
DQM_icon_index1_5 = 0
DQM_url1_5 = "?op=15"

DQM_subdesc1_6 = "Gastos Médicos"
DQM_icon_index1_6 = 0
DQM_url1_6 = "?op=16"

DQM_subdesc1_7 = "Póliza Empresarial"
DQM_icon_index1_7 = 0
DQM_url1_7 = "?op=17"

DQM_subdesc1_8 = "Educación"
DQM_icon_index1_8 = 0
DQM_url1_8 = "?op=18"

DQM_subdesc1_9 = "Accidentes Personales"
DQM_icon_index1_9 = 0
DQM_url1_9 = "?op=19"

	DQM_sub_xy2 = "-5,16"
	DQM_sub_menu_width2 = 140;

DQM_subdesc2_0 = "Arrendamiento"
DQM_icon_index2_0 = 0
DQM_url2_0 = "?op=20"

DQM_subdesc2_1 = "Cumplimiento"
DQM_icon_index2_1 = 0
DQM_url2_1 = "?op=21"

DQM_subdesc2_2 = "Anticipo"
DQM_icon_index2_2 = 0
DQM_url2_2 = "?op=22"


	DQM_sub_xy3 = "-5,16"
	DQM_sub_menu_width3 = 200;

DQM_subdesc3_0 = "Autos"
DQM_icon_index3_0 = 0
DQM_url3_0 = "?op=30"

DQM_subdesc3_1 = "Casa Habitación"
DQM_icon_index3_1 = 0
DQM_url3_1 = "?op=31"

DQM_subdesc3_2 = "Vida"
DQM_icon_index3_2 = 0
DQM_url3_2 = "?op=32"

DQM_subdesc3_3 = "Turista USA"
DQM_icon_index3_3 = 0
DQM_url3_3 = "?op=45"

DQM_subdesc3_4 = "Turista México"
DQM_icon_index3_4 = 0
DQM_url3_4 = "?op=46"

DQM_subdesc3_5 = "Fianzas"
DQM_icon_index3_5 = 0
DQM_url3_5 = "?op=35"

DQM_subdesc3_6 = "Gastos Médicos"
DQM_icon_index3_6 = 0
DQM_url3_6 = "?op=36"

DQM_subdesc3_7 = "Póliza Empresarial"
DQM_icon_index3_7 = 0
DQM_url3_7 = "?op=37"

DQM_subdesc3_8 = "Educación"
DQM_icon_index3_8 = 0
DQM_url3_8 = "?op=38"

DQM_subdesc3_9 = "Accidentes Personales"
DQM_icon_index3_9 = 0
DQM_url3_9 = "?op=39"

DQM_subdesc3_10 = "Responsabilidad Civil Hoteles"
DQM_icon_index3_10 = 0
DQM_url3_10 = "?op=40"

/*
DQM_subdesc3_11 = "Responsabilidad Civil Hoteles"
DQM_icon_index3_11 = 0
DQM_url3_11 = "?op=40"
*/

