//UDMv3.8.5
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROP DOWN MENU VERSION 3.8.5 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//  Adopted by Karl Loren on April 13, 2004
//  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
//
///////////////////////////////////////////////////////////////////////////





// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "left";		// alignment mode
var absLEFT = 	67;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	105; 		// 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 = "http://www.fulfillyourobligations.com/js3/resources/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"#ffefc6";	// main nav cell color -- set by individual item 
var rCOLOR = 	"#ececec";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size  default was 1
var bCOLOR = 	"#cc9966";	// main nav border color
var aLINK = 	"#cc3300";	// main nav link color was 990033
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	    "none";		// main nav link decoration
var fFONT = 	"Trebuchet MS";	// main nav font face
var fSIZE = 	12;		// main nav font size (pixels)
var fWEIGHT = 	"";		// 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 = 	"#ffefc6";	// submenu cell color was ffefc6
var srCOLOR = 	"#ececec";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#cc9966";	// submenu border color
var saLINK = 	"#3333aa";	// submenu link color
var saHOVER = 	"#990000";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"comic sans ms,arial,sans-serif";	// submenu font face
var sfSIZE = 	13;		// submenu font size (pixels)
var sfWEIGHT = 	"normal";	// 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 =	2;		// submenu dropshadow size
var shCOLOR =	"#bcbcbc";	// submenu dropshadow color
var shOPACITY = 75;		// submenu dropshadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var openTIMER = 100;		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 200;	// child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 400;		// 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 = 760;		// 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 verticalf 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 ***********************************************************



// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("http://www.fulfillyourobligations.com/index.htm","<span class='u'>O</span>bligations To Others",150,"center","","",0,0,"o","#ffcc66","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(230,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.fulfillyourobligations.com/SelfToOthers/SelfToSelf/index.htm","Obligations To Yourself","","");
	SI("http://www.fulfillyourobligations.com/SelfToOthers/SelfToFamily/index.htm","Obligations To Your Family","","");

	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	CP(188,"left","center",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
	CI("http://www.fulfillyourobligations.com/SelfToOthers/SelfToFamily/indexpartner.htm","Obligations To Your Partner","","");
	CI("http://www.fulfillyourobligations.com/SelfToOthers/SelfToFamily/indexchildren.htm","Obligations To Your Children","","");
	CI("http://www.fulfillyourobligations.com/SelfToOthers/SelfToFamily/indexparents.htm","Obligations To Your Parents","","");
	CI("http://www.fulfillyourobligations.com/SelfToOthers/SelfToFamily/indexotherfamily.htm","Obligations To Your<br>Other Family","","");






	SI("http://www.fulfillyourobligations.com/SelfToOthers/SelfToGroups/index.htm","Your Obligations To Groups","","");
	SI("http://www.fulfillyourobligations.com/SelfToOthers/SelfToNation/index.htm","Your Obligations To Our Nation","","");
	SI("http://www.fulfillyourobligations.com/SelfToOthers/SelfToMankind/index.htm","Your Obligations To All Mankind","","");
	SI("http://www.fulfillyourobligations.com/SelfToOthers/SelfToAllLivingThings/index.htm","Your Obligations To<br>All Living Things","","");
	SI("http://www.fulfillyourobligations.com/SelfToOthers/SelfToPhysicalUniverse/index.htm","Your Obligations To<br>the Physical Universe","","");
	SI("http://www.fulfillyourobligations.com/SelfToOthers/SelfToSpiritualUniverse/index.htm","Your Obligations To<br>the Spiritual Universe","","");
	SI("http://www.fulfillyourobligations.com/SelfToOthers/SelfToGod/index.htm","Your Obligations To God","","");

	

	SI("http://www.fulfillyourobligations.com","Karl 6","","");

		CP(154,"left","center",-20,0,"","","","","","","");
		CI("http://www.fulfillyourobligations.com","Karl 7","","");
		CI("http://www.fulfillyourobligations.com","Karl 8","","");
		CI("http://www.fulfillyourobligations.com","Karl 9","","");
		CI("http://www.fulfillyourobligations.com","Karl 10","","");
		CI("http://www.fulfillyourobligations.com","Karl 11","","");		

	SI("http://www.fulfillyourobligations.com","Karl 12","","");
	SI("http://www.fulfillyourobligations.com","Karl 13","","");
	SI("http://www.fulfillyourobligations.com","Karl 17","","");
	SI("http://www.fulfillyourobligations.com","Karl 18","","F A Q");
	SI("http://www.fulfillyourobligations.com","Karl 19","","");
	SI("http://www.fulfillyourobligations.com","Karl 20","","");
	SI("http://www.fulfillyourobligations.com","Karl 21","","");
	SI("http://www.fulfillyourobligations.com","Karl 22","","");



MI("","<span class='u'>O</span>bligations to You",140,"center","","",0,0,"Y","#ffcc66","","","");

	SP(220,"right","right",4,0,"","#ffffcc","#ffdcab","#ff9600","#99cc99","#990000","#009900");

	SI("","Those Who Have<br>Obligations To You","","");

		CP(220,"left","center",11,0,"","#dedeff","#bacdff","#0096ff","#cc6666","#006600","#990099");
		CI("http://www.fulfillyourobligations.com/OthersToYou/FamilyToYou/index.htm","Your Family Obligations To You","","");
		CI("http://www.fulfillyourobligations.com/OthersToYou/GroupsToYou/index.htm","Groups Obligations To You","","");
		CI("http://www.fulfillyourobligations.com/OthersToYou/NationToYou/index.htm","The Nation's Obligations To You","","");
		CI("http://www.fulfillyourobligations.com/OthersToYou/MankindToYou/index.htm","Mankind's Obligations To You","","");
		CI("http://www.fulfillyourobligations.com/OthersToYou/LivingThingsToYou/index.htm","Obligations of All<br>Living Things To You","","");
		CI("http://www.fulfillyourobligations.com/OthersToYou/PhysicalUniverseToYou/index.htm","Obligations of the<br>Physical Universe To You","","");
		CI("http://www.fulfillyourobligations.com/OthersToYou/SpiritualUniverseToYou/index.htm","Obligations of the<br>Spiritual Universe To You","","");
		CI("http://www.fulfillyourobligations.com/OthersToYou/GodToYou/index.htm","God's Obligations To You","","");


	SI("","Examples of Both Good And Bad<br>Handling Of Obligations","","");
		
		CP(184,"left","center",-9,0,"","#dedeff","#bacdff","#0096ff","#cc6666","#006600","#990099");
		CI("http://www.fulfillyourobligations.com/Examples/index.htm","Home Page For Examples","","");
		CI("http://www.fulfillyourobligations.com/Examples/p22.htm","Spanish View Of Obligation","","");
		CI("http://www.fulfillyourobligations.com/Examples/p23.htm","American View Of Obligation","","");
		CI("http://www.fulfillyourobligations.com/Examples/p24.htm","Negotiate with<br>Hostage Takers?","","");
		CI("http://www.fulfillyourobligations.com/Examples/p2.htm","Decency Standards","","");
		CI("http://www.fulfillyourobligations.com/Examples/p18.htm","ReEnact The Sedition Act?","","");
		CI("http://www.fulfillyourobligations.com/Examples/p10.htm","Bush/Clinton Comparison","","");
		CI("http://www.fulfillyourobligations.com/Examples/p25.htm","Obligation To<br>Allow Gay Marriages?","","");
		CI("http://www.fulfillyourobligations.com/Examples/p26.htm","Is Torture OK?","","");
		CI("http://www.fulfillyourobligations.com/Examples/index.htm","Karl 45","","");
		if(ie) { CI("http://www.fulfillyourobligations.com/Examples/p1.htm","America Responsible<br>For World Freedom?","",""); }
		CI("http://www.fulfillyourobligations.com/Examples/index.htm","Karl 47","","");
		CI("http://www.fulfillyourobligations.com/Examples/index.htm","Karl 48","","");
		CI("http://www.fulfillyourobligations.com/Examples/index.htm","Karl 49","","U D M as a layers A P I");

	SI("~","","","");
	SI("http://www.fulfillyourobligations.com/Data/p14.htm",">>> How Do You Make <br>Individual Moral Decisions <<<","","The Moral<br>Picture Gallery");


MI("http://www.fulfillyourobligations.com","<span class='u'>H</span>elp Others",90,"center","","",0,0,"h","#ffcc66","","","");

	SP(160,"left","center",8,0,"","","","","","","");

	SI("http://www.fulfillyourobligations.com","Karl 50","","");
	SI("http://www.fulfillyourobligations.com","Karl 51","","");
	SI("http://www.fulfillyourobligations.com","Karl 52","_blank","");
	SI("http://www.fulfillyourobligations.com","Karl 53","",""); 
	SI("http://www.fulfillyourobligations.com","Karl 54","_blank","");
	SI("http://www.fulfillyourobligations.com","Karl 55","_blank","");
	SI("http://www.fulfillyourobligations.com","Karl 56","","");
	SI("http://www.fulfillyourobligations.com","Karl 57","","");
	SI("http://www.fulfillyourobligations.com","Karl 58","","");
	SI("http://www.fulfillyourobligations.com","Karl 59","","");
	SI("http://www.fulfillyourobligations.com","Karl 60","","");
	SI("http://www.fulfillyourobligations.com","Karl 61","","");


MI("","<span class='u'>R</span>ceive Help",98,"center","","",0,0,"r","#ffcc66","","","");

	SP(184,"right","right",4,0,"","#ffffcc","#ffdcab","#ff9600","#99cc99","#990000","#009900");

	SI("http://www.fulfillyourobligations.com","Karl 62","","");
	SI("http://www.fulfillyourobligations.com","Karl 63","","");
	SI("http://www.fulfillyourobligations.com","Karl 64","","");
	SI("http://www.fulfillyourobligations.com","Karl 65","","");
	SI("http://www.fulfillyourobligations.com","Karl 66","","");
	SI("http://www.fulfillyourobligations.com","Karl 67","","");
	SI("http://www.fulfillyourobligations.com","Karl 68","","");
	SI("","Karl 69","");

		CP(184,"right","right",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)","#dedeff","#bacdff","#0096ff","#cc6666","#006600","#990099");

		CI("http://www.fulfillyourobligations.com","","","");
		CI("http://www.fulfillyourobligations.com","","","");
		CI("http://www.fulfillyourobligations.com","Karl 72","","");
		CI("http://www.fulfillyourobligations.com","Karl 73","","");
		CI("http://www.fulfillyourobligations.com","Karl 74","","");
		CI("http://www.fulfillyourobligations.com","Karl 75","","");



MI("","<span class='u'>T</span>he Way To Happiness",163,"center","","",0,0,"t","#ffcc66","","","");

	SP(220,"right","right",0,0,"","","","","","","");

	SI("http://www.fulfillyourobligations.com/Associates/index.htm","This Web Site is Sponsored<br>by an Associate of TWTH","",""); 
	SI("http://www.fulfillyourobligations.com/Structure/structure.htm","Web Site Organization","","");
	SI("http://www.fulfillyourobligations.com/Associates/p3.htm","Creating Interest<br>in Helping Others","",""); 
	SI("http://www.fulfillyourobligations.com/Associates/p1.htm","Quantity is always<br>More Important Than Quality","","");
	SI("http://www.fulfillyourobligations.com/Associates/p10.htm","Fixed Opinions","","");
	SI("http://www.fulfillyourobligations.com/Structure/ad5.htm","Example of Rotating Notices","",""); 
	SI("http://www.fulfillyourobligations.com/Results/index.htm","Results Of Votes","","");



	SI("http://www.fulfillyourobligations.com/contents/index.htm","Tables Of Contents","","");
	SI("http://www.fulfillyourobligations.com","Karl 80","",""); 
	SI("http://www.fulfillyourobligations.com","Karl 81","");












//* DO NOT EDIT THIS BIT *
}//***********************
//************************


