// JavaScript Document
if (isMenu) {
    menuVersion = 3;        
	menuWidth = 106;    
	childOverlap = 0;
    childOffset = 0;    
	perCentOver = null;    
	secondsVisible = .1;    
    fntCol = "#FFFFFF";    
	fntSiz = "8";    
	fntBold = false;    
	fntItal = false;
    fntFam = "Arial,Helvetica,sans-serif";        
	backCol = "black";    
	overCol = "#FFCCCC";
    overFnt = "purple";        
	borWid = 1;    
	borCol = "black";
    borSty = "solid";    
	itemPad = 3;    
    imgSrc = "http://www.witherslackhallequestriancentre.co.uk/16x16.gif";    
	imgSiz = 9;    
    separator = 1;    
	separatorCol = "white";    
    isFrames = false;      // <-- IMPORTANT
    navFrLoc = "";    // <-- frameset-specific
    mainFrName = "";  // <-- variables        
	keepHilite = false; 
    clickStart = false;    
	clickKill = false;
}