//UDMv3.8.1
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.8.1 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////




//custom function - this handles the mouseover events from your links
var triggerObj;
function over(triggerNum) {

    if(menuReadyState && !ns4) {

        //find image object
        triggerObj = document.getElementById("trigger-"+triggerNum);

        //find position of image
        xPos = getRealLeft(triggerObj) + 1;
        yPos = getRealTop(triggerObj);

        //activate menu with returned co-ordinates
        activateMenu(triggerNum,xPos+triggerObj.offsetWidth,yPos);

	
	
	
	//shift menu 
	/*if(ns6){var winExtent = window.innerHeight;}
	else{var winExtent = document.body.clientHeight;}
	if(win && ie5){
		var winExtent = document.body.clientHeight;
		if((u9 + u59.offsetHeight) > winExtent){
			u9 -= ((u9 + u59.offsetHeight) - winExtent);
			u59.style.top=u9+"px";
			u57.style.top=(u9-u41[triggerNum]-bSIZE)+"px";
			}
		}
	if(ns6 || op7){
		if((vOFFSET + u46.offsetHeight) > winExtent){
			vOFFSET -= ((vOFFSET + u46.offsetHeight) - winExtent);	
			u46.style.top=vOFFSET+"px";
			u44.style.top=(vOFFSET-u29[triggerNum]-bSIZE)+"px";
			}
		}
	if(mac&&ie5){
		if((vOFFSET + u36[triggerNum].offsetHeight) > winExtent){
			vOFFSET -= ((vOFFSET + u36[triggerNum].offsetHeight) - winExtent);	
			u36[triggerNum].style.top=vOFFSET+"px";
			}
		}*/



        }

    } 











// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "virtual";		// alignment mode
var absLEFT = 	108;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	15; 		// absolute top position

var staticMENU = false;		// static positioning mode (win/ie5,ie6 and ns4 only)

var stretchMENU = false;	// show empty cells
var showBORDERS = false;	// show empty cell borders

var baseHREF = "resources/";	// base path
var zORDER = 	100;		// base z-order of nav structure

var mCOLOR = 	"#f6f6de";	// main nav cell color
var rCOLOR = 	"#fafaeb";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#ffffff";	// main nav border color
var aLINK = 	"#ffffff";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial,sans-serif";	// main nav font face
var fSIZE = 	13;		// main nav font size (pixels)
var fWEIGHT = 	"bold";		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	11;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	-50;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#f6f6de";	// submenu cell color
var srCOLOR = 	"#fafaeb";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#b89899";	// submenu border color
var saLINK = 	"#C2A029";	// submenu link color
var saHOVER = 	"#670000";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial,helvetica,sans-serif";	// submenu font face
var sfSIZE = 	12;		// submenu font size (pixels)
var sfWEIGHT = 	"bold";	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	4;		// submenu dropshadow size
var shCOLOR =	"#cccccc";	// submenu dropshadow color
var shOPACITY = 40;		// submenu dropshadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -150;		// shift the child menus vertically
var chhOFFSET = 0;		// shift the child menus horizontally

var openTIMER = 0;		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 200;	// child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 250;		// menu closing delay time

var aCURSOR = "hand";		// cursor for active links (not ns4, op5 or op6)
var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 765;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		//arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		//arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		//arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		//arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	//arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		//left arrow (not ns4/op5/op6)
var arrLEFT_ROLL = "";		//left rollover arrow (not ns4/op5/op6)
var arrRIGHT = ">";		//right arrow (not ns4/op5/op6)
var arrRIGHT_ROLL = "";		//right rollover arrow (not ns4/op5/op6)





//** LINKS ***********************************************************


//this is the menu that goes with trigger-0
MI();

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(200,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("danos-corporales.php","Daños Corporales","","");
	SI("accidentes-de-automobil.php","Accidentes de Automobil","","");
	SI("accidente-de-la-bicicleta.php","Accidente De la Bicicleta","","");
	SI("lesion-del-nacimiento.php","Lesión Del Nacimiento","","");
	SI("accidentes-del-barco.php","Accidentes Del Barco","","");
	SI("lesion-del-cerebro.php","Lesión Del Cerebro","","");
	SI("accidente-del-autobus.php","Accidente Del Autobús","","");
	SI("lesion-de-la-construccion.php","Lesión De la Construcción","","");
	SI("caminos-peligrosos.php","Caminos Peligrosos","","");
	SI("lesion-de-la-mordedura-de-perro.php","Lesión De la Mordedura De Perro","","");
	SI("accidente-peatonales.php","Accidente Peatonales","","");
	SI("accidente-del-ferrocarril.php","Accidente Del Ferrocarril","","");
	SI("lesion-de-la-medula-espinal.php","Lesión De la Médula Espinal","","");
	SI("accidente-del-vuelco-de-suv.php","Accidente Del Vuelco De SUV","","");
	SI("accidente-de-la-piscina.php","Accidente De la Piscina","","");
	SI("accidente-del-camion.php","Accidente Del Camión","","");



//this is the menu that goes with trigger-1
MI();

	SP(120,"left","center",0,0,"","","","","","","");
	SI("pleitos-farmaceuticos.php","Perspectiva General","","");
	SI("pleitos-farmaceuticos.php","A - M","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(220,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("baycol.php","Baycol","","");
		CI("revocacion-de-bextra.php","Revocacion De Bextra","","");
		CI("celebrex.php","Efectos Secundarios De Celebrex","","");
		CI("lesion-de-los-productos-de-clinipad.php","Lesión De los Productos De Clinipad","","");
		CI("dexatrim.php","Dexatrim","","");
		CI("suplementos-dieteticos.php","Lesión De los Suplementos Dietéticos","","");
		CI("doxycycline.php","Doxycycline","","");
		CI("duract.php","Lesión De Duract","","");
		CI("ephedra.php","Lesión Del Ephedra","","");
		CI("enbrel-remicade.php","Enbrel Y Remicade","","");
		CI("fluoroquinolones.php","Lesión De Fluoroquinolones","","");
		CI("suplementos-herbarios.php","Suplementos Herbarios","","");
		CI("lamictal.php","Lesión de Lamictal","","");
		CI("lamisil.php","Lesión De Lamisil","","");
		CI("lotronex.php","Efectos Secundarios De Lotronex","","");
	
	SI("pleitos-farmaceuticos.php","N - Z","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(180,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("parlodel.php","Lesión De Parlodel","","");
		CI("phenylpropanolamine-ppa.php","Phenylpropanolamine (PPA)","","");
		CI("propulsid.php","Lesión De Propulsid","","");
		CI("rezulin.php","Lesión De Rezulin","","");
		CI("serzone.php","Lesión De Serzone","","");
		CI("sporonox.php","Lesión De Sporonox","","");
		CI("stadol.php","Stadol","","");
		CI("vioxx.php","Efectos Secundarios De Vioxx","","");

//this is the menu that goes with trigger-2
MI();

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(200,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("negligencia.php","Negligencia Perspectiva General","","");
	SI("negligencia-medico.php","Negligencia Médico","","");
	SI("negligencia-dentales.php","Negligencia Dentales","","");
	SI("negligencia-legal.php","Negligencia Legal","","");
	SI("seguro-de-la-fe-malo.php","Seguro De la Fe Malo","","");
	SI("lesion-del-nacimiento.php","Lesión Del Nacimiento","","");
	SI("lesion-del-cerebro.php","Lesión Del Cerebro","","");







//* DO NOT EDIT THIS BIT *
}//***********************
//************************


