/*
 Milonic DHTML Menu
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu license number is 186199
*/

//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)"
}


timegap=500					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=10;			// Sub menu offset Top position 
suboffset_left=10;			// Sub menu offset Left position
Frames_Top_Offset=0 		// Frames Page Adjustment for Top
Frames_Left_Offset=-36		// Frames Page Adjustment for Left


plain_style=[				// Menu Properties Array
"4B0082",						// Off Font Color
"eeeeee",					// Off Back Color
"4B0082",					// On Font Color
"c0c0ff",					// On Back Color
"000000",					// Border Color
12,							// Font Size
"normal",					// Font Style
"bold",						// Font Weight
"Verdana, Tahoma, Arial, Helvetica",	// Font
4,							// Padding
"arrow.gif"					// Sub Menu Image
,							// 3D Border & Separator
,"66ccff"					// 3D High Color
,"000099"					// 3D Low Color
]


addmenu(menu=["boxturt",
,,120,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Home", "index.html target=_parent",,"Ya Clicked The Turtle Nose Here",0
,"Welcome", "indexone.shtml",,"Purple Welcome Page",0
,"Turt's Page", "turt.shtml",,"The Saga of Boxturt",0
,"Page of Strange", "page_of_strange.shtml",,"Just Strange Complete Waste If Ya Ask Me",0
,"Love Grows", "love_grows.shtml",,"A Poem and Nice Water Applet",0
,"Credits", "credits.shtml",,"Names Lots of Names of the Idiots Responsible",0
])

addmenu(menu=["earthturt",
,,100,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Earthturt Web Design","webdesign/index.html target=_blank",,"Professional - Imaginative Web Design Services",
,"Earthturt Porfolio","webdesign/portfolio.html target=_blank",,"Professional - Imaginative Web Design Services",
])

addmenu(menu=["lessons",
,,110,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"About Lessons","http://tyguitar.com/index.shtml target=_blank",,,0
,"Chords & Scales","http://tyguitar.com/chordsandscales.shtml target=_blank",,,0
,"Contact Me","http://tyguitar.com/lesson_contact.shtml target=_blank",,,0
])


addmenu(menu=["tunes",
,,100,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Ty Tunes","lyrics.shtml",,,
,"Real Audio","lyrics.shtml",,,
])


addmenu(menu=["times",
	,,120,1,"",plain_style,,"left",effect,,,,,,,,,,,,
	,"Summer 2001","times_summer2001.shtml",,,
	,"Winter 2000","times_winter2000.shtml",,,
	,"Summer 2000","times_summer2000.shtml",,,
	,"Apr/May 2000","times_apr_may.shtml",,,
	,"Feb/Mar 2000","times_feb_mar.shtml",,,
	])

addmenu(menu=["kobi",
,,120,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Meet Kobi","kobi/kobi1.shtml target=_parent",,,
,"More Kobi Coming Soon","",,,
])


addmenu(menu=["maya",
,,120,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Mainly Maya","maya/home.html target=_parent",,,
,"More Maya Coming Soon","",,,
])

addmenu(menu=["cancer",
,,140,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Living With(out) Cancer","cancer/index.php target=_parent",,,
,"Journal and Misc Pics","gallery/index.php target=_parent",,,
])


addmenu(menu=["gallery",
,,140,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Journal and Misc Pics","gallery/index.php target=_parent",,,
])

addmenu(menu=["links",
	,,120,1,"",plain_style,,"left",effect,,,,,,,,,,,,
	,"International Lyrics Playground","http://lyricsplayground.com/ target=_blank",,,1
	,"Naugatuck Arts Commission","http://naugatuckarts.org/ target=_blank",,,1
	,"BETBYTES","http://betbytes.com/ target=_blank",,,1
	,"The Pets Corner","http://thepetscorner.com/ target=_blank",,,1
	,"The Black Cat Bloggy","http://englishblackcat.bloggy.biz/ target=_blank",,,1
	])


//addmenu(menu=["guestbook",
//,,120,1,"",plain_style,,"left",effect,,,,,,,,,,,,
//,"Sign Guestbook","http://boxturt.com/forum/",,,
//,"View Guestbook","http://boxturt.com/forum/",,,
//])









dumpmenus()