/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 22 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=8;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='black';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='gray';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,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='center';			// 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=124;				// Menu offset x coordinate
	var StartLeft=0;				// 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=1;			// 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("About Us","http://www.ridgleawatchandjewelry.com/about-ridglea.html","",0,20,80);
Menu2=new Array("Custom Design","","",2,20,120);
	Menu2_1=new Array("Custom Jewelry","http://www.ridgleawatchandjewelry.com/custom-jewelry.html","",0,20,120);
	Menu2_2=new Array("Gallery","http://www.ridgleawatchandjewelry.com/gallery.html","",0,20,125);
Menu3=new Array("Diamonds","http://www.ridgleawatchandjewelry.com/diamonds-ridglea.html","",2,20,85);
	Menu3_1=new Array("Caro 74 Diamonds","http://www.ridgleawatchandjewelry.com/caro74_diamonds.html","",0,20,125);
	Menu3_2=new Array("Kirk Kara","http://www.ridgleawatchandjewelry.com/kirk_kara_diamonds.html","",0,20,125);
Menu4=new Array("Jewelry","http://www.ridgleawatchandjewelry.com/jewelry.html","",7,20,74);
	Menu4_1=new Array("Alwand Vahan Jewelry","http://www.ridgleawatchandjewelry.com/alwand_vahan_jewelry.html","",0,20,185);
	Menu4_2=new Array("Bellarri Jewelry","http://www.ridgleawatchandjewelry.com/bellari-jewelry.html","",0,20,185);
	Menu4_3=new Array("Frederic Sage Jewelry","http://www.ridgleawatchandjewelry.com/frederic_sage_jewelry.html","",0,20,185);
	Menu4_4=new Array("Gadi Jewelry","http://www.ridgleawatchandjewelry.com/gadi-jewelry.html","",0,20,185);
	Menu4_5=new Array("Jere Wright Jewelry Boxes","http://www.ridgleawatchandjewelry.com/jere_wright_global.html","",0,20,185);
	Menu4_6=new Array("Leslie's Gold Jewelry","http://www.ridgleawatchandjewelry.com/leslies-gold.html","",0,20,185);
	Menu4_7=new Array("Pandora Jewelry","http://www.ridgleawatchandjewelry.com/pandora-jewelry.html","",0,20,185);
	Menu4_8=new Array("Storywheels Jewelry","http://www.ridgleawatchandjewelry.com/storywheels-jewelry.html","",0,20,185);
Menu5=new Array("Watches","http://www.ridgleawatchandjewelry.com/watches-ridglea.html","",6,20,78);
	Menu5_1=new Array("Ball Watches","http://www.ridgleawatchandjewelry.com/ball-watches.html","",0,20,170);
	Menu5_2=new Array("Fortis Watches","http://www.ridgleawatchandjewelry.com/fortis-watches.html","",0,20,170);
	Menu5_3=new Array("Maurice Lacroix Watches","http://www.ridgleawatchandjewelry.com/maurice-watches.html","",0,20,170);
	Menu5_4=new Array("MontBlanc Watches","http://www.ridgleawatchandjewelry.com/montblanc-watches.html","",0,20,170);
	Menu5_5=new Array("Oris Watches","http://www.ridgleawatchandjewelry.com/oris-watches.html","",0,20,170);
	Menu5_6=new Array("Tutima Watches","http://www.ridgleawatchandjewelry.com/tutima-watches.html","",0,20,170);
Menu6=new Array("Writing Instruments","http://www.ridgleawatchandjewelry.com/pens-ridglea.html","",2,20,152);
	Menu6_1=new Array("Montblanc Pens","http://www.ridgleawatchandjewelry.com/montblanc-pens.html","",0,20,152);
	Menu6_2=new Array("Montegrappa Pens","http://www.ridgleawatchandjewelry.com/montegrappa-pens.html","",0,20,152);
Menu7=new Array("Gifts","","",2,20,50);
	Menu7_1=new Array("Handbags","http://www.ridgleawatchandjewelry.com/debbie_brooks_handbags.html","",0,20,90);
	Menu7_2=new Array("Knives","http://www.ridgleawatchandjewelry.com/william_henry_studio.html","",0,20,90);
Menu8=new Array("Service & Repair","","",5,20,125);
	Menu8_1=new Array("Appraisals","http://www.ridgleawatchandjewelry.com/appraisals.html","",0,20,120);
	Menu8_2=new Array("Engraving","http://www.ridgleawatchandjewelry.com/engraving.html","",0,20,120);
	Menu8_3=new Array("Jewelry Repair","http://www.ridgleawatchandjewelry.com/jewelry-repair.html","",0,20,120);
	Menu8_4=new Array("Stringing","http://www.ridgleawatchandjewelry.com/stringing.html","",0,20,120);
	Menu8_5=new Array("Watch Repair","http://www.ridgleawatchandjewelry.com/watch-repair.html","",0,20,120);
