//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************

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


var menuALIGN = "left";		// alignment
var absLEFT = 	200;		// absolute left or right position (if not center)
var absTOP = 	195; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5/6 and ns4 only)

var stretchMENU = false;	// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF =	CodeBase+"resources/";	// base path 
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#003366";	// main nav cell color
var rCOLOR = 	"#517C9F";	// main nav cell rollover color
var keepLIT =	true;		// keep rollover color when browsing menu
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#ECE0C5"	// main nav border color
var aLINK = 	"#ECE0C5";	// main nav link color
var aHOVER = 	"#ECE0C5";	// main nav link hover-color (dual purpose)
var aDEC = 		"none";	// main nav link decoration
var fFONT = 	"verdana,sans serif";	// main nav font face		
var fSIZE = 	12;		// main nav font size (pixels)	
var fWEIGHT = 	"bold"	// main nav font weight
var tINDENT = 	0;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	5;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var vOFFSET = 	0;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"#ECE0C5";	// submenu cell color
var srCOLOR = 	"#517C9F";	// submenu cell rollover color
var sbSIZE = 	3;		// submenu border size
var sbCOLOR = 	"#ECE0C5"	// submenu border color
var saLINK = 	"#003366";	// submenu link color
var saHOVER = 	"#ECE0C5";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";	// submenu link decoration
var sfFONT = 	"verdana,sans serif";// submenu font face		
var sfSIZE = 	12;		// submenu font size (pixels)	
var sfWEIGHT = 	"bold"	// submenu font weight
var stINDENT = 	0;		// submenu text indent (if text is left or right aligned)
var svPADDING = 2;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	3;		// menu drop shadow size 
var shCOLOR =	"#003366";	// menu drop shadow color
var shOPACITY = 60;		// menu drop shadow opacity (ie5/6 only)

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 closeTIMER = 75;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or op5)

var altDISPLAY = "title";		// where to display alt text
var allowRESIZE=true;		// allow resize/reload


//** LINKS ***********************************************************






// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position)


// *** Home ***
addMainItem("index.html","Home",60,"center","","",0,0); 
	
// define submenu properties (width,"align to edge","text-alignment",v offset,h offset)
	defineSubmenuProperties(165,"left","left",0,0);
	
	// add submenu link items ("url","Link name","_target","alt text")

	addSubmenuItem(CodeBase+"about.htm","About Us","","");
	addSubmenuItem(CodeBase+"shop.html","Shop Photos","","");
	addSubmenuItem(CodeBase+"articles.htm","Articles","","");
	addSubmenuItem(CodeBase+"aboutfay.htm","Fay Butler's Resume","","");
	
	
// *** Getting Started ***
addMainItem("","Getting Started",120,"center","","",0,0); 
	
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset)
	defineSubmenuProperties(190,"left","left",0,0);
	
	// add submenu link items ("url","Link name","_target","alt text")
	
	addSubmenuItem(CodeBase+"basictools.htm","Basic Tools  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>&nbsp;>&nbsp;>","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(160,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		
		addChildmenuItem(CodeBase+"bumphammer.htm","Bumping Hammer","","");
		addChildmenuItem(CodeBase+"bodyhammer.htm","Body Hammer & Dolly","","");
	
	addSubmenuItem(CodeBase+"measure.htm","For Measuring/Machining","","");
	addSubmenuItem(CodeBase+"glossary.htm","Metal Shaping Glossary","","");
	
	
// *** Seminars ***
addMainItem("","Seminars",80,"center","","",0,0);

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset)
	defineSubmenuProperties(195,"left","left",0,0);
	
	// add submenu link items ("url","Link name","_target","alt text")
	
	addSubmenuItem(CodeBase+"seminars.htm","Seminars","","");
	addSubmenuItem(CodeBase+"","Seminar Schedule  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>&nbsp;>&nbsp;>","","");
	

	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(125,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")

		addChildmenuItem(CodeBase+"day1.htm","Seminar: Day 1","","");
		addChildmenuItem(CodeBase+"day2.htm","Seminar: Day 2","","");
		addChildmenuItem(CodeBase+"day3.htm","Seminar: Day 3","","");
		
	addSubmenuItem(CodeBase+"bringsafety.htm","What to Bring","","");	
	addSubmenuItem(CodeBase+"read.htm","Suggested Reading","","");
	addSubmenuItem(CodeBase+"inn.htm","Directions/Accomodations","","");
    addSubmenuItem(CodeBase+"pastseminars.htm","Past Seminar Participants >","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(125,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem(CodeBase+"2011pictures/index.html","2011","_blank","");
		addChildmenuItem(CodeBase+"2010pictures/index.html","2010","_blank","");
	    addChildmenuItem(CodeBase+"2009pictures/index.html","2009","_blank","");
		addChildmenuItem(CodeBase+"2008pictures/index.html","2008","_blank","");
		addChildmenuItem(CodeBase+"2007Pictures/index.html","2007","_blank","");
		addChildmenuItem(CodeBase+"2006Pictures/index.html","2006","_blank","");
		addChildmenuItem(CodeBase+"2005pictures/index.html","2005","_blank","");
		addChildmenuItem(CodeBase+"2004pictures/index.html","2004","_blank","");
		addChildmenuItem(CodeBase+"2003pictures/index.html","2003","_blank","");
		addChildmenuItem(CodeBase+"2002pictures/index.html","2002","_blank","");
		addChildmenuItem(CodeBase+"2001pictures/index.html","2001","_blank","");
		addChildmenuItem(CodeBase+"2000pictures/index.html","2000","_blank","");
		addChildmenuItem(CodeBase+"1999pictures/index.html","1999","_blank","");
		addChildmenuItem(CodeBase+"1998pictures/index.html","1998","_blank","");
		addChildmenuItem(CodeBase+"1997pictures/index.html","1997","_blank","");
		addChildmenuItem(CodeBase+"1996pictures/index.html","1996","_blank","");
		addChildmenuItem(CodeBase+"1995pictures/index.html","1995","_blank","");
		addChildmenuItem(CodeBase+"1994pictures/index.html","1994","_blank","");
		addChildmenuItem(CodeBase+"1993pictures/index.html","1993","_blank","");
				
	addSubmenuItem(CodeBase+"offsiteseminars.htm","Off-Site Seminars","","");

// *** Apprentice Program ***
addMainItem("apprentice.htm","Apprenticeships",125,"center","","",0,0); 
	
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset)
	defineSubmenuProperties(180,"left","left",0,0);
	
	// add submenu link items ("url","Link name","_target","alt text")		
		
// *** downloads ***
addMainItem("","Downloads",90,"center","","",0,0); 
	
// define submenu properties (width,"align to edge","text-alignment",v offset,h offset)
	defineSubmenuProperties(110,"left","left",0,0);
	
	// add submenu link items ("url","Link name","_target","alt text")
	
	addSubmenuItem(CodeBase+"","Videos&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>&nbsp;>&nbsp;>","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(400,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")

		addChildmenuItem(CodeBase+"video5.htm","Creating a Surface Development Pattern","","");
		addChildmenuItem(CodeBase+"video6.htm","Layout and Cutting a Blank","","");
		addChildmenuItem(CodeBase+"video3.htm","Shrinking a High Crown Part with the Power Hammer","","");
		addChildmenuItem(CodeBase+"video4.htm","Smoothing on the Power Hammer","","");
		addChildmenuItem(CodeBase+"video1.htm","Yoder Power Hammer at Work with Low Crown Panel","","");
		addChildmenuItem(CodeBase+"video2.htm","The Reverse Curve","","");
		
		
		
	addSubmenuItem(CodeBase+"literature.htm","Old Literature","","");
	addSubmenuItem(CodeBase+"wallpaper.htm","Wallpaper","","");
		

// *** What Would Fay Do? ***
addMainItem("","WWFD",60,"center","","",0,0); 
	
// define submenu properties (width,"align to edge","text-alignment",v offset,h offset)
	defineSubmenuProperties(320,"left","left",0,0);
	
	// add submenu link items ("url","Link name","_target","alt text")
	
	addSubmenuItem(CodeBase+"wwfd.htm","  What Would Fay Do?","","");
	addSubmenuItem(CodeBase+"wwfdphilo.htm","  Philosophy of a Professional Metal Shaper","","");
	addSubmenuItem(CodeBase+"wwfdpath.htm","  Path of the Craftsman","","");
	addSubmenuItem(CodeBase+"wwfddecision.htm","  Whose decision is it?","","");
	addSubmenuItem(CodeBase+"wwfdhand.htm","  The Connection Between the Hand and the Mind","","");
	addSubmenuItem(CodeBase+"wwfdshorts.htm","  Shorts","","");
	
	

// *** Resources & Links ***
addMainItem("","Resources",90,"center","","",0,0); 
	
// define submenu properties (width,"align to edge","text-alignment",v offset,h offset)
	defineSubmenuProperties(200,"left","left",0,0);
	
	// add submenu link items ("url","Link name","_target","alt text")
	
	addSubmenuItem(CodeBase+"resources.htm","Resources & Links","","");
	addSubmenuItem(CodeBase+"announcements.htm","Announcements","","");
	addSubmenuItem(CodeBase+"library.htm","Fay's Ultimate Library","","");
	addSubmenuItem(CodeBase+"bestmetal.htm","Best Metal Award-Autorama","","");
	

// *** For Sale ***
addMainItem("forsale.htm","For Sale",77,"center","","",0,0); 
	
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset)
	defineSubmenuProperties(150,"left","left",0,0);
	
	// add submenu link items ("url","Link name","_target","alt text")
	
	addSubmenuItem(CodeBase+"books.htm","Books","","");
	addSubmenuItem(CodeBase+"tools.htm","Tools &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>&nbsp;>&nbsp;>","","");
	
		 	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(150,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem(CodeBase+"handtools.htm","Hand Tools","","");
		addChildmenuItem(CodeBase+"layout.htm","Layout Tools","","");
		addChildmenuItem(CodeBase+"welding.htm","Welding","","");
		addChildmenuItem(CodeBase+"erco.htm","ERCO","","");
		addChildmenuItem(CodeBase+"powerhammers.htm","Power Hammers","","");

    addSubmenuItem(CodeBase+"faymade.htm","Fay-Made Products","","");
	addSubmenuItem(CodeBase+"misc.htm","Everything Else","","");
	
	 	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(120,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")	
	

// *** Cooking with Phyllis ***
addMainItem("cooking.htm","Cook w/Phyllis",120,"center","","",0,0); 
	
// define submenu properties (width,"align to edge","text-alignment",v offset,h offset)
	defineSubmenuProperties(270,"left","left",0,0);
	
	// add submenu link items ("url","Link name","_target","alt text")

	addSubmenuItem(CodeBase+"applepie.htm","Apple Pie","","");
	addSubmenuItem(CodeBase+"pumpkinpie.htm","Pumpkin Pie","","");
	addSubmenuItem(CodeBase+"raspsug.htm","Raspberry/Sugar Cookie Muffins","","");
	addSubmenuItem(CodeBase+"sugcook.htm","Sugar Cookies","","");
	addSubmenuItem(CodeBase+"chocchip.htm","Chocolate Chip Cookies","","");
	addSubmenuItem(CodeBase+"pbchocchip.htm","Peanut Butter Chocolate Chip Cookies","","");
	addSubmenuItem(CodeBase+"spinachsalad.htm","Spinach Pear Salad","","");
	addSubmenuItem(CodeBase+"macheese.htm","Macaroni & Cheese","","");
	addSubmenuItem(CodeBase+"blueberry.htm","Blueberry Cinnamon Cake","","");
	addSubmenuItem(CodeBase+"rhubarbpie.htm","Rhubarb Pie","","");
	addSubmenuItem(CodeBase+"chicken.htm","Trish's Sweet & Sour Chicken","","");
	addSubmenuItem(CodeBase+"creamsauce.htm","Cream Sauce w/Ham & Pea Pasta","","");
	addSubmenuItem(CodeBase+"gingerbread.htm","Gingerbread Cookies","","");
	addSubmenuItem(CodeBase+"noodlesalad.htm","Napa/Savoy Cabbage Noodle Salad","","");
	addSubmenuItem(CodeBase+"cinnrolls.htm","Cinnamon Rolls","","");



// *** Contact Information ***
addMainItem("contact.htm","Contact Us",90,"center","","",0,0); 
	
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset)
	defineSubmenuProperties(180,"left","left",0,0);
	
	// add submenu link items ("url","Link name","_target","alt text")
	



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


