// 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=400					// 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=-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
"0066FF",					// Mouse Off Font Color
"000040",					// Mouse Off Background Color
"ffffff",					// Mouse On Font Color
"000000",					// Mouse On Background Color
"000080",					// Menu Border Color
12,						// Font Size
"normal",					// Font Style 
"bold",					// Font Weight
"Arial,Helvetica",		// Font Name
2,						// Menu Item Padding
,						// Sub Menu Image (Leave blank if not needed)
0,						// 3D Border & Separator bar
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
,						// Referer Item Font Color (leave blank to disable)
,						// 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
10,						// Menu Top - The Top position of the menu in pixels
25,						// Menu Left - The Left position of the menu in pixels
105,						// 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
"left",					// Alignment - sets the menu elements text alignment, valid here: left, right, center
"Alpha(style=0,opacity=100)",	// Filter - for transitional s on menu activation - see above for more info
1,						// 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

,"HOME","index.html target=_top",,,1
,"MEMBERS","show-menu=members",,,1		// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"CONTACT","contact.html",,,1
,"INFOS","show-menu=infos",,,1
,"PHOTOS","show-menu=selection",,,1
,"VIDEOS","selection_videos.html",,,1
,"JOIN","joine.html",,,1		
])

addmenu(menu=["members",,,105,1,"",style1,,"left","Alpha(style=0,opacity=100)",,,,,,,,,,,,
,"LOGIN","n4x56ECv/index.shtml target=_blank",,,1
,"SUPPORT","support.html",,,1
])

addmenu(menu=["selection",,,105,1,"",style1,,"left","Alpha(style=0,opacity=100)",,,,,,,,,,,,
,"BIKINI","listcat.php?id=18",,,1
,"BOY/GIRL","listcat.php?id=19",,,1
,"GIRL/GIRL","listcat.php?id=20",,,1
,"GUESTMODELS","guestmodels.html",,,1
,"LATEX","listcat.php?id=22",,,1
,"LEATHER","listcat.php?id=31",,,1
,"LINGERIE","listcat.php?id=23",,,1
,"NUDE","listcat.php?id=24",,,1
,"PANTYHOSE","listcat.php?id=25",,,1
,"ROLEPLAY","listcat.php?id=26",,,1
,"SEXYWEAR","listcat.php?id=27",,,1
,"VIP LOUNGE","selection_vipl.html",,,1
,"UPDATES","index.html",,,1
,"OVERVIEW","selection.html",,,1
])


addmenu(menu=["infos",,,105,1,"",style1,,"left","Alpha(style=0,opacity=100)",,,,,,,,,,,,
,"AFFILIATES","affiliates.html",,,1
,"BANNERS","banners.html",,,1
,"BLOG","http://highclass-erotica.blogspot.com target=_blank",,,1
,"GUESTMODELS","guestmodels.html",,,1
,"IMPRESSUM","impressum.html",,,1
,"LINKS","links.html",,,1
,"NEWSLETTER","newsletter.html",,,1
,"SUPPORT","support.html",,,1
,"WEBMASTERS","webmasters.html",,,1
])


//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file