// 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=14;				// Sub menu offset Top position 
suboffset_left=76;			// 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
"000000",					// Mouse Off Background Color
"000000",					// Mouse On Font Color
"ffffff",					// Mouse On Background Color
"000000",					// Menu Border Color
11,						// Font Size
"normal",					// Font Style 
"normal",					// 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
25,						// Menu Top - The Top position of the menu in pixels
0,						// Menu Left - The Left position of the menu in pixels
80,						// Menu Width - Menus width in pixels
,						// Menu Border Width 
"right",   			// 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
"right",					// 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
, 						// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style
1,						// 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                  	
                          
,"h o m e","index_2.html",,,1    // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar" 
,"about","about.html",,,1
,"blog","blog.html",,,1
,"books","publications.html",,,1
,"contact","feedback.html",,,1
,"links","links.html",,,1
,"models","models.html",,,1
,"shooting","shooting.html",,,1
,"shop","shop_ww.html",,,1
,"workshop","workshop.html",,,1
,"phototrip","phototrip.html",,,1
,"photo-WE","http://www.photo-weekend.com target=_blank",,,1
,"erotic b&w","portfolio_erotic_bw.html",,,1
,"erotic color","portfolio_erotic_color.html",,,1
,"fashion","portfolio_fashion.html",,,1
,"landscapes","portfolio_landscapes.html",,,1
,"people","portfolio_people.html",,,1
,"presentation","presentation.html",,,1
,"tour d'europe","portfolio_tour_d_europe.html",,,1
,"making-ofs","videos.html",,,1
,"trailers","videos_trailers.html",,,1
,"members","members.html",,,1       
])


//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file
