
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}

effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#000000', Direction=135, Strength=5)"



timegap=500		// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=1;	// Sub menu offset Top position 
suboffset_left=1;	// Sub menu offset Left position

style1=[		// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",		// Mouse Off Font Color
"0000ff",		// Mouse Off Background Color
"ffffff",		// Mouse On Font Color
"0000ff",		// Mouse On Background Color
"000000",		// Menu Border Color 
12,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Verdana",		// Font Name
1,			// Menu Item Padding
"",			// Sub Menu Image (Leave this blank if not needed)
1,			// 3D Border & Separator bar
"000000",		// 3D High Color
"000000",		// 3D Low Color
"000000",		// Current Page Item Font Color (leave this blank to disable)
"0000ff",		// Current Page Item Background Color (leave this blank to disable)
"",			// Top Bar image (Leave this blank to disable)
"ffffff",		// Menu Header Font Color (Leave blank if headers are not needed)
"0000ff",		// Menu Header Background Color (Leave blank if headers are not needed)
"000000",		// Menu Item Separator Color
]

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",		// Menu Name - This is needed in order for the menu to be called
0,			// Menu Top - The Top position of the menu in pixels
10,			// Menu Left - The Left position of the menu in pixels
,			// Menu Width - Menus width in pixels
2,			// Menu Border Width 
"center",		// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,			// Properties Array - this is set higher up, as above
1,			// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",			// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,			// Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,			// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 			// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
1,			// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,			// Position of TOP sub image left:center:right
,			// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,			// Right To Left - Used in Hebrew for example. (1=on/0=off)
,			// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,			// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,			// Background image for menu when BGColor set to transparent.
,			// Scrollable Menu
,			// Reserved for future use

//------------------
// Basis Menu
//------------------ 
// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

,"&nbsp; Home &nbsp;&nbsp;",						"home.html",,			"Goto homepage",1
,"&nbsp; Males &nbsp;&nbsp;",						"show-menu=male",,		"Males",1
,"&nbsp; Females &nbsp;&nbsp;",						"show-menu=female",,		"Females",1 
,"&nbsp; Photo gallery &nbsp;&nbsp;",					"show-menu=photo_gallery",,	"Photo gallery",1 
,"&nbsp; Nursery &nbsp;&nbsp;",						"nursery.html",,		"Nursery",1 
,"&nbsp; Show Results &nbsp;&nbsp;",					"show-menu=show_results",,	"Show Results",1
,"&nbsp; Glossery &nbsp;&nbsp;",					"show-menu=glossery",,		"Glossery",1
,"&nbsp; Links &nbsp;&nbsp;",						"show-menu=links",,		"Links",1
,"&nbsp; Contact &nbsp;&nbsp;",						"show-menu=contact",,		"Contact",1
	])

//----------------------------
// Hoofd Menu Males
//----------------------------

	addmenu(menu=["male",,,,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp; Stud &nbsp;&nbsp;",					"show-menu=male_stud",,		"Studs",1
	,"&nbsp; Neuter &nbsp;&nbsp;",					"show-menu=male_neuter",,	"Neuters",1
	])
	
	// Sub Menu Studs
	//---------------------------------

	addmenu(menu=["male_stud",,,,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp; Miapho Quintus &nbsp;&nbsp;",				"quintus.html",,		"Miapho Quintus",1
	,"&nbsp; Shermese OneCoolCat &nbsp;&nbsp;",			"onecoolcat.html",,		"Shermese OneCoolCat",1
	])

	// Sub Menu Neuter
	//----------------------------------
	
       	addmenu(menu=["male_neuter",,,,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp; Suvannabhumi I've Got The Power &nbsp;&nbsp;",		"ivegotthepower.html",,		"Suvannabhumi Ive Got The Power",1
	,"&nbsp; Mazal-Tov Elvis &nbsp;&nbsp;",				"elvis.html",,			"Mazal-Tov Elvis",1
	])


//--------------------------------
// Hoofd Menu Females
//--------------------------------

	addmenu(menu=["female",,,,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp; Queen &nbsp;&nbsp;",					"show-menu=female_queen",,	"Queens",1
	,"&nbsp; Spayed &nbsp;&nbsp;",					"show-menu=female_neuter",,	"Spayed",1
	])

	// Sub Menu Queens
	//---------------------------------------

	addmenu(menu=["female_queen",,,,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp; Marilljos Sweet Konfetti &nbsp;&nbsp;",		"sweetkonfetti.html",,		"Marilljos Sweet Konfetti",1
	,"&nbsp; Sweet Cats Be Like No Other &nbsp;&nbsp;",		"belikenoother.html",,		"Sweet Cats Be Like No Other",1
	,"&nbsp; Suvannabhumi A Touch of Blue &nbsp;&nbsp;",		"atouchofblue.html",,		"Suvannabhumi A Touch of Blue",1
	,"&nbsp; Suvannabhumi Spinderella &nbsp;&nbsp;",		"spinderella.html",,		"Suvannabhumi Spinderella",1
	,"&nbsp; Suvannabhumi Diamond Star &nbsp;&nbsp;",		"diamondstar.html",,		"Suvannabhumi Diamond Star",1
	])

	// Sub Menu Spayed
	//--------------------------------------
	
        addmenu(menu=["female_neuter",,,,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp; Eternalflame Blackmagicwoman of RH &nbsp;&nbsp;",	"blackmagicwoman.html",,	"Eternalflame Blackmagicwoman of RH",1
	,"&nbsp; Suvannabhumi Tiger Tail &nbsp;&nbsp;",			"tigertail.html",,		"Suvannabhumi Tiger Tail",1
	])


//---------------------------------------
// Hoofd Menu Photo Gallery
//---------------------------------------

	addmenu(menu=["photo_gallery",,,,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp; Photo &nbsp;&nbsp;",					"photo1.html",,			"Photo",1
	])


//----------------------
// Hoofd Nursery
//----------------------

	addmenu(menu=["nursery",,,,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp; Expected &nbsp;&nbsp;",				"expected.html",,		"Expected",1
	,"&nbsp; New born &nbsp;&nbsp;",				"newborn.html",,		"New born",1
	,"&nbsp; Kittens &nbsp;&nbsp;",					"kittens.html",,		"Kittens",1
	])	


//---------------------------------------
// Hoofd Menu Show Results
//---------------------------------------

	addmenu(menu=["show_results",,,,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp; 2008 - 2009 &nbsp;&nbsp;",				"show08.html",,			"Show results 2008 - 2009",1
	,"&nbsp; 2007 - 2008 &nbsp;&nbsp;",				"show07.html",,			"Show results 2007 - 2008",1
	,"&nbsp; 2006 - 2007 &nbsp;&nbsp;",				"show06.html",,			"Show results 2006 - 2007",1
	,"&nbsp; 2005 - 2006 &nbsp;&nbsp;",				"show05.html",,			"Show results 2005 - 2006",1
	,"&nbsp; 2004 - 2005 &nbsp;&nbsp;",				"show04.html",,			"Show results 2004 - 2005",1
	])


//--------------------------------
// Hoofd Menu Glossery
//--------------------------------

	addmenu(menu=["glossery",,,,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp; Siamese &nbsp;&nbsp;",					"siamese.html",,		"Siamese",1
	,"&nbsp; Titles &nbsp;&nbsp;",					"titles.html",,			"Titles",1
	])


//---------------------------
// Hoofd Menu Links
//---------------------------

	addmenu(menu=["links",,,,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp; Banner &nbsp;&nbsp;",					"banner.html",,			"Banner",1
	,"&nbsp; Breeders &nbsp;&nbsp;",				"breeders.html",,		"Breeders",1
	,"&nbsp; Others &nbsp;&nbsp;",					"others.html",,			"Others",1
	])

	
//-------------------------------
// Hoofd Menu Contact
//-------------------------------

	addmenu(menu=["Contact",,,,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp; Contact &nbsp;&nbsp;",					"contact.html",,		"Contact",1
	,"&nbsp; Email &nbsp;&nbsp;",					"mailto:info@suvannabhumi.nl",,	"Email",1
	])

dumpmenus()