/***********************************************************************************
*	(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=9;			// Number of first level items
	var LowBgColor='#99ccff';			// Background color when mouse is not over
	var LowSubBgColor='#cc99ff';			// Background color when mouse is not over on subs
	var HighBgColor='#0000bd';			// Background color when mouse is over
	var HighSubBgColor='#84ffd7';			// Background color when mouse is over on subs
	var FontLowColor='#0000bd';			// Font color when mouse is not over
	var FontSubLowColor='#0000bd';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='0000bd';			// Font color subs when mouse is over
	var BorderColor='#99ccff';			// Border color
	var BorderSubColor='black';			// 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=9;				// Font size menu items
	var FontBold=1;				// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=15;				// 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='navbar';			// Frame where first level appears
	var SecLineFrame='main';			// Frame where sub levels appear
	var DocTargetFrame='main';			// 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=1;				// 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","home.htm","",0,20,90);

Menu2=new Array("Beads","","",10);
	Menu2_1=new Array("Goddesses","","",2,20,150);
		Menu2_1_1=new Array("Expectant Goddesses","egoddess.htm","",0,20,150);
		Menu2_1_2=new Array("Ancient Goddesses","agoddess.htm","",0);
		
	Menu2_2=new Array("Lentils","","",2);
		Menu2_2_1=new Array("Focals","lentil_beads.htm","",0,20,150);
		Menu2_2_2=new Array("Sets","lentil_sets.htm","",0);
		
	Menu2_3=new Array("Animal Beads","","",6);
		Menu2_3_1=new Array("Cats","cats.htm","",0,20,150);
		Menu2_3_2=new Array("Dogs","","",3);
			Menu2_3_2_1=new Array("Chihuahuas","chihuahuas.htm","",0,20,150);
			Menu2_3_2_2=new Array("Schnauzers","schnauzers.htm","",0,20,150);
			Menu2_3_2_3=new Array("Other Breeds","other_breeds.htm","",0);
		Menu2_3_3=new Array("Bunnies","bunnies.htm","",0);
		Menu2_3_4=new Array("Guinea Pigs","guinea_pigs.htm","",0);
		Menu2_3_5=new Array("Dragonflies","dragonflies.htm","",0);
		Menu2_3_6=new Array("Polar Bears","polar_bears.htm","",0);

	Menu2_4=new Array("Heart Beads","","",3);
		Menu2_4_1=new Array("Sunflower","sunflower_hearts.htm","",0,20,150);
		Menu2_4_2=new Array("Floral","floral_hearts.htm","",0);
		Menu2_4_3=new Array("Heart Attacks","heart_attacks.htm","",0);

	Menu2_5=new Array("Sets","","",9);
		Menu2_5_1=new Array("Organics","organics.htm","",0,20,150);
		Menu2_5_2=new Array("Maze","maze.htm","",0);
		Menu2_5_3=new Array("Millefiori","millefiori_beads.htm","",0);
		Menu2_5_4=new Array("Ivory & Turquoise","ivory_and_turquoise.htm","",0);
		Menu2_5_5=new Array("Purples","purple_beads.htm","",0);
		Menu2_5_6=new Array("Blues","blue_sets.htm","",0);
		Menu2_5_7=new Array("Pinks","pink_sets.htm","",0);
		Menu2_5_8=new Array("Greens","green_sets.htm","",0);
		Menu2_5_9=new Array("Mixed","mixed1.htm","",0);
		
	Menu2_6=new Array("Floral","","",13);
		Menu2_6_1=new Array("Sunflowers","sunflowers.htm","",0,20,150);
		Menu2_6_2=new Array("Ambers","ambers.htm","",0);
		Menu2_6_3=new Array("Yellows","yellows.htm","",0);
		Menu2_6_4=new Array("Purples","purples.htm","",0);
		Menu2_6_5=new Array("Reds","reds.htm","",0);
		Menu2_6_6=new Array("Pinks","pinks.htm","",0);
		Menu2_6_7=new Array("Corals","corals.htm","",0);
		Menu2_6_8=new Array("Blues","blues.htm","",0);
		Menu2_6_9=new Array("Greens","greens.htm","",0);
		Menu2_6_10=new Array("Ivories","ivories.htm","",0);
		Menu2_6_11=new Array("Mixed","mixed.htm","",0);
		Menu2_6_12=new Array("Black and White","black_and_white.htm","",0);
		Menu2_6_13=new Array("Whites","whites.htm","",0);
		
	
	Menu2_7=new Array("Tree Beads","tree_beads.htm","",0);
	
	Menu2_8=new Array("Holiday","holiday1.htm","",2);
		Menu2_8_1=new Array("Halloween","halloween.htm","",0,20,150);
		Menu2_8_2=new Array("Christmas","","",2);
			Menu2_8_2_1=new Array("Christmas Beads","christmas.htm","",0,20,150);
			Menu2_8_2_2=new Array("Christmas Sets","christmas_sets.htm","",0);
		
	Menu2_9=new Array("Cross Beads","cross_beads.htm","",0);
	Menu2_10=new Array("Wire Beads","wire_beads.htm","",0);
	
Menu3=new Array("Vessels","","",3);
	Menu3_1=new Array("Ancient Vessels","ancient_vessels.htm","",0,20,150);
	Menu3_2=new Array("Floral Vessels","floral_vessels.htm","",0);
	Menu3_3=new Array("Vessel Beads","vessel_beads.htm","",0);
Menu4=new Array("Fused Glass","fused_glass.htm","",0);
	
Menu5=new Array("Jewelry","","",4);
	Menu5_1=new Array("Lampwork Bracelets","lampwork_bracelets.htm","",0,20,150);
	Menu5_2=new Array("Dichroic Bracelets","dichroic_bracelets.htm","",0);
	Menu5_3=new Array("Bangle Braclets","","",3);
		Menu5_3_1=new Array("Lampwork Bracelets","bangle_bracelets.htm","",0,20,150);
		Menu5_3_2=new Array("Cube Bracelets","cube.htm","",0);
		Menu5_3_3=new Array("Tennis Bracelets","tennis.htm","",0);
	Menu5_4=new Array("Pendants","","",6);
		Menu5_4_1=new Array("Tree Pendants","treependants.htm","",0,20,150);
		Menu5_4_2=new Array("Sunflower Pendants","sunflower_pendants.htm","",0);
		Menu5_4_3=new Array("Animal Pendants","animal_pendants.htm","",0);
		Menu5_4_4=new Array("Fish Pendants","fish_pendants.htm","",0);
		Menu5_4_5=new Array("Cross Pendants","cross_pendants.htm","",0);
		Menu5_4_6=new Array("Wire Wrapped Pendants","wire_wrapped.htm","",0);

Menu6=new Array("Wrap A Bead","wrap.htm","",0);
Menu7=new Array("Shipping","shipping.htm","",0);
Menu8=new Array("Gallery","","",3);
 	Menu8_1=new Array("Wire Wrap","","",1,20,150);
 		Menu8_1_1=new Array("Bracelets","gallery_wire_bracelets.htm","",0,20,150);
 	Menu8_2=new Array("Seed Bead Work","","",5);
 		Menu8_2_1=new Array("Necklaces","seed_bead_necklaces.htm","",0,20,150);
 		Menu8_2_2=new Array("Bracelets","seed_bead_bracelets.htm","",0);
	 	Menu8_2_3=new Array("Earrings","seed_bead_earrings.htm","",0);
 		Menu8_2_4=new Array("Amulet Bags","amulet_bags.htm","",0);
 		Menu8_2_5=new Array("Beaded Cabochons","beaded_cabochons.htm","",0);
 	Menu8_3=new Array("Holland School","","",1);
 		Menu8_3_1=new Array("2007","Holland_2007.htm","",0,20,150);
Menu9=new Array("Pets","","",7);
	Menu9_1=new Array("Butterbean","butterbean.htm","",1,20,120);
		Menu9_1_1=new Array("<img src='bbsmall.jpg'>","butterbean.htm","",0,100,100);
	Menu9_2=new Array("Bella","bella.htm","",1,20,100);
		Menu9_2_1=new Array("<img src='bellasmall.jpg'>","bella.htm","",0,100,100);
    Menu9_3=new Array("Spike","spike.htm","",1,20,100);
		Menu9_3_1=new Array("<img src='spikesmall.jpg'>","spike.htm","",0,100,100);
	Menu9_4=new Array("Romeo","romeo.htm","",1,20,110);
		Menu9_4_1=new Array("<img src='romeo1small.jpg'>","romeo.htm","",0,100,100);
	Menu9_5=new Array("Caesar","Caesar.htm","",1,20,110);
		Menu9_5_1=new Array("<img src='CaesarMenu.jpg'>","caesar.htm","",0,100,100);
	Menu9_6=new Array("Christmas 2007","Christmas_2007.htm","",1,20,110);
		Menu9_6_1=new Array("<img src='xmas07menu.jpg'>","Christmas_2007.htm","",0,100,100);
	Menu9_7=new Array("Foster Dogs","foster_dogs.htm","",1,20,110);
		Menu9_7_1=new Array("<img src='foster.jpg'>","foster_dogs.htm","",0,100,118);	