/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   


/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 130

  
   DQM_urltarget = "_self"
   
   DQM_onload_statement = ""
   DQM_codebase = "/inc/"

   DQM_border_color = "#50A5DB"
   
   DQM_menu_bgcolor = "#50A5DB"
   DQM_hl_bgcolor = "#FFFFFF"

   DQM_sub_xy = "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 = 12


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#FFFFFF"
   DQM_fontfamily = "Arial, Helvetica, Sans-serif"
   DQM_fontsize = 12
   DQM_textdecoration = "normal"
   DQM_fontweight = "Bold"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#50A5DB"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 1
   DQM_margin_bottom = 1
   DQM_margin_left = 1



/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
  
   DQM_rollover_image0 = ""
   DQM_rollover_wh0 = "1,1"

   DQM_rollover_image1 = ""
   DQM_rollover_wh1 = "1,1"
     
/*---------------------------------------------
Optional Icon Images
-----------------------------------------------*/

   /*DQM_icon_image0 = "img/spacer.gif"
   DQM_icon_rollover0 = "img/bullet.gif"
   DQM_icon_image_wh0 = "12,7"*/


/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/

DQM_sub_xy0 = "-129,26"
DQM_sub_menu_width0 = 129
DQM_subdesc0_0 = "<img border=0 src=img/menu_sobrenosotros_off.gif width=125 height=20>"
DQM_subdesc0_1 = "<img border=0 src=img/menu_nuestrosvalores_off.gif width=125 height=20>"
DQM_subdesc0_2 = "<img border=0 src=img/menu_nuestroequipo_off.gif width=125 height=20>"
DQM_subdesc0_3 = "<img border=0 src=img/menu_dondeestamos_off.gif width=125 height=20>"
DQM_subdesc0_4 = "<img border=0 src=img/menu_enlosmedios_off.gif width=125 height=20>"
DQM_icon_index0_0 = 0
DQM_icon_index0_1 = 0
DQM_icon_index0_2 = 0
DQM_icon_index0_3 = 0
DQM_icon_index0_4 = 0
DQM_url0_0 = "sobrenosotros.asp"
DQM_url0_1 = "nuestrosvalores.asp"
DQM_url0_2 = "nuestroequipo.asp"
DQM_url0_3 = "dondeestamos.asp"
DQM_url0_4 = "enlosmedios.asp"

DQM_sub_xy1 = "-129,20"
DQM_sub_menu_width1 = 129
DQM_subdesc1_0 = "<img border=0 src=img/menu_quieresdarclases_off.gif width=125 height=20>"
DQM_subdesc1_1 = "<img border=0 src=img/menu_accesoaprofesores_off.gif width=125 height=20>"
DQM_icon_index1_0 = 0
DQM_icon_index1_1 = 0
DQM_url1_0 = "quieresdarclases.asp"
DQM_url1_1 = "accesoprofesores.asp"

//=============================GENERAL====================================
<!-- This script works in: Navigator 3 - 4, Opera 3.1, and Explorer 4
function agregarFavoritos(){
   if ((navigator.appName=="Microsoft Internet Explorer") && 
         (parseInt(navigator.appVersion)>=4)) {
      var url= document.location.href; 
      var titulo=document.title;
      window.external.AddFavorite(url,titulo);
   } else { 
      if(navigator.appName == "Netscape") 
         alert("Presione Crtl+D para agregar este sitio en sus Bookmarks"); 
   }
} 