/*
 Milonic DHTML Website Navigation Menu - Version 3.4
 Written by Andy Woolley - Copyright 2002 (c) Milonic Solutions Limited. All Rights Reserved.
 Please visit http://www.milonic.co.uk/menu or e-mail menu3@milonic.com for more information.
 
 The Free use of this menu is only available to Non-Profit, Educational & Personal web sites.
 Commercial and Corporate licenses  are available for use on all other web sites & Intranets.
 All Copyright notices MUST remain in place at ALL times and, please keep us informed of your 
 intentions to use the menu and send us your URL.
*/


//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
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. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500			// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=0;	// Sub menu offset Top position 
suboffset_left=10;	// 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.
"034481",				// Mouse Off Font Color
"ccccff",			// Mouse Off Background Color
"ffebdc",			// Mouse On Font Color
"4b0082",			// Mouse On Background Color
"ccccff",			// Menu Border Color 
11,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
6,					// Menu Item Padding
"http://primissimo.ch/arrow.gif",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"Purple",			// Current Page Item Font Color (leave this blank to disable)
"pink",				// Current Page Item Background Color (leave this blank to disable)
"http://primissimo.ch/arrowdn.gif",		// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
"ccccff",			// Menu Item Separator Color
]

style2=[			// style2 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"034481",				// Mouse Off Font Color
"FFFF00",			// Mouse Off Background Color
"FFFFFF",			// Mouse On Font Color
"#0000FF",			// Mouse On Background Color
"ccccff",			// Menu Border Color 
11,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
6,					// Menu Item Padding
"http://primissimo.ch/arrow.gif",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"Purple",			// Current Page Item Font Color (leave this blank to disable)
"pink",				// Current Page Item Background Color (leave this blank to disable)
"http://primissimo.ch/arrowdn.gif",		// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
"ccccff",			// Menu Item Separator Color
]

GrayOrange=[                  // GrayOrange is an array of properties. You can have as many property arrays as you need
"000000",                     // Mouse Off Font Color
"CCCCCC",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"000000",                     // Mouse On Font Color
"ff9933",                     // Mouse On Background Color
"666666",                     // Menu Border Color
"12",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"normal",                     // Font Weight (bold or normal)
"comic sans ms,verdana,helvetica",// Font Name
3,                            // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
0,                            // 3D Border & Separator bar
,                             // 3D High Color
,                             // 3D Low Color
,                             // Current Page Item Font Color (leave this blank to disable)
,                             // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
,                             // Menu Header Font Color (Leave blank if headers are not needed)
,                             // Menu Header Background Color (Leave blank if headers are not needed)
,                             // 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
20,					// 20 to 50 Menu Top - The Top position of the menu in pixels
0,				// 200 changed Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
0,		// Menu Border Width 
"center",	// "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
1,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// pi....Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// 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
,"Home","http://www.primissimo.ch",,"zurück zur Startseite",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"News&nbsp;sites&nbsp;&nbsp;","show-menu=news",,"News und Info Seite by primissimo",1
,"Junioren&nbsp;&nbsp;&nbsp;","show-menu=MJunioren",,"FC Windisch Junioren Dc",1
,"Foto-Gallery&nbsp;&nbsp;","show-menu=Foto-Galerien",,"Photogalerie",1
,"Humor&nbsp;&nbsp;","show-menu=NHumor",,"Spass muss sein. Unser kleiner Beitrag dazu.",1
,"Links&nbsp;&nbsp;","show-menu=downloads",,"Link + download Site",1
,"Suchmaschinen&nbsp;&nbsp;","show-menu=Suchmaschinen",,"Die besten Internet-Suchmaschinen",1
,"Spiele&nbsp;&nbsp;","show-menu=other",,"gute Spiele gehören einfach dazu",1
,"Gästebuch&nbsp; ", "show-menu=Guestbook","# onfontcolor=ffffff;onbackcolor=9999ff;offfontcolor=ffffff;offbackcolor=0000ff;","Ihre Meinung ist uns sehr wichtig!!! tragen Sie sich in unser Gestäbuch ein",1
])

	addmenu(menu=["news",
	,,200,1,"",GrayOrange,,"left",effect,,,,,,,,,,,,
	,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;News Uebersicht","http://primissimo.ch/news_rubrik.asp swapimage=http://primissimo.ch/newsimage_over.gif",,"News bei Primissimo",1	
	,"Sport","show-menu=Sportnews",,"Sport muss sein",1
	])
	
	
		addmenu(menu=["Sportnews",
		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Junioren FC-Winidisch","http://primissimo.ch/newsdetail_Rubrik.asp?ID=6 swapimage=http://primissimo.ch/newsimage_over.gif",,"Junioren-News",0
		,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Sport-Allgemein","http://primissimo.ch/newsdetail_Rubrik.asp?ID=1 swapimage=http://primissimo.ch/newsimage_over.gif",,"Sport Allgemein",0
		,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Champions League","http://primissimo.ch/newsdetail.asp?ID=80 swapimage=http://primissimo.ch/newsimage_over.gif",,"exklusiv Champions League Reportage (forza Juve)",0
		,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Ski-Alpin","http://primissimo.ch/newsdetail.asp?ID=102 swapimage=http://primissimo.ch/newsimage_over.gif",,"Ski-Alpin Winter 2002/2003",0
		])



	addmenu(menu=["Foto-Galerien",
	,,250,1,"",GrayOrange,,"left",effect,,,,,,,,,,,,
	,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Die Bildgallery mit Postkarten","http://primissimo.ch/4image/index.php swapimage=http://primissimo.ch/newsimage_over.gif",,"Bild - Gallery und elek. Postkarten",1	
	,"<img src=http://primissimo.ch/images/smilies/commoniconsxp.gif border=0>&nbsp;bye bye Vf","http://primissimo.ch/exVf/_exVf.asp swapimage=http://primissimo.ch/images/smilies/commoniconsxp.gif ",,"only registered Users!!!",1
	,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Diverse Bilder","http://primissimo.ch/picturealbum/album.asp swapimage=http://primissimo.ch/newsimage_over.gif",,"Diverse Bilder",1
	,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;BasketBall und Hip Hop","http://primissimo.ch/BasketBallJam swapimage=http://primissimo.ch/newsimage_over.gif",,"Basketball und HipHop in Windisch",1
	,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Go-Kart Race","http://primissimo.ch/GoKart swapimage=http://primissimo.ch/newsimage_over.gif",,"Go Kart racing",1
	,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Game vs. Mellingen","http://primissimo.ch/images/JuniorenB swapimage=http://primissimo.ch/newsimage_over.gif",,"Match vs. Mellingen",1
	,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Spiky und Co.","http://primissimo.ch/Seite2.htm swapimage=http://primissimo.ch/newsimage_over.gif",,"Ein Hund namens Spiky",1
	,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Korsika","http://primissimo.ch/korsika.html swapimage=http://primissimo.ch/newsimage_over.gif",,"Korsika, Inser der Schönheit",1
	,"<img src=http://primissimo.ch/images/smilies/smily402.gif border=0>&nbsp;Wedding Nadia & Davide","http://primissimo.ch/nozze/album1.asp swapimage=http://primissimo.ch/images/smilies/smily398.gif ",,"Nadia & Davide",1
	])
	
	addmenu(menu=["downloads",
	,,160,1,"",GrayOrange,,"left",effect,,,,,,,,,,,,
	,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;ComputerShop","http://www.pcconnect.ch/ target=_blank  swapimage=http://primissimo.ch/newsimage_over.gif",target="_blank","ComputerShop",1		
	,"Hunde","show-menu=Hundelinks",,"Das gute Verhältnis zwischen Mensch und Hund beruht nicht zuletzt darauf, daß Hunde keine Menschenkenntnis besitzen.",1
	,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Download.com","http://www.download.com/ target=_blank swapimage=http://primissimo.ch/newsimage_over.gif",,"Download-Site",1
	])
	

		addmenu(menu=["Hundelinks",
		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"<img src=http://primissimo.ch/dog2a_16.gif border=0>&nbsp;Pickwick Bulldogs","http://www.pickwick-bulldogs.ch/ target=_blank  swapimage=http://primissimo.ch/dog2b_16.gif",target="_blank","Die schönsten Hunde der Welt!",1
		,"<img src=http://primissimo.ch/dog2a_16.gif border=0>&nbsp;schöne Hunde","http://www.beautydog.ch/ target=_blank  swapimage=http://primissimo.ch/dog2b_16.gif",target="_blank","Damit ihr Liebling immer gepflegt ist....",1				
		,"<img src=http://primissimo.ch/dog2a_16.gif border=0>&nbsp;Goldengrove Bulldogs","http://www.goldengrove.ch/ target=_blank  swapimage=http://primissimo.ch/dog2b_16.gif",target="_blank","Die schönsten Hunde der Welt!",1		
		,"<img src=http://primissimo.ch/dog2a_16.gif border=0>&nbsp;dedicated to English Bulldogs","http://www.bullwrinkle.com/ target=_blank  swapimage=http://primissimo.ch/dog2b_16.gif",target="_blank","Die schönsten Hunde der Welt!",1		
		])



	addmenu(menu=["MJunioren",
	,,250,1,"",GrayOrange,,"left",effect,,,,,,,,,,,,
	,"<img src=http://primissimo.ch/ballgame.gif border=0> &nbsp;Junioren-News","http://primissimo.ch/newsdetail_Rubrik.asp?ID=6 swapimage=http://primissimo.ch/football.gif",,"News zu unseren Junioren FC Windisch Dc",0
	,"Meisterschaft","show-menu=MMeisterschaft",,"alles über die lfd. Meisterschaft",1
	,"Hallenturniere","show-menu=MHallenturniere",,"Hallenturniere an denen unsere Jungs teilgenommen haben",1
	,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Sponsoren","http://primissimo.ch/seite1.htm swapimage=http://primissimo.ch/newsimage_over.gif",,"die Sponsoren des FC-Windisch, Junioren Dc",1
	,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Junioren-Fotos","http://primissimo.ch/album1.html swapimage=http://primissimo.ch/newsimage_over.gif",,"Juniorenfotos",1
	,"<img src=http://primissimo.ch/images/AFV_Logo.gif border=0>&nbsp;Link zum AFV","http://www.football.ch/afv/start.asp?v=286&sp=1&r=/afv/nis/verein/verein.asp/ target=_blank swapimage=http://primissimo.ch/images/AFV_Ball.gif",,"Link",1
	])

		addmenu(menu=["MHallenturniere",
		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Uetikon am See","http://primissimo.ch/album_1a.html swapimage=http://primissimo.ch/newsimage_over.gif",,"Hallenturnier in Uetikon am See vom 12.01.2003",1
		,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Windisch","http://primissimo.ch/hallenturnier/index.htm swapimage=http://primissimo.ch/newsimage_over.gif",,"Hallenturnier in Windisch",1
		])

		addmenu(menu=["MMeisterschaft",
		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Rückrunde 2003/2004","http://primissimo.ch/fcwindisch/Meisterschaft2004_1.htm swapimage=http://primissimo.ch/newsimage_over.gif",,"Meisterschaft Rückrunde 2003/2004",1
		,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Vorrunde  2003/2004","http://primissimo.ch/fcwindisch/Meisterschaft2003_2.htm swapimage=http://primissimo.ch/newsimage_over.gif",,"Meisterschaft Saison 2003/2004",1
		,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Rückrunde 2002/2003","http://primissimo.ch/fcwindisch/Meisterschaft2003_1.htm swapimage=http://primissimo.ch/newsimage_over.gif",,"Meisterschaft",1
		,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Vorrunde  2002/2003","http://primissimo.ch/RankResult.htm swapimage=http://primissimo.ch/newsimage_over.gif",,"Meisterschaft",1
		])

	addmenu(menu=["Suchmaschinen",
	,,140,1,"",GrayOrange,,"",effect,,,,,,,,,,,,
	,"<img src=http://primissimo.ch/google_icon.gif border=0>&nbsp;Google.com", "http://www.google.com",,"#",1
	,"<img src=http://primissimo.ch/yahoo_icon.gif border=0>&nbsp;Yahoo", "http://www.yahoo.com",,"#",1
	,"<img src=http://primissimo.ch/av_icon.gif border=0>&nbsp;Altavista", "http://altavista.com",,"#",1
	,"<img src=http://primissimo.ch/excite.gif border=0>&nbsp;Excite", "http://www.excite.com",,"#",1
	])
	
	addmenu(menu=["Other",
	,,140,1,,GrayOrange,0,"left","randomdissolve(duration=0.5);Shadow(color='#999999', Direction=135, Strength=5)",0,,,,,,,,,,,
	,"Kalender","http://primissimo.ch/kalender.asp",,"Primissimo Site der ewige Kalender",1
	,"Wortspiel","http://primissimo.ch/hangman.asp",,"WortSpiel",1
	,"Snake","http://primissimo.ch/snake.htm",,"Beliebtes Snakespiel",1
	,"Tic Tac Toe","http://primissimo.ch/tictactoe.asp",,"Ueberraschung",1
	])

	addmenu(menu=["NHumor",
	,,200,1,,GrayOrange,0,"left","randomdissolve(duration=0.5);Shadow(color='#999999', Direction=135, Strength=5)",0,,,,,,,,,,,
	,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Tolle-Clips","http://primissimo.ch/newsdetail.asp?ID=62 swapimage=http://primissimo.ch/newsimage_over.gif",,,1
	,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Kickoff Meeting","http://primissimo.ch/ridere/kickoffmeeting.htm swapimage=http://primissimo.ch/newsimage_over.gif",,,1
	,"Computer-Humor","show-menu=CompHumor",,,1	
	,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Arbeitsbefreiung","http://primissimo.ch/ridere/Arbeitsbefreiung.htm swapimage=http://primissimo.ch/newsimage_over.gif",,,1
	,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;TelefonSeelSorge","http://primissimo.ch/ridere/telefonseelsorge.htm swapimage=http://primissimo.ch/newsimage_over.gif",,,1

	])


		addmenu(menu=["CompHumor",
		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Hotline-User 1","http://primissimo.ch/ridere/Hotline_User.htm",,,0
		,"Hotline-User 2","http://primissimo.ch/ridere/Hotline_Anruf.htm",,,0
		,"Bewerbung bei MS","http://primissimo.ch/ridere/Bewerbung.htm",,,0
		,"Das Gedicht","http://primissimo.ch/ridere/gedicht.htm",,,0
		])


	addmenu(menu=["Guestbook",
	,,200,1,"",GrayOrange,,"",effect,,,,,,,,,,,,
	,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Ihr Auftritt","http://primissimo.ch/guestbook.asp swapimage=http://primissimo.ch/newsimage_over.gif",,,1
	,"<img src=http://primissimo.ch/newsimage.gif border=0>&nbsp;Gästebuch anschauen","http://primissimo.ch/guests.asp swapimage=http://primissimo.ch/newsimage_over.gif",,,1
	])


dumpmenus()
