//UDMv3.4.1.1b
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.4.1b by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  KDE modifications by David Joham
//  Opera reload/resize routine by Michael Wallner
//  http://www.wallner-software.com/
//
//  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "center";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	20; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#003030";	// main nav cell color
var rCOLOR = 	"#005353";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#003030"	// main nav border color
var aLINK = 	"wheat";	// main nav link color
var aHOVER = 	"orange";	// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// 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 = 	7;		// 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 = 	"#003030";	// submenu cell color

var srCOLOR = 	"#005353";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR =   "#003030"	// submenu border color
var saLINK = 	"wheat";	// submenu link color
var saHOVER = 	"orange";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";// submenu font face
var sfSIZE = 	13;		// 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 =	2;		// submenu drop shadow size
var shCOLOR =	"cccccc";	// submenu drop shadow color
var shOPACITY = 80;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -10;		// shift the child menus vertically
var chhOFFSET = 8;		// shift the child menus horizontally

var closeTIMER = 440;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "w-resize";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in mozilla 5


//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("spirit.html","<span class='u'>S</span>pirit",140,"center","_top","It started with Star Dust.",0,0,"S");


	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(140,"left","left",-5,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("lady_main.html","A Fairy Lady","inlineframe","in some place....");
	addSubmenuItem("wolf_main.html","Wolves","inlineframe","where no time....");
	addSubmenuItem("howling_main.html","Howling","inlineframe","no distance....");
	addSubmenuItem("paganism_main.html","Paganism","inlineframe","no doubt or betrayal exist.");
	addSubmenuItem("wheel_main.html","Wheel","inlineframe","So begins....");
	addSubmenuItem("moon_main.html","Moon","inlineframe","our story....");
	addSubmenuItem("hazel_main.html","Fairy Hazel","inlineframe","full of mystery....");
	addSubmenuItem("willow_main.html","Old Wise Willow","inlineframe","and wisdom.");

// *** change these to absolutes

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")




addMainItem("thepack.html","<span class='u'>T</span>he Pack",140,"center","_top","Another Self....",0,0,"T");

	defineSubmenuProperties(140,"left","right",-5,0,"");

	addSubmenuItem("ourstory.html","Our Story","inlineframe","speaks....");
	addSubmenuItem("webrings.html","Webrings","inlineframe","to the pack....");
	addSubmenuItem("chat.html","Wolf Hills","_blank","of what it went through.");
	addSubmenuItem("call_main.html","The Call Of The Wild","inlineframe","to let....");
	addSubmenuItem("groaning.html","Groaning","inlineframe","the rest of the pack know....");
	addSubmenuItem("credits_main.html","Credits","inlineframe","this would become....");
	addSubmenuItem("links_main.html","Links","inlineframe","its territory again"); 
	addSubmenuItem("http://122052.multiguestbook.com","Guest Book","_blank","and forever.");
	addSubmenuItem("http://forum.onecenter.com/wolfstrack/","&lt;&lt;&lt;&lt; Scent Mark","_blank","It left a scent mark");

		
		defineChildmenuProperties(102,"right","center",0,-20,"filter:no)");
	
		addChildmenuItem("oldscentmark.html","Old Scentmark","_blank","and the past was over.");

addMainItem("awardprog.html","Award Progra<span class='u'>m</span>",140,"center","_top","To start a new path....",0,0,"m");

	defineSubmenuProperties(140,"left","center",-5,0,"");

	addSubmenuItem("privacy.html","Privacy","inlineframe","you have to know");
	addSubmenuItem("indices.html","Indices","inlineframe","what you are....");
	addSubmenuItem("award_main.html"," Main Award","inlineframe","and what you are not:");
	addSubmenuItem("specialawards.html","Special Awards","inlineframe","you have to handle.");
	addSubmenuItem("criteria.html","Criteria","inlineframe","according to....");
	addSubmenuItem("scoring.html","Scoring","inlineframe","your very nature....");
	addSubmenuItem("form_mail.html","Application","inlineframe","you have to listen....");
	addSubmenuItem("stats.html","Statistics","inlineframe","to your own soul....");
	addSubmenuItem("winners.html","Winners","inlineframe","so that you become.");
	addSubmenuItem("awardreceived3.html","Awards Received","inlineframe","your very fate..");



addMainItem("graphics.html","<span class='u'>G</span>raphics",140,"center","_top","Deserve life....",0,0,"G");

	defineSubmenuProperties(140,"left","right",-5,0,"");

	addSubmenuItem("gallery.html","Gallery","inlineframe","its wisdom,");
	addSubmenuItem("blinkies.html","Blinkies","inlineframe","its simplicity");
	addSubmenuItem("dollz.html","Dolls","inlineframe","its authencity");
	addSubmenuItem("goodies_main.html","&lt;&lt;&lt;&lt; Goodies","inlineframe","and its eternity.");



		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(102,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.2,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("adoptions.html","Adoptions","inlineframe","The laws of Nature,");
		addChildmenuItem("templates.html","Templates","inlineframe","are easy");
		addChildmenuItem("downloads.html","Downloads","inlineframe","and cannot be betrayed.");





//**DO NOT EDIT THIS *****
}//***********************
//************************
