

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#59564C';			// Background color when mouse is not over
	var LowSubBgColor='#59564C';			// Background color when mouse is not over on subs
	var HighBgColor='#59564C';			// Background color when mouse is over
	var HighSubBgColor='#59564C';			// Background color when mouse is over on subs
	var FontLowColor='#FFC164';			// Font color when mouse is not over
	var FontSubLowColor='#FFC164';			// Font color subs when mouse is not over
	var FontHighColor='yellow';			// Font color when mouse is over
	var FontSubHighColor='yellow';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=185;				// 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=1;				// Left padding
	var TopPaddng=1;				// 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=1050;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='topFrame';			// Frame where first level appears
	var SecLineFrame='topFrame';			// Frame where sub levels appear
	var DocTargetFrame='mainFrame';			// 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=0;				// 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',9,10,'tridown.gif',12,9,'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("Info","","",5,32,105);

	Menu1_1=new Array("Home","index.php","",0,32,105);
	Menu1_2=new Array("About Us","about.php","",0,32,105);
	Menu1_3=new Array("Security","security.php","",0,32,105);
	Menu1_4=new Array("Cat Kisses","catkisses.php","",0,32,105);
	Menu1_5=new Array("Links","links.php","",0,32,105);

		
	
Menu2=new Array("B.S.H.","","",5,32,105);
	Menu2_1=new Array("Queens","bsh_queens.php","",0,32,105);
		
	Menu2_2=new Array("Studs","bsh_studs.php","",0,32,105);
			
	Menu2_3=new Array("Kittens","bsh_kittens.php","",0,32,105);
		
	Menu2_4=new Array("History","bsh_history.php","",0,32,105);
	
	Menu2_5=new Array("Health","bsh_health.php","",0,32,105);
	
	
Menu3=new Array("Cornish Rex","","",5,32,105);
	Menu3_1=new Array("Queens","cornish_rex_queens.php","",0,32,105);
		
	Menu3_2=new Array("Studs","cornish_rex_studs.php","",0,32,105);
			
	Menu3_3=new Array("Kittens","cornish_rex_kittens.php","",0,32,105);
		
	Menu3_4=new Array("History","cornish_rex_history.php","",0,32,105);
	
	Menu3_5=new Array("Health","cornish_rex_health.php","",0,32,105);
	
Menu4=new Array("Siamese","","",5,32,105);
	Menu4_1=new Array("Queens","siamese_queens.php","",0,32,105);
		
	Menu4_2=new Array("Studs","siamese_studs.php","",0,32,105);
			
	Menu4_3=new Array("Kittens","siamese_kittens.php","",0,32,105);
		
	Menu4_4=new Array("History","siamese_history.php","",0,32,105);
	
	Menu4_5=new Array("Health","siamese_health.php","",0,32,105);

Menu5=new Array("Orientals","","",5,32,105);
	Menu5_1=new Array("Queens","oriental_queens.php","",0,32,105);
		
	Menu5_2=new Array("Studs","oriental_studs.php","",0,32,105);
			
	Menu5_3=new Array("Kittens","oriental_kittens.php","",0,32,105);
		
	Menu5_4=new Array("History","orienta-history.php","",0,32,105);
	
	Menu5_5=new Array("Health","orienta-health.php","",0,32,105);
	
Menu6=new Array("News","news.php","",0,32,105);

Menu7=new Array("Kittens","kittens.php","",0,32,105);

Menu8=new Array("Gallery","gallery.php","",0,32,105);

Menu9=new Array("Contact","","",2,32,105);

	Menu9_1=new Array("Email Us","email.php","",0,32,105);
	
	Menu9_2=new Array("Guestbook","guest.php","",0,32,105);
		
