// 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. The above also needs to be enabled.

////////////////////////////////////

timegap=500					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=20				// Follow Scrolling Rate
suboffset_top=0;				// Sub menu offset Top position 
suboffset_left=-1;			// Sub menu offset Left position

effect = "" // works only for IE5.5 and above


style1=[					// style1 is an array of properties. Menus can have their own style
"FFFFFF",					// Mouse Off Font Color
"870000",					// Mouse Off Background Color
"870000",					// Mouse On Font Color
"FCCCCC",					// Mouse On Background Color
"CCCCCC",					// Menu Border Color
10,						// Font Size
"normal",					// Font Style 
"bold",					// Font Weight
"Tahoma,Arial,Helvetica",		// Font Name
3,						// Menu Item Padding
,						// Sub Menu Image (Leave blank if not needed)
1,						// 3D Border & Separator bar
"ffffff",					// 3D High Color
"000000",					// 3D Low Color
"870000",						// Referer Item Font Color (leave blank to disable)
"D6CBA3",						// Referer Item Background Color (leave blank to disable)
"",// Top Bar image (Leave 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)
]

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
148,						// Menu Top - The Top position of the menu in pixels
0,						// Menu Left - The Left position of the menu in pixels
99,						// Menu Width - Menus width in pixels
1,						// Menu Border Width 
"center",					// Screen Position - here you can use "center;left;right;middle;top;bottom" 
style1,					// Properties Array - this is set higher up, as above
1,						// Always Visible - allows the menu item to be visible at all time
"center",					// Alignment - sets the menu elements text alignment, valid here: left, right, center
"Alpha(style=0,opacity=90)",	// Filter - for transitional s on menu activation - see above for more info
0,						// Follow Scrolling
1, 						// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style
,						// Keep Alive - Keeps the menu visible until the user moves over another menu

"right",					// Position of TOP sub image left:center:right
,							// Type of menu use "form" or blank
,							// Right To Left - Used in Hebrew for example.
,							// Open the Menus OnClick - leave blank for OnMouseover
,							// Menu Header Text (only works on Vertical menus)
,							// Reserved for future use
,							// Reserved for future use
,							// Reserved for future use

	// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"MAIN MENU","show-menu=main menu",,"",1
,"ABOUT ME","show-menu=about me",,"",1		
,"FREE TOUR","show-menu=free tour",,"",1
,"MEMBERS","show-menu=members",,"",1
,"WATCH NOW","show-menu-watch now",,"",1
,"SHOP","show-menu=shop",,"",1
,"JOIN","show-menu-join",,"",1
,"LINKS","show-menu-links",,"",1
,"CONTACT","show-menu=contact",,"",1	
])

addmenu(menu=["main menu",,,100,1,"",style1,,"center","Alpha(style=0,opacity=90)",,,,,,,,,,,,
,"Home Page","index2.htm",,"",1
,"Models Wanted","models.htm",,"",1
,"Compliance","compliance.htm",,"",1
])

addmenu(menu=["about me",,,100,1,"",style1,,"center","Alpha(style=0,opacity=90)",,,,,,,,,,,,
,"Dutchess Von Stern","about.htm",,"",1

])


addmenu(menu=["free tour",,,100,1,"",style1,,"center","Alpha(style=0,opacity=90)",,,,,,,,,,,,
,"Take A Tour","tour.htm",,"",1
])

addmenu(menu=["members",,,100,1,"",style1,,"center","Alpha(style=0,opacity=90)",,,,,,,,,,,,
,"Galleries","members_galleries/members.htm",,"",1	
,"Video Clips","members_galleries/members.htm",,"",1	
])

addmenu(menu=["watch now",,,100,1,"",style1,,"center","Alpha(style=0,opacity=90)",,,,,,,,,,,,
,"DVS Theatre","coming_soon.htm",,"",1


])

addmenu(menu=["join",,,100,1,"",style1,,"center","Alpha(style=0,opacity=90)",,,,,,,,,,,,
,"Join Now","join.htm",,"",1


])

addmenu(menu=["links",,,100,1,"",style1,,"center","Alpha(style=0,opacity=90)",,,,,,,,,,,,
,"My Banners","my_banners.htm",,"",1
,"Links","links.htm",,"",1

])



addmenu(menu=["contact",,,100,1,"",style1,,"center","Alpha(style=0,opacity=90)",,,,,,,,,,,,
,"Contact Us","contact.htm",,"",1
,"Report Problem","report_problem.htm",,"",1

])

addmenu(menu=["shop",,,100,1,"",style1,,"center","Alpha(style=0,opacity=90)",,,,,,,,,,,,
,"DVD's","dvd2.htm",,"",1
,"VHS Videos","videos.htm",,"",1
,"Fetish Magazines","mags.htm",,"",1
,"Intimate Items","intimate.htm",,"",1

])


//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file