/////////////////////////////////////////////////////////////////////////
//   		   SCRIPT ORIGINALLY CREATED BY FOTOMON            //
/////////////////////////////////////////////////////////////////////////

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#333333';			// Background color when mouse is not over
	var LowSubBgColor='#cccccc';		// Background color when mouse is not over on subs
	var HighBgColor='#333333';			// Background color when mouse is over
	var HighSubBgColor='#333333';	    // Background color when mouse is over on subs
	var FontLowColor='#ffffff';		    // Font color when mouse is not over
	var FontSubLowColor='#000000';		// Font color subs when mouse is not over
	var FontHighColor='#ffffff';		// Font color when mouse is over
	var FontSubHighColor='#ffffff';		// Font color subs when mouse is over
	var BorderColor='';			        // Border color
	var BorderSubColor='';		        // Border color for subs
	var BorderWidth=2;			        // Border width
	var BorderBtwnElmnts=1;			    // Border between elements 1 or 0
	var FontFamily="Verdana"        	// Font family menu items
	var FontSize=8;				        // Font size menu items
	var FontBold=1;				        // Bold menu items 1 or 0
	var FontItalic=1;				    // Italic menu items 1 or 0
	var MenuTextCentered='left';		// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';	    // Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;			    // horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
	var StartTop=-2;				    // Menu offset x coordinate
	var StartLeft=-1;				    // Menu offset y coordinate
	var VerCorrect=0;			        // Multiple frames y correction
	var HorCorrect=0;			        // Multiple frames x correction
	var LeftPaddng=5;				    // Left padding
	var TopPaddng=2;				    // Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=700;			    // delay before menu folds in
	var TakeOverBgColor=1;			    // Menu frame takes over background color subitem frame
	var FirstLineFrame='mainframe';		    // Frame where first level appears
	var SecLineFrame='mainframe';		    // Frame where sub levels appear
	var DocTargetFrame='mainframe';		    // Frame where target documents appear
	var TargetLoc='mainframe';				// span id for relative positioning
	var HideTop=0;				        // Hide first level when loading new document 1 or 0
	var MenuWrap=0;				        // enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				    // enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			    // Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			    // menu tree checking on or off 1 or 0
	var ShowArrow=1;				    // Uses arrow gifs when 1
	var KeepHilite=1;				    // Keep selected path highligthed
	var Arrws=['',0,0,'',0,0,'',0,0];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


Menu1=new Array("» Home","../frameset/start.htm","",0,19,167);


Menu2=new Array("» Portfolio","","",3,19,167);
    	Menu2_1=new Array("» Bruiloften","../frameset/bruiloften.htm","",0,19,167);	
	Menu2_2=new Array("» Kids","../frameset/kids.htm","",0);
	Menu2_3=new Array("» Mode","../frameset/models.htm","",0);

	
Menu3=new Array("» Prijzen","","",5,19,167);
	Menu3_1=new Array("» Fotoshoot","../frameset/mogelijkheden.htm","",0,19,167);	
	Menu3_2=new Array("» Setcards","../frameset/setcards.htm","",0);
	Menu3_3=new Array("» Bruiloften","../frameset/bruiloftenprijs.htm","",0);
	Menu3_4=new Array("» Album service","../frameset/albumservice.htm","",0);
	Menu3_5=new Array("» Retouch","../frameset/retouch.htm","",0);
   		
Menu4=new Array("» Workshops","../frameset/workshops.htm","",0,19,167);
		
Menu5=new Array("» Verka Albums","","",3,19,167);
	Menu5_1=new Array("» Verka Albums","../frameset/verka.htm","",0,19,167);
	Menu5_2=new Array("» Kleur codes","../frameset/kleurcodes.htm","",0,19,167);
	Menu5_3=new Array("» Album service","../frameset/albumservice.htm","",0);

Menu6=new Array("» Contact","","",4,19,167);
   	Menu6_1=new Array("» Bedrijfsgegevens","../frameset/bedrijfs.htm","",0,19,167);	
	Menu6_2=new Array("» E-Mail","mailto:info@fotomon.nl","",0);
	Menu6_3=new Array("» Bedankt","../frameset/thankyou.htm","",0,19,167)
	Menu6_4=new Array("» Over","../frameset/about.htm","",0,19,167)





	



	

