timegap=50
followspeed=5
followrate=400
suboffset_top=10;
suboffset_left=80;
// effect = "Shadow(color='#333333', Direction=225, Strength=5)"

function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}

prop1=[						// prop1 is an array of properties you can have as many property arrays as you need
"606066",					// Off Font Color
"F0F0FF",					// Off Back Color
"606066",					// On Font Color
"FFFFFF",					// On Back Color
"F0F0FF",					// Border Color
11,							// Font Size
"normal",					// Font Style 
"bold",					    // Font Weight
"Verdana,Tahoma,Helvetica",	// Font
5,							// Padding
"images/arrow.gif",			// Sub Menu Image
1,							// 3D Border & Separator
"F0F0FF",					// 3D High Color
"F0F0FF",					// 3D Low Color
"",							// Referer item Font Color (leave this blank to disable)
"",							// Referer item Back Color (leave this blank to disable)
]

prop2=[						// prop2 is an array of properties you can have as many property arrays as you need
"606066",					// Off Font Color
"F0F0FF",					// Off Back Color
"606066",					// On Font Color
"FFFFFF",					// On Back Color
"606066",					// Border Color
11,							// Font Size
"normal",					// Font Style 
"bold",					    // Font Weight
"Verdana,Tahoma,Helvetica",	// Font
5,							// Padding
"images/arrow.gif",			// Sub Menu Image
0,							// 3D Border & Separator
"",							// 3D High Color
"",							// 3D Low Color
"",		  		        	// Referer item Font Color (leave this blank to disable)
"",					        // Referer item Back Color (leave this blank to disable)
]

menu1=[				// This is the array that contains your menu properties and details
65,					// Top
,				    // left
,				   	// Width
0,					// Border Width
"center",			// Screen Position - here you can use "center;middle;right"
prop1,				// Properties Array - this is set higher up, 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 for example: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation
,					// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 					// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
0,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,					// Position of sub image left:center:right:middle:top:bottom
,					// Show an image on top menu bars indicating a sub menu exists below
,					// Reserved for future use
"HOME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","/","http://www.danielakart.com/","#",0,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"ABOUT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","about.html",,"#",0,
"GALLERY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","artists.html",,"#",0,
"BLOG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","http://gallerywithoutwalls.blogspot.com/",,"#",0,
"BOOK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","book.html",,"#",0,
"CONSULTING&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","consulting.html",,"#",0,
"LINKS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","links.html",,"#",0,
"PURCHASE","purchase.html",,"#",0
]

menu2=[
,,165,1,"",prop2,,"left",,,,,,,,
"Margaret Danielak","bio_margaret_danielak.html","",,1,
"Contact DanielakArt","contact.html","",,1
]

menu3=[
,,160,1,"",prop2,,"left",,,,,,,,
"John Paul Thornton","bio_thornton.html","",,1,
"Robert G. Stevens","bio_stevens.html","",,1,
"Toni Scott","bio_scott.html","",,1,
"Charlie Morey","bio_morey.html","",,1,
"Linda French","bio_french.html","",,1,
"Alba Francesca","bio_francesca.html","",,1,
"Dianne Boate","bio_boate.html","",,1
]

menu4=[
,,100,1,"",prop2,,"left",,,,,,,,
"Coming soon","","",,1
]


menu5=[
,,100,1,"",prop2,,"left",,,,,,,,
"The Art Tea","art_tea.html","",,1
]


