/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=32;			// Number of first level items
	var LowBgColor='#8888FF';			// Background color when mouse is not over
	var LowSubBgColor='#A8A8FF';			// Background color when mouse is not over on subs
	var HighBgColor='#6666FF';			// Background color when mouse is over
	var HighSubBgColor='#6666FF';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#8888FF';			// Border color
	var BorderSubColor='#8888FF';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=15;				// Menu offset x coordinate
	var StartLeft=11;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","index.htm","",0,15,88);

Menu2=new Array("Specials","ArmstrongPg2.htm","",0);
	
Menu3=new Array("Cleaners","Cleaners.html","",0);

Menu4=new Array("Books","Books.htm","",10);
	Menu4_1=new Array("New Books","books_new.html","",0,15,200);
	Menu4_2=new Array("Casting","books_casting.html","",0,15,200);
	Menu4_3=new Array("Jewelry Making, Designing, and Metalsmithing","books_jewelrymaking1.htm","",3,15,200);
		Menu4_3_1=new Array("Jewelry Making, Designing, and Metalsmithing - Page 1","books_jewelrymaking1.htm","",0,15,250);
		Menu4_3_2=new Array("Jewelry Making, Designing, and Metalsmithing - Page 2","books_jewelrymaking2.htm","",0,15,250);
		Menu4_3_3=new Array("Jewelry Making, Designing, and Metalsmithing - Page 3","books_jewelrymaking3.htm","",0,15,250);
	Menu4_4=new Array("Wireworking","books_wireworking1.htm","",2,15,200);
		Menu4_4_1=new Array("Wireworking - Page 1","books_wireworking1.htm","",0,15,150);
		Menu4_4_2=new Array("Wireworking - Page 2","books_wireworking2.htm","",0);
	Menu4_5=new Array("Bead Making & Bead Stringing","books_beading1.htm","",2,15,200);
		Menu4_5_1=new Array("Bead Making & Bead Stringing - Page 1","books_beading1.htm","",0,15,200);
		Menu4_5_2=new Array("Bead Making & Bead Stringing - Page 2","books_beading2.htm","",0,15,200);
	Menu4_6=new Array("Glass Beads","books_glass_beads.htm","",0);
	Menu4_7=new Array("Art Silver Clay / PMC","books_pmc.htm","",0);
	Menu4_8=new Array("Resource / Reference Books","books_reference1.htm","",2,15,200);
		Menu4_8_1=new Array("Resource / Reference Books - Page 1","books_reference1.htm","",0,15,200);
		Menu4_8_2=new Array("Resource / Reference Books - Page 2","books_reference2.htm","",0,15,200);
	Menu4_9=new Array("Wax Modeling","books_waxmodeling.htm","",0);
	Menu4_10=new Array("Altered Art/Collage/Papercrafts","books_papercrafts.htm","",0);

Menu5=new Array("Wax Tools","WaxTools.htm","",0);
	
Menu6=new Array("Modeler Tools","ModelerProducts.htm","",2);
	Menu6_1=new Array("Modeler Tools - Page 1","ModelerProducts.htm","",0,15,130);
	Menu6_2=new Array("Modeler Tools - Page 2","ModelerProductsPage2.htm","",0);

Menu7=new Array("Lindstrom","Lindstrom.htm","",0);
	Menu7_1=new Array("ROASTING","coffee.htm#roasting","",0,20,140);	
	
Menu8=new Array("Metals","SheetMetalPrices.htm","",5);
	Menu8_1=new Array("Sterling Silver - Sheet/Wire","SheetWirePrices.htm","",0,15,150);
	Menu8_2=new Array("Metal Wire","WirePrices.htm","",0,15,150);
	Menu8_3=new Array("Metal Sheet","SheetMetalPrices.htm","",0,15,150);
	Menu8_4=new Array("Casting Grain/Bezel Wire/Solder","CastBezSolPrices.htm","",0,15,150);
	Menu8_5=new Array("Tubing/Rod","TubingPrices.htm","",0,15,150);
	
Menu9=new Array("School Art Supplies","ArtDepartment1.htm","",3);
	Menu9_1=new Array("School Art Supplies - Page 1","ArtDepartment1.htm","",0,15,140);
	Menu9_2=new Array("School Art Supplies - Page 2","ArtDepartment2.htm","",0,15,140);
	Menu9_3=new Array("School Art Supplies - Page 3","ArtDepartment3.htm","",0,15,140);
	
Menu10=new Array("Ready-Cast","ReadyCast.htm","",3);
	Menu10_1=new Array("Ready-Cast - Wax Setting Tools","ReadyCast.htm","",0,15,140);
	Menu10_2=new Array("Ready-Cast - How To Use","ReadyCastProcess1.htm","",0,15,140);
	Menu10_3=new Array("Ready-Cast - How To Use 2","ReadyCastProcess1.htm","",0);		
	
Menu11=new Array("Abrasives","AbrasivesPg1.htm","",2);
	Menu11_1=new Array("Abrasives - Page 1","AbrasivesPg1.htm","",0,15,140);
	Menu11_2=new Array("Abrasives - Page 2","AbrasivesPg2.htm","",0,15,140);

Menu12=new Array("Burs","Burs.htm","",0,15,138);

Menu13=new Array("Art Clay","art_silver_clay.htm","",0,15,138);

Menu14=new Array("Beading","beading_supplies_tools.html","",1);
	Menu14_1=new Array("Beading - Suppies & Tools","beading_supplies_tools.html","",0,15,140);
	
Menu15=new Array("Magnifiers","magnifiers.html","",0,15,138);

Menu16=new Array("Flex Shafts","flexshafts.html","",0,15,138);

Menu17=new Array("Jump Ringer Kit","jumpringerkit.html","",0,15,138);

Menu18=new Array("Packaging/Display","packaging_display.html","",10);
	Menu18_1=new Array("Packaging","packaging_pg1.html","",0,15,140);
	Menu18_2=new Array("Packaging Page 2","packaging_pg2.html","",0,15,140);
	Menu18_3=new Array("Packaging Page 3","packaging_pg3.html","",0,15,140);
	Menu18_4=new Array("Display","display_pg1.html","",0,15,140);
	Menu18_5=new Array("Display Page 2","display_pg2.html","",0,15,140);
	Menu18_6=new Array("Display Page 3","display_pg3.html","",0,15,140);
	Menu18_7=new Array("Display Page 4","display_pg4.html","",0,15,140);
	Menu18_8=new Array("Accessories","packaging_display_accessories.html","",0,15,140);
	Menu18_9=new Array("Jewelry Boxes","jewelry_boxes_page1.html","",0,15,140);
	Menu18_10=new Array("Jewelry Boxes page 2","jewelry_boxes_page2.html","",0,15,140);

Menu19=new Array("Casting Supplies","casting.html","",0,15,138);

Menu20=new Array("Findings","findings.html","",2);
	Menu20_1=new Array("Findings - Page 1","findings.html","",0,15,140);
	Menu20_2=new Array("Findings - Page 2","findings02.html","",0,15,140);
	
Menu21=new Array("Chains","chains.html","",0,15,138);

Menu22=new Array("Watch Tools","watch_tools.html","",0,15,138);

Menu23=new Array("Dapping Tools","dapping_tools.html","",0,15,138);

Menu24=new Array("Scales","scales.html","",0,15,138);

Menu25=new Array("Classes","classes.html","",0,15,138);	

Menu26=new Array("About Us","Bio.htm","",0,15,138);

Menu27=new Array("Order Info","howtoorder.htm","",0,15,138);

Menu28=new Array("Contact Us","ArmsToolsIOrder.htm","",0,15,138);


Menu29=new Array("______________","","",0,12,138);
Menu30=new Array("PRICES SUBJECT","","",0,12,138);
Menu31=new Array("TO CHANGE","","",0,12,138);
Menu32=new Array("WITHOUT NOTICE","","",0,12,138);


	