// Milonic DHTML Menu version 3.1
// please note that major changes to this file have been made.
//
// You no longer need to number your menus as in previous versions. 
// The new menu structure allows you to name the menu instead. This means that you to remove menus and not break the system.
// The structure should also be much easier to modify, add & remove menus and menu items.
// 
// If you are having difficulty with the menu please read the FAQ at http://www.milonic.co.uk/menu/faq.php before contacting us.
//
// Please note that the above text CAN be erased if you wish.


// The following line is critical for menu operation, and must appear only once.
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)}
//Please leave the above line intact
////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;
effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)"
hlp=[						// hlp is an array of properties you can have as many property arrays as you need
"D4D0C8",					// Off Font Color
"8B0000",					// Off Back Color
"FFFFFF",					// On Font Color
"BB0000",					// On Back Color
"000000",					// Border Color   was 666666   006400
12,						// Font Size
"normal",					// Font Style
"normal",					// Font Weight
"arial, helvetica, sans",			// Font
3,						// Padding
"http://www.maskc.org/images/arrow.gif",	// Sub Menu Image
,						// 3D Border & Separator
"008000",					// 3D High Color   cccccc
"000000"					// 3D Low Color
]




addmenu(menu=["menu1",			// this is the array that contains your menu properties and details
170,						// Top
15,						// left
105,						// Width
1,						// Border Width
"",						// Screen Position - here you can use "center;middle;right"
hlp,						// Properties Array - as above
1,						// Always Visible - allows the menu item to be visible at all time
"left",					// Alignment - sets the menu elements alignment, HTML values are valid here
effect,					// Filter - Text variable for setting transitional effects on menu activation
1,						// Follow Scrolling - Tells this menu item to follow the user down the screen
, 						// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,						// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere
,,,,,,,,					// Reserved
,						// Reserved
"Home","http://www.maskc.org/default.asp",,,0,
"News","http://www.maskc.org/news.asp",,,0,
"Standard","show-menu=menu4",,,0,
"Products","show-menu=menu2",,,0,
"Articles","show-menu=menu3",,,0,
"Pictures","http://www.maskc.org/pictures.asp",,,0,
"Video","http://www.maskc.org/videos.asp",,,0,
"Talk To Us!","http://www.maskc.org/feedback.asp",,,0,
"Request Info","http://www.maskc.org/info_request.asp",,,0,
"Contact","http://www.maskc.org/contact.asp",,,0,
"Search","http://www.maskc.org/search.asp",,,0,
"Links","http://www.maskc.org/links.asp",,,0,
"Breeders List","http://www.maskc.org/downloads/MASKC_Breeders_List_2010.pdf target=_blank",,,0,     //TO MAKE THE LINK OPEN IN A NEW WINDOW, JUST PUT "target=_blank" ONE SPACE AFTER THE URL
"In Memory","http://www.maskc.org/marionlevy.asp",,,0
])



//products   ... the zeros four places from page name represent divider with, border width
addmenu(menu=["menu2",
	,,160,1,"",hlp,,,effect,,,,,,,,,,,,,
	"All Products","http://www.maskc.org/products.asp",,,0,
	"2007 Calendar","http://www.maskc.org/calendar2007.asp",,,0,
	"Booklets","http://www.maskc.org/booklets.asp",,,0,
	"Books & Videos","http://www.maskc.org/books_videos.asp",,,0,
	"Clothing","http://www.maskc.org/clothing.asp",,,0,
	"Newsletter","http://www.maskc.org/maskc_newsletter.asp",,,0,
	"Novelty Items","http://www.maskc.org/novelty_items.asp",,,0,
	"Supplies","http://www.maskc.org/supplies.asp",,,0,
	"Order Form","http://www.maskc.org/orderform.asp",,,0
	])
//articles
addmenu(menu=["menu3",
	,,185,1,"",hlp,,,effect,,,,,,,,,,,,,
	"M.A.S.K.C. Articles","http://www.maskc.org/articles.asp",,,0,
	"Ask M.A.S.K.C.","http://www.maskc.org/ask_maskc.asp",,,0,
	"Going Over A Komondor","http://www.maskc.org/goingoverakomondor.asp",,,0,
	"Health Items","http://www.maskc.org/health_items.asp",,,0,
	"Predator Control","http://www.maskc.org/predator_control.asp",,,0,
	"Reputable Breeders","http://www.maskc.org/reputable_breeders.asp",,,0,
	"Temperament","http://www.maskc.org/temperament.asp",,,0,
	"Right Breed?","http://www.maskc.org/rightbreed.asp",,,0
	])
//standards
addmenu(menu=["menu4",
	,,185,1,"",hlp,,,effect,,,,,,,,,,,,,
	"AKC Standard","http://www.maskc.org/standard.asp",,,0,
	"FCI Standard","http://www.maskc.org/fci_standard.asp",,,0
	])

//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file
