/***********************************************************************************
*	(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=10;			// Number of first level items
	var LowBgColor='#660000';			// Background color when mouse is not over
	var LowSubBgColor='#660000';			// Background color when mouse is not over on subs
	var HighBgColor='#B4B4B4';			// Background color when mouse is over
	var HighSubBgColor='#B4B4B4';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='yellow';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// 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=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='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=.2;			// vertical overlap child/ parent
	var StartTop=103;				// 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=2;				// 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=1;			// 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("Info","","",5,20,80);
	Menu1_1=new Array("Whats New","whatsnew.php","",0,20,80);
	Menu1_2=new Array("Auction","felinecharityauction.php","",0,20,80);
	Menu1_3=new Array("Lost","missingsiamese.php","",0,20,80);
	Menu1_4=new Array("Contact Us","contact.php","",0,20,80);
	Menu1_5=new Array("Home","index.php","",0,20,80);

Menu2=new Array("Breeders","","",3,20,80);
	Menu2_1=new Array("Find a Breeder","breeders_find.php","",0,20,100);
	Menu2_2=new Array("Add Your Details","breeders_add.php","",0,20,100);
	Menu2_3=new Array("Information","breeders_info.php","",0,20,100);
	
Menu3=new Array("Kittens","","",4,20,100);
	Menu3_1=new Array("Kittens For Sale","kittensforsale.php","",0,20,100);
	Menu3_2=new Array("List Your Kittens","kittens_add.php","",0,20,100);
	Menu3_3=new Array("Info for Buyers","kittens_buying.php","",0,20,100);
	Menu3_4=new Array("Adult Rehoming","siamese_rehoming.php","",0,20,100);
	
Menu4=new Array("Stud Cats","","",2,20,90);
	Menu4_1=new Array("Find A Stud","stud_find.php","",0,20,90);
	Menu4_2=new Array("List Your Stud","stud_add.php","",0,20,90);
	
Menu5=new Array("Cat Info","","",4,20,95);
	Menu5_1=new Array("Siamese Cats","","",6,20,95);
		Menu5_1_1=new Array("Breed Info","siamese_breedinfo.php","",0,20,120);
		Menu5_1_2=new Array("Breed History","siamese_history.php","",0,20,120);
		Menu5_1_3=new Array("Siamese Legends","siamese_legends.php","",0,20,120);
		Menu5_1_4=new Array("Breed Colours","","",4,20,120);
			Menu5_1_4_1=new Array("Solid Points","siamese_colours_solids.php","",0,20,120);
			Menu5_1_4_2=new Array("Tortie Points","siamese_colours_tortiepoints.php","",0,20,120);
			Menu5_1_4_3=new Array("Tabby Points","siamese_colours_tabbypoints.php","",0,20,120);
			Menu5_1_4_4=new Array("Tortie Tabby Points","siamese_colours_tortietabbypoints.php","",0,20,120);
		Menu5_1_5=new Array("Standard of Points","siamese_sop.php","",0,20,120);
		Menu5_1_6=new Array("Breed News","siamese_news.php","",0,20,120);
	Menu5_2=new Array("Oriental Cats","","",5,20,95);
		Menu5_2_1=new Array("Breed Info","oriental_breedinfo.php","",0,20,120);
		Menu5_2_2=new Array("Breed History","oriental_history.php","",0,20,120);
		Menu5_2_3=new Array("Breed Colours","","",9,20,120);
			Menu5_2_3_1=new Array("Selfs","oriental_colours_selfs.php","",0,20,120);
			Menu5_2_3_2=new Array("Torties","oriental_colours_tortie.php","",0,20,120);
			Menu5_2_3_3=new Array("Smokes","oriental_colours_smokes.php","",0,20,120);
			Menu5_2_3_4=new Array("Spotted Tabbies","oriental_colours_spottedtabby.php","",0,20,120);
			Menu5_2_3_5=new Array("Classic Tabbies","oriental_colours_classictabby.php","",0,20,120);
			Menu5_2_3_6=new Array("Mackerel Tabbies","oriental_colours_mackereltabby.php","",0,20,120);
			Menu5_2_3_7=new Array("Ticked Tabbies","oriental_colours_tickedtabby.php","",0,20,120);
			Menu5_2_3_8=new Array("Shaded","oriental_colours_shaded.php","",0,20,120);
			Menu5_2_3_9=new Array("Bi-Colours","oriental_colours_bicolours.php","",0,20,120);
		Menu5_2_4=new Array("Standard of Points","oriental_sop.php","",0,20,120);
		Menu5_2_5=new Array("Breed News","oriental_news.php","",0,20,120);
	Menu5_3=new Array("Cat Care","","",9,20,110);
		Menu5_3_1=new Array("Grooming","catcare_grooming.php","",0,20,110);
		Menu5_3_2=new Array("Feeding","catcare_feeding.php","",0,20,110);
		Menu5_3_3=new Array("House Training","catcare_training.php","",0,20,110);
		Menu5_3_4=new Array("Equipment","catcare_equipment.php","",0,20,110);
		Menu5_3_5=new Array("Luxuries","catcare_luxuries.php","",0,20,110);
		Menu5_3_6=new Array("Feline Tips","catcare_tips.php","",0,20,110);
		Menu5_3_7=new Array("Recipes","catcare_recipes.php","",0,20,110);
		Menu5_3_8=new Array("Cat DIY","catcare_diy.php","",0,20,110);
		Menu5_3_9=new Array("Recomendations","catcare_recommend.php","",0,20,110);
	Menu5_4=new Array("Cat Health","","",4,20,95);
		Menu5_4_1=new Array("Health Care","cathealth_care.php","",0,20,95);
		Menu5_4_2=new Array("Vacinations","cathealth_vacinations.php","",0,20,95);
		Menu5_4_3=new Array("Members Health","cathealth_memhealth.php","",0,20,95);
		Menu5_4_4=new Array("Dear Kahlua","cathealth_dearkahlua.php","",0,20,95);
		
Menu6=new Array("Gallery","","",6,20,95);
	Menu6_1=new Array("Members Cats","gallery_members.php","",0,20,95);
	Menu6_2=new Array("Members Pics","gallery_members_pics.php","",0,20,95);
	Menu6_3=new Array("Members Blogs","gallery_members_blogs.php","",0,20,95);
	Menu6_4=new Array("Wallpaper","gallery_wallpaper.php","",0,20,95);
	Menu6_5=new Array("Art Gallery","gallery_art.php","",0,20,95);
	Menu6_6=new Array("Rainbow Bridge","gallery_rainbowbridge.php","",0,20,95);
	
Menu7=new Array("Cat Tales","","",5,20,95);
	Menu7_1=new Array("Book Reviews","cattales_bookreviews.php","",0,20,95);
	Menu7_2=new Array("Cat Quotes","cattales_catquotes.php","",0,20,95);
	Menu7_3=new Array("Stories","cattales_stories.php","",0,20,95);
	Menu7_4=new Array("Jokes","cattales_jokes.php","",0,20,95);
	Menu7_5=new Array("Poems","cattales_poems.php","",0,20,95);
	
Menu8=new Array("Cat Shows","","",4,20,100);
	Menu8_1=new Array("Show Dates","catshows_dates.php","",0,20,100);
	Menu8_2=new Array("Show FAQ","catshows_faq.php","",0,20,100);
	Menu8_3=new Array("Show Terms","catshows_terms.php","",0,20,100);
	Menu8_4=new Array("Member Results","catshows_results.php","",0,20,100);
	
Menu9=new Array("Links","","",6,20,90);
	Menu9_1=new Array("Breeders","links_siamesecatbreeders.php","",0,20,90);
	Menu9_2=new Array("Clubs","links_clubs.php","",0,20,90);
	Menu9_3=new Array("Cat Stuff","links_general.php","",0,20,90);
	Menu9_4=new Array("Website Directories","links_web.php","",0,20,90);
	Menu9_5=new Array("Cat Products","links_products.php","",0,20,90);
	Menu9_6=new Array("Internet Services","links_websites.php","",0,20,90);
	
Menu10=new Array("Cat Chat","catchat.php","",0,20,70);
	
		
	