/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='pink';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='pink';			// Font color when mouse is over
	var FontSubHighColor='pink';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='pink';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="times new roman,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;					// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// 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=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=20;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// 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=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

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


// Menu tree
// MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
// For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","idealweddingandevents.htm/index.htm","",0,20,100);

Menu2=new Array("Wedding","","",7);
	Menu2_1=new Array("Invitations","meet.htm","",4,20,135);
	    Menu2_1_1=new Array("LINK","www.link.com"."",0,20,135);
	    Menu2_1_2=new Array("Carlson Craft","www.link.com"."",0);
	    Menu2_1_3=new Array("Birchcraft","www.link.com"."",0);
	    Menu2_1_4=new Array("Stylart","www.link.com"."",0);		
	Menu2_2=new Array("Stationary","officers.htm","",5);
	    Menu2_2_1=new Array("Thank Yous","www.link.com"."",0,20,135);
	    Menu2_2_2=new Array("Programs","www.link.com"."",0);
	    Menu2_2_3=new Array("Seals","www.link.com"."",0);
	    Menu2_2_4=new Array("Wine Labels","www.link.com"."",0);
	    Menu2_2_5=new Array("Print Your Own","www.link.com"."",0);
	Menu2_3=new Array("Ceremony","news.htm","",10, 20, 135);
	    Menu2_3_1=new Array("Planners","www.link.com"."",0,20,135);
	    Menu2_3_2=new Array("Flower Girl Baskets","www.link.com"."",0);
	    Menu2_3_3=new Array("Garters","www.link.com"."",0);
	    Menu2_3_4=new Array("Guest Books","www.link.com"."",0);
	    Menu2_3_5=new Array("Photo Albums","www.link.com"."",0);
	    Menu2_3_6=new Array("Pen Sets","www.link.com"."",0);
	    Menu2_3_7=new Array("Ring Bearer Pillows","www.link.com"."",0);
	    Menu2_3_8=new Array("Unity Candles","www.link.com"."",0);
	    Menu2_3_9=new Array("Aisle Runners","www.link.com"."",0);
	    Menu2_3_10=new Array("Ribbon Wands","www.link.com"."",0);
	Menu2_4=new Array("Reception","contact.htm","",9,20,135);
	    Menu2_4_1=new Array("Cake Tops","www.link.com"."",0,20,135);
	    Menu2_4_2=new Array("Cameras","www.link.com"."",0);
	    Menu2_4_3=new Array("Napkins","www.link.com"."",0);
	    Menu2_4_4=new Array("Serving Sets","www.link.com"."",0);
	    Menu2_4_5=new Array("Place Cards","www.link.com"."",0);
	    Menu2_4_6=new Array("Gossamer","www.link.com"."",0);
	    Menu2_4_7=new Array("Candles &Lights","www.link.com"."",0);
	    Menu2_4_8=new Array("M & M's","www.link.com"."",0);
	    Menu2_4_9=new Array("Personalized Items","www.link.com"."",0);
	Menu2_5=new Array("Favors","meet.htm","",2,20,135);
	    Menu2_5_1=new Array("LINK","www.link.com"."",0,20,135);
	    Menu2_5_2=new Array("Fashioncraft","www.link.com"."",0);
	Menu2_6=new Array("Gifts","meet.htm","",2,20,135);
	    Menu2_6_1=new Array("Bridemaid","www.link.com"."",0,20,135);
	    Menu2_6_2=new Array("Groomsman","www.link.com"."",0);	
 	Menu2_7=new Array("Company Links","meet.htm","",4,20,135);
	    Menu2_7_1=new Array("Wedding Star","www.link.com"."",0,20,135);
	    Menu2_7_2=new Array("Cathy's Comcepts","www.link.com"."",0);
	    Menu2_7_3=new Array("O'Henry Tents","www.link.com"."",0);	
	    Menu2_7_4=new Array("Others","www.link.com"."",0);	

Menu3=new Array("Cake","schedule.htm","",12);
	Menu3_1=new Array("Cake Accessories","monsche.htm","",6,20,135);
	    Menu3_1_1=new Array("Plates/Pillars","www.link.com"."",0,20,135);
	    Menu3_1_2=new Array("Cake Tops","www.link.com"."",0);
	    Menu3_1_3=new Array("Boxes/Pans","www.link.com"."",0);
	    Menu3_1_4=new Array("Drums/Boards","www.link.com"."",0);
	    Menu3_1_5=new Array("Stands","www.link.com"."",0);
	    Menu3_1_6=new Array("Misc","www.link.com"."",0);
	Menu3_2=new Array("Decoration Tools","tuesche.htm","",5,20,135);
	    Menu3_2_1=new Array("Fondant","www.link.com"."",0,20,135);
	    Menu3_2_2=new Array("Tips & Bags","www.link.com"."",0);
	    Menu3_2_3=new Array("Kits","www.link.com"."",0);
	    Menu3_2_4=new Array("Utencils","www.link.com"."",0);
	    Menu3_2_5=new Array("Parchment","www.link.com"."",0);
	Menu3_3=new Array("Food Colorings","wedsche.htm","",4,20,135);
	    Menu3_3_1=new Array("Liquids","www.link.com"."",0,20,135);
	    Menu3_3_2=new Array("Gels","www.link.com"."",0);
	    Menu3_3_3=new Array("Kits","www.link.com"."",0);
	    Menu3_3_4=new Array("Utencils","www.link.com"."",0);
	Menu3_4=new Array("Bakeware","thusche.htm","",0,20,135);
	Menu3_5=new Array("Food items","frische.htm","",0,20,135);
	Menu3_6=new Array("Candy & Confections","monsche.htm","",0,20,135);
	Menu3_7=new Array("Molds","tuesche.htm","",0,20,135);
	Menu3_8=new Array("Birthday","wedsche.htm","",0,20,135);
	Menu3_9=new Array("Cookies","thusche.htm","",0,20,135);
	Menu3_10=new Array("Cupcakes","monsche.htm","",0,20,135);
	Menu3_11new Array("Books","tuesche.htm","",0,20,135);
	Menu3_12=new Array("Recipes","wedsche.htm","",0,20,135);
	
	
Menu4=new Array("Ceremony","stand.htm","",10);
	Menu4_1=new Array("Planners","monstan.htm","",0,20,135);
	Menu4_2=new Array("Flower Girl Baskets","tuestan.htm","",0);
	Menu4_3=new Array("Garters","wedstan.htm","",0);
	Menu4_4=new Array("Guest Book","thustan.htm","",0);
	Menu4_5=new Array("Photo Albums","fristan.htm","",0);
	Menu4_6=new Array("Pen Sets","monstan.htm","",0,20,135);
	Menu4_7=new Array("Ring Bearer Pillows","tuestan.htm","",0);
	Menu4_8=new Array("Unity Candles","wedstan.htm","",0);
	Menu4_9=new Array("Aisle Runners","thustan.htm","",0);
	Menu4_10=new Array("Ribbon Wands","fristan.htm","",0);

Menu5=new Array("Reception","example.htm","",9);
	Menu5_1=new Array("Cake Tops","tourn.htm","",0,20,135);
	Menu5_2=new Array("Cameras","regist.htm","",0);
	Menu5_3=new Array("Napkins","state.htm","",0);
	Menu5_4=new Array("Serving Sets","reg.htm","",0);
	Menu5_5=new Array("Place Cards","fristan.htm","",0);
	Menu5_6=new Array("Gossamer","tourn.htm","",0,20,135);
	Menu5_7=new Array("Candles & Lights","regist.htm","",0);
	Menu5_8=new Array("M&M's","state.htm","",0);
	Menu5_9=new Array("Personalized Items","reg.htm","",0);

Menu6=new Array("Favors","http://www.dakotasports.com","",2);
	Menu6_1=new Array("LINK","http://www.burmees.nl/","",0,20,135);
	Menu6_2=new Array("Fashioncraft","http://www.burmees.nl/","",0);

Menu7=new Array("Gifts","http://www.dakotasports.com","",2);
	Menu7_1=new Array("Bridesmaid","http://www.burmees.nl/","",0,20,135);
	Menu7_2=new Array("Groomsman","http://www.burmees.nl/","",0);

Menu8=new Array("Company Links","http://www.dakotasports.com","",3);
	Menu8_1=new Array("Wedding Star","http://www.burmees.nl/","",0,20,135);
	Menu8_2=new Array("Cathy Concepts","http://www.burmees.nl/","",0);
	Menu8_3=new Array("O'Henry Tents","http://www.burmees.nl/","",0);