 /***********************************************
*	(c) Ger Versluis 2000 version 13.20 October 12, 2005    *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=7;	
	var LowBgColor="#000000";			// Background color when mouse is not over
	var HighBgColor="#000000";			// Background color when mouse is over
	var FontLowColor="#e5bd8b";			// Font color when mouse is not over
	var FontHighColor="#ffffff";			// Font color when mouse is over 
	var BorderColor="#e5bd8b";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=0;			// Border width between elements main items
	var BorderBtwnSub=1;			// Border width between elements sub items
	var FontFamily="Verdana,Geneva,Arial,Helvetica,sans-serif";	// 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 can be: left, center, 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=1;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=14;				// Left padding
	var TopPaddng=-1;				// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=100;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="MenuPos";			// span id for relative positioning
	var MenuWrap=0;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="http://www.tibbies.net/";         // BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=["",0,0,"",0,0,BaseHref+"trileft.gif",1,1,BaseHref+"",1,1];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;		// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
	var OverFormElements=0;			// Set this to 0 when the menu does not need to cover form elements.

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
	
	var MenuShadow="";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("HOME","index.html","rollover?"+BaseHref+"images/menu_button80.jpg?"+BaseHref+"images/menu_button80.jpg",0,50,80,"","","","","","",-1,-1,-1,"","HOME");                                                                             
                                                                                                                             
Menu2=new Array("INFO & ARTICLES","tibbie_facts.html","rollover?"+BaseHref+"images/menu_button120.jpg?"+BaseHref+"images/menu_button120.jpg",12,50,120,"","","","","","",-1,-1,-1,"","About Tibetan Spaniels");	
	Menu2_1=new Array("Meet the Tibbie","tibbie_facts.html","",0,26,150,"","","","","","",-1,-1,-1,"","Meet the Tibetan Spaniel");   
	Menu2_2=new Array("FAQ","faq.html","",0,26,150,"","","","","","",-1,-1,-1,"","Frequently Asked Questions");   
	Menu2_3=new Array("History","history.html","",0,26,150,"","","","","","",-1,-1,-1,"","History of Tibetan Spaniels");   
	Menu2_4=new Array("Color Genetics","coat_color.html","",0,26,150,"","","","","","",-1,-1,-1,"","Coat Colours in Tibetan Spaniels");  
	Menu2_5=new Array("Car Safety","car_safety.html","",0,26,150,"","","","","","",-1,-1,-1,"","How to Travel with your Tibbie");  
	Menu2_6=new Array("Origin of Tibbies","origin.html","",0,26,150,"","","","","","",-1,-1,-1,"","Origin of Tibetan Spaniels");  
	Menu2_7=new Array("Right Breed for You?","right_breed.html","",0,26,150,"","","","","","",-1,-1,-1,"","Is the Tibetan Spaniel the right breed for you?");  
	Menu2_8=new Array("Breed Standard","standard.html","",0,26,150,"","","","","","",-1,-1,-1,"","AKC Breed Standard");  
	Menu2_9=new Array("What\'s in a Name?","researching_pedigrees.html","",0,26,150,"","","","","","",-1,-1,-1,"","What\'s in a Name? A Pedigree Handbook for Breeders");  
	Menu2_10=new Array("Tibbies First?","tibbies_first.html","",0,26,150,"","","","","","",-1,-1,-1,"","Tibbies First?");  
	Menu2_11=new Array("Dogs of Tibet","tibetan_dogs.html","",0,26,150,"","","","","","",-1,-1,-1,"","Dogs of Tibet");  
	Menu2_12=new Array("Tibetan Adventure","tibbies_China_Tibet.html","",0,26,150,"","","","","","",-1,-1,-1,"","Tibbies in China and Tibet");  

Menu3=new Array("HEALTH & CARE","diet.html","rollover?"+BaseHref+"images/menu_button120.jpg?"+BaseHref+"images/menu_button120.jpg",5,50,120,"","","","","","",-1,-1,-1,"","Health and Care for Tibetan Spaniels");	
	Menu3_1=new Array("Diet","diet.html","",0,26,120,"","","","","","",-1,-1,-1,"","What to feed your Tibbie");   
	Menu3_2=new Array("Grooming","grooming.html","",0,26,120,"","","","","","",-1,-1,-1,"","How to groom your Tibbie");  
	Menu3_3=new Array("Health Problems","health.html","",0,26,120,"","","","","","",-1,-1,-1,"","Potential Health Problems");  
	Menu3_4=new Array("Eye Problems","eye.html","",0,26,120,"","","","","","",-1,-1,-1,"","Eye Problems");  
	Menu3_5=new Array("Holiday Precautions","holidays.html","",0,26,120,"","","","","","",-1,-1,-1,"","Keeping Your Tibbie Safe During the Holidays");  

Menu4=new Array("PEDIGREES","itswp/pedigrees","rollover?"+BaseHref+"images/menu_button110.jpg?"+BaseHref+"images/menu_button110.jpg",3,50,110,"","","","","","",-1,-1,-1,"","Tibetan Spaniel Pedigrees");	
	Menu4_1=new Array("Find a Tibbie","itswp/pedigrees","",0,26,132,"","","","","","",-1,-1,-1,"","Look up a Tibbie pedigree");   
	Menu4_2=new Array("Enter a New Pedigree","itswp/pedigrees/add","",0,26,132,"","","","","","",-1,-1,-1,"","Enter a new Tibbie pedigree");  
	Menu4_3=new Array("Submission Guidelines","itswp/pedigrees/guidelines","",0,26,132,"","","","","","",-1,-1,-1,"","Photo submission Guidelines");  

Menu5=new Array("ITSWP","itswp/","rollover?"+BaseHref+"images/menu_button80.jpg?"+BaseHref+"images/menu_button80.jpg",6,50,90,"","","","","","",-1,-1,-1,"","International Tibetan Spaniel Working party");	
	Menu5_1=new Array("About ITSWP","itswp/","",0,26,164,"","","","","","",-1,-1,-1,"","About ITSWP");  
	Menu5_2=new Array("ITSWP Contacts by Country","itswp/contacts-by-country","",0,26,164,"","","","","","",-1,-1,-1,"","ITSWP Contacts by Country");   
	Menu5_3=new Array("PRA Probability Chart","itswp/probability.html","",0,26,164,"","","","","","",-1,-1,-1,"","PRA Probability Chart");   
	Menu5_4=new Array("Worldwide Kennels","itswp/kennels","",0,26,164,"","","","","","",-1,-1,-1,"","International Tibetan Spaniel Kennels");
	Menu5_5=new Array("PRA Cases & Carriers","itswp/pra-cases","",0,26,164,"","","","","","",-1,-1,-1,"","PRA Cases & Carriers in Tibetan Spaniels");   
	Menu5_6=new Array("Health Tests Database","itswp/health-tests","",0,26,164,"","","","","","",-1,-1,-1,"","Tibetan Spaniel Health Tests Database");  

Menu6=new Array("RESOURCES","links.html","rollover?"+BaseHref+"images/menu_button110.jpg?"+BaseHref+"images/menu_button110.jpg",11,50,110,"","","","","","",-1,-1,-1,"","Resources for Tibbie Owners");	
	Menu6_1=new Array("Recommended Sites","links.html","",0,26,136,"","","","","","",-1,-1,-1,"","Recommended Sites");   
	Menu6_2=new Array("Books","books.html","",0,26,136,"","","","","","",-1,-1,-1,"","Recommended Books");  
	Menu6_3=new Array("Products","goodies.html","",0,26,136,"","","","","","",-1,-1,-1,"","Recommended Products");
	Menu6_4=new Array("Recipes","recipes.html","",0,26,136,"","","","","","",-1,-1,-1,"","Favorite Recipes");
	Menu6_5=new Array("Puppy Names","puppy_names.html","",0,26,136,"","","","","","",-1,-1,-1,"","Suggested Names for your Tibetan Spaniel");
	Menu6_6=new Array("Training","training.html","",0,26,136,"","","","","","",-1,-1,-1,"","Training your Tibetan Spaniel - Behavioral Problems");
	Menu6_7=new Array("Dog Titles","dog_titles.html","",0,26,136,"","","","","","",-1,-1,-1,"","Dog Titles");
	Menu6_8=new Array("Tibbie Forum","forum/index.php","",0,26,136,"","","","","","",-1,-1,-1,"","Tibetan Spaniel Forum");
	Menu6_9=new Array("Photo Gallery","forum/index.php?action=mgallery","",0,26,136,"","","","","","",-1,-1,-1,"","Tibetan Spaniel Photo Gallery");
	Menu6_10=new Array("Global Village","village.html","",0,26,136,"","","","","","",-1,-1,-1,"","Tibetan Spaniel Global Village");
	Menu6_11=new Array("Downloads","downloads.html","",0,26,136,"","","","","","",-1,-1,-1,"","Tibetan Spaniel Network File Download Page");

Menu7=new Array("CONTACT US","contact.html","rollover?"+BaseHref+"images/menu_button100.jpg?"+BaseHref+"images/menu_button100.jpg",0,50,100,"","","","","","",-1,-1,-1,"","Contact Us");  

	