/***********************************************************************************
*	This is the Parent Nav	          *
***********************************************************************************/

var NoOffFirstLineMenus=14;			// Number of first level items
var LowBgColor='#008C99';			// Background color when mouse is not over
var LowSubBgColor='#008C99';		// Background color when mouse is not over on subs
var HighBgColor='#660033';			// Background color when mouse is over
var HighSubBgColor='#660033';		// Background color when mouse is over on subs
var FontLowColor='#FFFFFF';			// Font color when mouse is not over
var FontSubLowColor='#FFFFFF';		// Font color subs when mouse is not over
var FontHighColor='#FFFFFF';		// Font color when mouse is over
var FontSubHighColor='#FFFFFF';		// Font color subs when mouse is over
var BorderColor='#660033';			// Border color
var BorderSubColor='#660033';		// Border color for subs
var BorderWidth=2;					// 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=.05;				// horizontal overlap child/ parent
var ChildVerticalOverlap=.4;		// vertical overlap child/ parent
var StartTop=20;					// 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=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
var DissapearDelay=500;				// 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='MenuPos';			// 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=['http://www.galaxymall.com/stores/clrc/nav/tri.gif',5,10,'http://www.galaxymall.com/stores/clrc/nav/tridown.gif',10,5,'http://www.galaxymall.com/stores/clrc/nav/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("Express Reorder","javascript:LogIn();","",0,20,131);

Menu1=new Array("Home","/index.html","",0,20,130);
Menu2=new Array("Free Report: Are Contact Lenses Right For You","/freereport.html","",0,50);
Menu3=new Array("Obtaining Your Prescription & the Law","/obtainrx.html","",0,50);
Menu4=new Array("Understanding your Prescription","/understandingrx.html","",0,34);
Menu5=new Array(" &nbsp;Find your<br> &nbsp;Lenses Here","#","",3,30,165);
	Menu5_1=new Array("By Type","/type.html","",6,20,160);
		Menu5_1_1=new Array("Disposable (1 day)","/product.html?PRODUCT_TYPE_ID=1","",0,20,220);
		Menu5_1_2=new Array("Disposable (1-2 weeks)","/product.html?PRODUCT_TYPE_ID=7","",0);
		Menu5_1_3=new Array("Program Replacement (1-3 months)","/product.html?PRODUCT_TYPE_ID=8","",0);
		Menu5_1_4=new Array("Soft Lens Vials","/product.html?PRODUCT_TYPE_ID=5","",0);
	Menu5_2=new Array("By Brand","/brand.html","",6,20,160);
		Menu5_2_1=new Array("Bausch & Lomb","/product.html?MANUFACTURER_ID=1","",0,20,160);
		Menu5_2_2=new Array("Ciba / Wesley Jessen","/product.html?MANUFACTURER_ID=2","",0);
		Menu5_2_3=new Array("Coopervision","/product.html?MANUFACTURER_ID=3","",0);
		Menu5_2_4=new Array("Hydron / Ocular Sciences","/product.html?MANUFACTURER_ID=4","",0);
		Menu5_2_5=new Array("Johnson & Johnson","/product.html?MANUFACTURER_ID=5","",0);
		Menu5_2_6=new Array("Sunsoft","/product.html?MANUFACTURER_ID=7","",0);
Menu5_1_5=new Array("Hard","/lenses_hard.html","",0);
Menu5_1_6=new Array("Rigid Gas Permeable","/lenses_hard.html","",0);
	Menu5_3=new Array("By Name","/name.html","",0);
Menu6=new Array("Shipping Information","/shipping.html","",0);
Menu7=new Array("FAQ's","/faq.html","",0);
Menu8=new Array("Testimonials","/testimonials.html","",0);
Menu9=new Array("About Us","/about.html","",0);
Menu10=new Array("Our Guarantee","/guarantee.html","",0);
Menu11=new Array("Return Policy","/returns.html","",0);
Menu12=new Array("&nbsp;Contact Us - <BR>&nbsp;Customer Service","/contact.html","",0,34);
Menu13=new Array("Useful Links","/links.html","",0);
Menu14=new Array("Refer a Friend","/referal.html","",0);