 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.movilabs.com"
/*Required menu Settings */
   DQM_sub_menu_width = 170;	 
   DQM_urltarget = "_self"
   DQM_onload_statement = ""
   DQM_codebase = "includes/languages/espanol/utils/"
//   DQM_border_color = "#000000";  
   DQM_border_color = "#CCCCCC"
   DQM_menu_bgcolor = "#666699";
//   DQM_menu_bgcolor = "#FFFFFF";
   DQM_hl_bgcolor = "#dddddd";
   DQM_sub_xy = "-40,18";  //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 = "#C0C0C0" //"#000066"  este es el color del over
   DQM_hl_textdecoration = "none"

   DQM_margin_top = 1  //3
   DQM_margin_bottom = 3
   DQM_margin_left = 2
