//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 = 	1000;		// 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 = 	5;		// 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 = 0;		// 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(160,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("personal_injury.php","Personal Injury Overview","","");
	SI("automobile_accidents.php","Auto Accidents","","");
	SI("bicycle_accidents.php","Bicycle Accidents","","");
	SI("birth_injury.php","Birth Injury","","");
	SI("boating_accidents.php","Boating Accidents","","");
	SI("brain_injury.php","Brain Injury","","");
	SI("bus_accidents.php","Bus Accidents","","");
	SI("construction_accidents.php","Construction Accidents","","");
	SI("dangerous_roads.php","Dangerous Roads","","");
	SI("dog_bites.php","Dog Bites","","");
	SI("pedestrian_accidents.php","Pedestrian Accidents","","");
	SI("train_accidents.php","Railroad Accidents","","");
	SI("spinal_cord_injury.php","Spinal Cord","","");
	SI("suv_rollover.php","SUV Accidents","","");
	SI("swimming_pool_accidents.php","Swimming Pool Accidents","","");
	SI("trucking_accidents.php","Trucking Accidents","","");



//this is the menu that goes with trigger-1
MI();

	SP(80,"left","center",0,0,"","","","","","","");
	SI("pharmaceutical.php","Overview","","");
	SI("pharmaceutical.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(130,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("avandia.php","Avandia","","");
		CI("baycol.php","Baycol","","");
		CI("bextra.php","Bextra","","");
		CI("celebrex.php","Celebrex","","");
		CI("clinipad_products.php","Clinipad Products","","");
		CI("dexatrim.php","Dexatrim","","");
		CI("dietary_supplements.php","Dietary Supplements","","");
		CI("doxycycline.php","Doxycycline","","");
		CI("duract.php","Duract","","");
		CI("ephedra.php","Ephedra","","");
		CI("enbrel_remicade.php","Enbrel & Remicade","","");
		CI("fluoroquinolones.php","Fluoroquinolones","","");
		CI("herbal_supplements.php","Herbal Supplements","","");
		CI("lamictal.php","Lamictal","","");
		CI("lamisil.php","Lamisil","","");
		CI("lotronex.php","Lotronex","","");
	
	SI("pharmaceutical.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(130,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("parlodel.php","Parlodel","","");
		CI("phenylpropanolamine_ppa.php","PPA","","");
		CI("propulsid.php","Propulsid","","");
		CI("rezulin.php","Rezulin","","");
		CI("serzone.php","Serzone","","");
		CI("sporonox.php","Sporanox","","");
		CI("stadol.php","Stadol","","");
		CI("vioxx.php","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(160,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("malpractice.php","Malpractice Overview","","");
	SI("medical_malpractice.php","Medical Malpractice","","");
	SI("dental_malpractice.php","Dental Malpractice","","");
	SI("legal_malpractice.php","Legal Malpractice","","");
	SI("insurance_bad_faith.php","Insurance Bad Faith","","");
	SI("birth_injury.php","Birth Injury","","");
	SI("brain_injury.php","Brain Injury","","");







//* DO NOT EDIT THIS BIT *
}//***********************
//************************

