//UDMv3.8
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.8 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
//
///////////////////////////////////////////////////////////////////////////





// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "left";		// alignment mode
var absLEFT = 	10;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	155; 		// 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 = "alenavbar/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"#8b668b";	// main nav cell color
var rCOLOR = 	"#fff0f5";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	"";	// main nav border color
var aLINK = 	"#f5f0f4";	// main nav link color
var aHOVER = 	"#660066";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"Verdana,arial,sans-serif";	// main nav font face
var fSIZE = 	11;		// main nav font size (pixels)
var fWEIGHT = 	"normal";		// 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 = 	"#8b668b";	// submenu cell color
var srCOLOR = 	"#fff0f5";	// submenu cell rollover color
var sbSIZE = 	0;		// submenu border size
var sbCOLOR = 	"";	// submenu border color
var saLINK = 	"#ffe4e1";	// submenu link color
var saHOVER = 	"#660066";	// 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 = 	11;		// 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 =	4;		// submenu dropshadow size
var shCOLOR =	"#cc99cc";	// 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 = 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 = 15;		//arrow width (not ns4/op5/op6)
var arrHEIGHT = 15;		//arrow height (not ns4/op5/op6)

var arrHOFFSET = -4;		//arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -0;		//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 ***********************************************************



// 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.whitebuckpublishing.com/ale/index.htm","A Love Eternal",110,"center","","",0,0,"x","#8b668b","#fff0f5","#f5f0f4","#660066");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(182,"left","left",8,0,"","#8b668b","#fff0f5","#660066","#cc99cc","#ffe4e1","#660066");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.whitebuckpublishing.com/ale/index.htm","Home","","One Teardrop At A Time");	
	SI("","Benediction","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(127,"left","center",11,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)","#fff0f5","#8b668b","","#cc99cc","#660066","#f5f0f4");
		
		CI("http://www.whitebuckpublishing.com/ale/benedict.htm","I Shall Pray For Thee","","Benediction");
		
	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.whitebuckpublishing.com/ale/index1.htm","The Long, Lonely Journey Home","","In Memoriam");
	SI("http://www.whitebuckpublishing.com/ale/ale.htm","Hope and Healing","","Introduction");
	SI("http://www.whitebuckpublishing.com/ale/tears.htm","A Heart Broken","","Excerpts");
	SI("http://www.whitebuckpublishing.com/ale/ale1.htm","A Lonesome Dove","","Preface");	
	SI("http://www.whitebuckpublishing.com/ale/ale3.htm","A Foolish Child","","Poem");
	SI("http://www.whitebuckpublishing.com/ale/ale4.htm","Blue Eyes","","Poem");
	SI("http://www.whitebuckpublishing.com/ale/ale5.htm","Love&#39;s Bridge","","Poem");
	SI("http://www.whitebuckpublishing.com/ale/ale8.htm","Memories","","Poem");
	SI("http://www.whitebuckpublishing.com/ale/ale10.htm","Loving Hands","","Poem");
	SI("http://www.whitebuckpublishing.com/ale/ale11.htm","Until We Meet Again","","Poem");
	SI("http://www.whitebuckpublishing.com/ale/ale12.htm","Love&#39;s Spirit","","Poem");
	SI("http://www.whitebuckpublishing.com/ale/ale7.htm","Through The Tears","","Devotional");
		
		
	// add submenu link items ("url","Link name","_target","alt text")
	SI("","Awards and Testimonials","","");
		
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(127,"left","center",-90,0,"filter:progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.5)","#fff0f5","#8b668b","","#cc99cc","#660066","#f5f0f4");	
		
		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.whitebuckpublishing.com/ale/ale2.htm","Testimonials","","");
		CI("http://www.whitebuckpublishing.com/ale/awards.htm","Awards 1","","Awards 1");
		CI("http://www.whitebuckpublishing.com/ale/awards1.htm","Awards 2","","Awards 2");
		CI("http://www.whitebuckpublishing.com/ale/awards2.htm","Awards 3","","Awards 3");
		CI("http://www.whitebuckpublishing.com/ale/awards3.htm","Awards 4","","Awards 4");
		CI("http://www.whitebuckpublishing.com/ale/awards4.htm","Awards 5","","Awards 5");
		CI("http://www.whitebuckpublishing.com/ale/awards5.htm","Awards 6","","Awards 6");
		CI("http://www.whitebuckpublishing.com/ale/awards6.htm","Awards 7","","Awards 7");
		CI("http://www.whitebuckpublishing.com/ale/awards7.htm","Awards 8","","Awards 8");
		CI("http://www.whitebuckpublishing.com/ale/awards8.htm","Awards 9","","Awards 9");
		CI("http://www.whitebuckpublishing.com/vote.htm","Cast Your Ballot","","Vote for A Love Eternal");
		
	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.whitebuckpublishing.com/ale/ale6.htm","Order","","");
		
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(140,"left","center",-90,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=20)","#fff0f5","#8b668b","","#cc99cc","#660066","#f5f0f4");
		
		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.whitebuckpublishing.com/ale/ale6.htm","Order A Love Eternal","","");
		CI("http://www.whitebuckpublishing.com/order.htm","Mail Order Form","","");
		CI("http://www.whitebuckpublishing.com/guarante.htm","100% Guarantee","","");
		CI("http://www.whitebuckpublishing.com/credit.htm","Credit Policy","","");
		CI("http://www.whitebuckpublishing.com/ale/shipping.htm","Shipping","","");
		CI("http://www.whitebuckpublishing.com/ale/ale.htm#description","Description","","");
		CI("http://www.whitebuckpublishing.com/ale/ale.htm#authorcomments","Author&#39;s Comments","","");
		CI("http://www.whitebuckpublishing.com/ale/ale.htm#pubcomments","Publisher&#39;s Comments","","");
		CI("http://www.whitebuckpublishing.com/ale/coverd.htm","Front Cover Dark","","Front Cover on dark background");
		CI("http://www.whitebuckpublishing.com/ale/coverl.htm","Front Cover Light","","Front Cover on light background");
		
  // add submenu link items ("url","Link name","_target","alt text")
	SI("","Privacy and Security","","");
		
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(127,"left","center",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)","#fff0f5","#8b668b","","#cc99cc","#660066","#f5f0f4");
		
		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.whitebuckpublishing.com/privacy.htm","Privacy Policy","","");
		CI("http://www.whitebuckpublishing.com/privacy.htm","Affiliations","","");
		CI("http://www.whitebuckpublishing.com/privacy.htm","Associations","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.whitebuckpublishing.com/ale/webrings.htm","Webrings","","");		

	
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("","Privacy and Security",150,"center","","",0,0,"b","#8b668b","#fff0f5","#f5f0f4","#660066");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(120,"left","center",8,0,"","#8b668b","#fff0f5","#660066","#cc99cc","#ffe4e1","#660066");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.whitebuckpublishing.com/privacy.htm","Privacy Policy","","");
	SI("http://www.whitebuckpublishing.com/privacy.htm","Affiliations","","");
	SI("http://www.whitebuckpublishing.com/privacy.htm","Associations","","");

	
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("","Resources",90,"center","","",0,0,"r","#8b668b","#fff0f5","#f5f0f4","#660066");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(150,"left","left",8,0,"","#8b668b","#fff0f5","#660066","#cc99cc","#ffe4e1","#660066");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.whitebuckpublishing.com/resource/news.htm","Breaking News","","");
	SI("http://www.whitebuckpublishing.com/resource/news.htm","Christian News","","");
	SI("http://www.whitebuckpublishing.com/ale/ale9a.htm","Christian Site Links","","");
	SI("http://www.whitebuckpublishing.com/ale/ale9c.htm","Death and Dying","","");
	
	// add submenu link items ("url","Link name","_target","alt text")
	SI("","Dictionaries","","");
		
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(200,"left","center",0,0,"filter:progid:DXImageTransform.Microsoft.GradientWipe(duration=0.5,wipeStyle=0)","#fff0f5","#8b668b","","#cc99cc","#660066","#f5f0f4");
		
		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://dictionary.cambridge.org/","Cambridge Dictionaries Online","","");
		CI("http://dictionary.reference.com/","Dictionary.com","","");
		CI("http://www.m-w.com/home.htm","Meriam-Webster Dictionary Online","","");
		CI("http://www.onelook.com/","OneLook Dictionary Search","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("","Encyclopedias","","");		
		
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(184,"left","center",0,0,"filter:progid:DXImageTransform.Microsoft.Iris(duration=0.5,irisStyle=STAR)","#fff0f5","#8b668b","","#cc99cc","#660066","#f5f0f4");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.bartleby.com/65/","Columbia Encyclopedia","","");
		CI("http://www.encyclopedia.com/","Encyclopedia.com","","");
		CI("http://en.wikipedia.org/","Wikipedia","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.whitebuckpublishing.com/resource/finance.htm","Finance","","");
	SI("http://www.whitebuckpublishing.com/ale/ale9e.htm","General Interest Links","","");
	SI("http://www.whitebuckpublishing.com/ale/ale9d.htm","Grief and Bereavement","","");
	SI("http://www.whitebuckpublishing.com/resource/health.htm","Health","","");
	
			// add submenu link items ("url","Link name","_target","alt text")
	SI("","News Sources","","");		
		
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(160,"left","center",-130,0,"filter:progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.5)","#fff0f5","#8b668b","","#cc99cc","#660066","#f5f0f4");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.worldnetdaily.com/","WorldNetDaily","","");
		CI("http://www.foxnews.com/","FoxNews.com","","");
		CI("http://www.drudgereport.com/","Drudge Report","","");
		CI("http://www.conservativenews.org/","CNSNEWS.com","","");
		CI("http://www.newsday.com/news/nationworld/world/wire/","AP World News","","");
		CI("http://www.newsday.com/news/nationworld/nation/wire/","AP National News","","");
		CI("http://www.newsday.com/news/politics/wire/","AP Washington News","","");
		CI("http://news.bbc.co.uk/","BBC News","","");
		CI("http://www.reuters.com/","Reuters","","");
		CI("http://www.cnn.com/","CNN.com","","");
		CI("http://www.msnbc.com/","MSNBC","","");
		CI("http://www.cbsnews.com/","CBSNews.com","","");
		CI("http://www.abcnews.go.com/","ABCNEWS.com","","");
		CI("http://www.usatoday.com/leadpage/indexusa.htm","USA Today","","");
		CI("http://www.jpost.com/servlet/Satellite?pagename=JPost/P/FrontPage/FrontPage&cid=1002116796299","Jerusalem Post","","");
		CI("http://www.arabicnews.com/","ArabicNews.com","","");
	
	SI("http://www.whitebuckpublishing.com/ale/ale9.htm","Off-Site Links Index","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("","Search Engines","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(190,"left","center",-110,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=20)","#fff0f5","#8b668b","","#cc99cc","#660066","#f5f0f4");
		
		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.whitebuckpublishing.com/ale/ale9b.htm","Christian Search Engines","","");
		CI("http://www.whitebuckpublishing.com/ale/ale9f.htm","Portals and Search Engines","","");
		CI("http://www.alltheweb.com/","AllTheWeb","","");
		CI("http://www.altavista.com/","AltaVista","","");
		CI("http://www.askjeeves.com/","Ask Jeeves","","");
		CI("http://www.google.com/","Google","","");
		CI("http://www.hotbot.com/","HotBot","","");
		CI("http://www.lycos.com/","Lycos","","");
		CI("http://www.mamma.com/","Mamma","","");
		CI("http://www.metacrawler.com/","MetaCrawler","","");
		CI("http://search.msn.com/","MSN Search","","");
		CI("http://www.teoma.com/","Teoma","","");
		CI("http://www.yahoo.com/","Yahoo!","","");
	
	SI("http://www.whitebuckpublishing.com/resource/health.htm","Reference Works","","");
	SI("http://www.whitebuckpublishing.com/resource/finance.htm","Technology","","");


// 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.whitebuckpublishing.com/","White Buck Publishing",160,"center","","",0,0,"u","#8b668b","#fff0f5","#f5f0f4","#660066");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(175,"left","left",8,0,"","#8b668b","#fff0f5","#660066","#cc99cc","#ffe4e1","#660066");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.whitebuckpublishing.com/","Home","","");
	SI("http://www.whitebuckpublishing.com/ale/index.htm","A Love Eternal","","");
	
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(180,"left","center",-160,0,"filter:progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.5)","#fff0f5","#8b668b","","#cc99cc","#660066","#f5f0f4");
		
		CI("http://www.whitebuckpublishing.com/ale/index.htm","Home","","One Teardrop At A Time");
		CI("http://www.whitebuckpublishing.com/ale/benedict.htm","I Shall Pray For Thee","","Benediction");
		CI("http://www.whitebuckpublishing.com/ale/index1.htm","The Long, Lonely Journey Home","","In Memoriam");
		CI("http://www.whitebuckpublishing.com/ale/ale.htm","Hope and Healing","","Introduction");
		CI("http://www.whitebuckpublishing.com/ale/tears.htm","A Heart Broken","","Excerpts");
		CI("http://www.whitebuckpublishing.com/ale/ale1.htm","A Lonesome Dove","","Preface");
		CI("http://www.whitebuckpublishing.com/ale/ale3.htm","A Foolish Child","","Poem");
		CI("http://www.whitebuckpublishing.com/ale/ale4.htm","Blue Eyes","","Poem");
		CI("http://www.whitebuckpublishing.com/ale/ale5.htm","Love&#39;s Bridge","","Poem");
		CI("http://www.whitebuckpublishing.com/ale/ale8.htm","Memories","","Poem");
		CI("http://www.whitebuckpublishing.com/ale/ale10.htm","Loving Hands","","Poem");
		CI("http://www.whitebuckpublishing.com/ale/ale11.htm","Until We Meet Again","","Poem");
		CI("http://www.whitebuckpublishing.com/ale/ale12.htm","Love&#39;s Spirit","","Poem");
		CI("http://www.whitebuckpublishing.com/ale/ale7.htm","Through The Tears","","Devotional");
		CI("http://www.whitebuckpublishing.com/ale/ale2.htm","Testimonials","","");
		CI("http://www.whitebuckpublishing.com/ale/awards.htm","Awards","","Awards");
		CI("http://www.whitebuckpublishing.com/ale/ale6.htm","Order A Love Eternal","","");
		CI("http://www.whitebuckpublishing.com/order.htm","Mail Order Form","","");
		CI("http://www.whitebuckpublishing.com/guarante.htm","100% Guarantee","","");
		CI("http://www.whitebuckpublishing.com/credit.htm","Credit Policy","","");
		CI("http://www.whitebuckpublishing.com/ale/shipping.htm","Shipping","","");
		CI("http://www.whitebuckpublishing.com/ale/ale.htm#description","Description","","");
		CI("http://www.whitebuckpublishing.com/ale/ale.htm#authorcomments","Author&#39;s Comments","","");
		CI("http://www.whitebuckpublishing.com/ale/ale.htm#pubcomments","Publisher&#39;s Comments","","");
		CI("http://www.whitebuckpublishing.com/ale/coverd.htm","Front Cover Dark","","Front Cover on dark background");
		CI("http://www.whitebuckpublishing.com/ale/coverl.htm","Front Cover Light","","Front Cover on light background");
		CI("http://www.whitebuckpublishing.com/ale/webrings.htm","Webrings","","");
	
	SI("http://www.whitebuckpublishing.com/crimthrd/index.htm","The Crimson Thread","","");
	
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(170,"left","center",-140,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=20)","#fff0f5","#8b668b","","#cc99cc","#660066","#f5f0f4");
		
		  // add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.whitebuckpublishing.com/crimthrd/index.htm","Home","","");
		CI("http://www.whitebuckpublishing.com/crimthrd/crimson.htm","Introduction","","");
		CI("http://www.whitebuckpublishing.com/crimthrd/fathers.htm","A Father&#39;s Legacy","","");
		CI("http://www.whitebuckpublishing.com/crimthrd/angel.htm","Angel Wings","","");
		CI("http://www.whitebuckpublishing.com/crimthrd/thread.htm","The Crimson Thread","","");
		CI("http://www.whitebuckpublishing.com/crimthrd/emptyarm.htm","Empty Arms And Broken Hearts","","");
		CI("http://www.whitebuckpublishing.com/crimthrd/fornite.htm","Forever Night","","");
		CI("http://www.whitebuckpublishing.com/crimthrd/hecan.htm","He Can","","");
		CI("http://www.whitebuckpublishing.com/crimthrd/journey.htm","Journey&#39;s End","","");
		CI("http://www.whitebuckpublishing.com/crimthrd/rose.htm","Now Blooms A Rose","","");
		CI("http://www.whitebuckpublishing.com/crimthrd/oneheart.htm","One Heart","","");
		CI("http://www.whitebuckpublishing.com/crimthrd/smalsoul.htm","One Small Soul","","");
		CI("http://www.whitebuckpublishing.com/crimthrd/serenity.htm","Serenity","","");
		CI("http://www.whitebuckpublishing.com/crimthrd/shadows.htm","Shadows","","");
		CI("http://www.whitebuckpublishing.com/crimthrd/measure.htm","The Measure Of Living","","");
		CI("http://www.whitebuckpublishing.com/crimthrd/sheplamb.htm","The Shepherd Lamb","","");
		CI("http://www.whitebuckpublishing.com/crimthrd/youandi.htm","You And I","","");
		CI("http://www.whitebuckpublishing.com/crimthrd/awards.htm","Awards","","");
		CI("http://www.whitebuckpublishing.com/crimthrd/webrings.htm","Webrings","","");	
	
  SI("http://www.whitebuckpublishing.com/wbp/booknook.htm","The Book Nook","","");
	
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(160,"left","center",-90,0,"filter:progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.5)","#fff0f5","#8b668b","","#cc99cc","#660066","#f5f0f4");

		CI("http://www.whitebuckpublishing.com/wbp/booknook.htm","Home","","");
		CI("http://www.whitebuckpublishing.com/wbp/apologe.htm","Apologetics","","");
		CI("http://www.whitebuckpublishing.com/wbp/bible.htm","Bibles","","");
		CI("http://www.whitebuckpublishing.com/wbp/classic.htm","Classics","","");
		CI("http://www.whitebuckpublishing.com/wbp/comments.htm","Commentaries","","");
		CI("http://www.whitebuckpublishing.com/wbp/death.htm","Death and Dying","","");
		CI("http://www.whitebuckpublishing.com/wbp/devotion.htm","Devotionals","","");
		CI("http://www.whitebuckpublishing.com/wbp/favorite.htm","Favorites","","");
		CI("http://www.whitebuckpublishing.com/wbp/fiction.htm","Fiction","","");
		CI("http://www.whitebuckpublishing.com/wbp/general.htm","General Interest","","");
		CI("http://www.whitebuckpublishing.com/wbp/grief.htm","Grief and Bereavement","","");
		CI("http://www.whitebuckpublishing.com/wbp/refer.htm","Christian Reference Works","","");
		CI("http://www.whitebuckpublishing.com/wbp/theology.htm","Theology","","");

	SI("http://www.whitebuckpublishing.com/treasure/index.htm",". . . another man's treasure","","");
	
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(160,"left","center",-150,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=20)","#fff0f5","#8b668b","","#cc99cc","#660066","#f5f0f4");
		
		CI("http://www.whitebuckpublishing.com/treasure/index.htm","Home","","");
		CI("http://www.whitebuckpublishing.com/treasure/apparel.htm","Apparel","","");
		CI("http://www.whitebuckpublishing.com/treasure/art.htm","Art","","");
		CI("http://www.whitebuckpublishing.com/treasure/automotive.htm","Automotive","","");
		CI("http://www.whitebuckpublishing.com/treasure/books.htm","Books","","");
		CI("http://www.whitebuckpublishing.com/treasure/computer.htm","Computer","","");
		CI("http://www.whitebuckpublishing.com/treasure/crafts.htm","Crafts","","");
		CI("http://www.whitebuckpublishing.com/treasure/collectibles.htm","Curios &#38; Collectibles","","");
		CI("http://www.whitebuckpublishing.com/treasure/electronics.htm","Electronics","","");
		CI("http://www.whitebuckpublishing.com/treasure/fitness.htm","Fitness Equipment","","");
		CI("http://www.whitebuckpublishing.com/treasure/household.htm","Home &#38; Hearth","","");
		CI("http://www.whitebuckpublishing.com/treasure/gems.htm","Jewelry &#38; Gems","","");
		CI("http://www.whitebuckpublishing.com/treasure/garden.htm","Lawn &#38; Garden","","");
		CI("http://www.whitebuckpublishing.com/treasure/music.htm","Music","","");
		CI("http://www.whitebuckpublishing.com/treasure/office.htm","Office Equipment","","");
		CI("http://www.whitebuckpublishing.com/treasure/photography.htm","Photography","","");
		CI("http://www.whitebuckpublishing.com/treasure/realestate.htm","Real Estate","","");
		CI("http://www.whitebuckpublishing.com/treasure/sports.htm","Sports","","");
		CI("http://www.whitebuckpublishing.com/treasure/tools.htm","Tools","","");
		CI("http://www.whitebuckpublishing.com/treasure/videos.htm","Videos","","");
	
	SI("http://www.whitebuckpublishing.com/resource/news.htm","Research and Resources","","");
	
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(150,"left","center",-90,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=20)","#fff0f5","#8b668b","","#cc99cc","#660066","#f5f0f4");
		
		CI("http://www.whitebuckpublishing.com/resource/news.htm","Breaking News","","");
		CI("http://www.whitebuckpublishing.com/resource/news.htm","Christian News","","");
		CI("http://www.whitebuckpublishing.com/ale/ale9a.htm","Christian Site Links","","");
		CI("http://www.whitebuckpublishing.com/ale/ale9c.htm","Death and Dying","","");
		CI("http://www.whitebuckpublishing.com/resource/finance.htm","Finance","","");
		CI("http://www.whitebuckpublishing.com/ale/ale9e.htm","General Interest Links","","");
		CI("http://www.whitebuckpublishing.com/ale/ale9d.htm","Grief and Bereavement","","");
		CI("http://www.whitebuckpublishing.com/resource/health.htm","Health","","");
		CI("http://www.whitebuckpublishing.com/ale/ale9.htm","Off-Site Links Index","","");
		CI("http://www.whitebuckpublishing.com/ale/ale9b.htm","Christian Search Engines","","");
		CI("http://www.whitebuckpublishing.com/ale/ale9f.htm","Portals and Search Engines","","");
		CI("http://www.whitebuckpublishing.com/resource/health.htm","Reference Works","","");
		CI("http://www.whitebuckpublishing.com/resource/finance.htm","Technology","","");
	
	SI("http://www.whitebuckpublishing.com/shoppes/home.htm","The Marketplace","","");
	
				// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(205,"left","center",-80,0,"filter:progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.5)","#fff0f5","#8b668b","","#cc99cc","#660066","#f5f0f4");
		
		CI("http://www.whitebuckpublishing.com/shoppes/shoppes.htm","Christian Books","","");
		CI("http://www.whitebuckpublishing.com/shoppes/music.htm","Christian Music and Videos","","");
		CI("http://www.whitebuckpublishing.com/shoppes/software.htm","Computers, Peripherals, and Software","","");
		CI("http://www.whitebuckpublishing.com/shoppes/software.htm","Consumer Electronics","","");
		CI("http://www.whitebuckpublishing.com/shoppes/home.htm","Home Improvement","","");
		CI("http://www.whitebuckpublishing.com/shoppes/home.htm","Housewares","","");
		CI("http://www.whitebuckpublishing.com/shoppes/home.htm","Lawn and Garden","","");
		CI("http://www.whitebuckpublishing.com/shoppes/home.htm","Tools","","");
		CI("http://www.whitebuckpublishing.com/shoppes/toys.htm","Toys and Games","","");
		
	
// 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.whitebuckpublishing.com/ale/ale6.htm","Order",60,"center","","",0,0,"b","#8b668b","#fff0f5","#f5f0f4","#660066");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(150,"left","left",8,0,"","#8b668b","#fff0f5","#660066","#cc99cc","#ffe4e1","#660066");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.whitebuckpublishing.com/ale/ale.htm#description","Description","","");
	SI("http://www.whitebuckpublishing.com/ale/ale.htm#authorcomments","Author&#39;s Comments","","");
	SI("http://www.whitebuckpublishing.com/ale/ale.htm#pubcomments","Publisher&#39;s Comments","",""); 
	SI("http://www.whitebuckpublishing.com/ale/ale2.htm","Testimonials","","");
	SI("http://www.whitebuckpublishing.com/ale/coverd.htm","Book Front Cover (Dark)","","");
	SI("http://www.whitebuckpublishing.com/ale/coverl.htm","Book Front Cover (Light)","","");
	SI("http://www.whitebuckpublishing.com/guarante.htm","100% Guarantee","","");
	SI("http://www.whitebuckpublishing.com/credit.htm","Credit Policy","","");
	SI("http://www.whitebuckpublishing.com/ale/shipping.htm","Shipping","","");
	SI("http://www.whitebuckpublishing.com/ale/ale6.htm","Order A Love Eternal","","");
	SI("http://www.whitebuckpublishing.com/order.htm","Mail Order Form","","");

	
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")	
MI("","Contact Us",100,"center","","",0,0,"b","#8b668b","#fff0f5","#f5f0f4","#660066");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(120,"left","center",8,0,"","#8b668b","#fff0f5","#660066","#cc99cc","#ffe4e1","#660066");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://guestbooks.christiansunite.com/sign.cgi?veritas","Sign Guest Book","","");
	SI("http://guestbooks.christiansunite.com/view.cgi?u=veritas","View Guest Book","","");
	SI("mailto:ALoveEternal@whitebuckpublishing.com?Subject=A Love Eternal","E-Mail","","");










//* DO NOT EDIT THIS BIT *
}//***********************
//************************

