  //The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
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 if it not already enabled unless this file is part of a multi pack.

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500	// The time delay for menus to remain visible
followspeed=5	// Follow Scrolling speed
followrate=40	// Follow Scrolling Rate
suboffset_top=10;	// Sub menu offset Top position 
suboffset_left=10;	// Sub menu offset Left position
style1=[		// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"ff9900",		// Mouse Off Font Color
"000000",		// Mouse Off Background Color *
"000000",		// Mouse Over Font Color
"ff9900",		// Mouse Over Background Color
"ff9900",		// Menu Border Color 
14,		// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",		// Font Weight (bold or normal)
"Verdana, Arial, Helvetica, sans-serif",  // Fonts Name
3,		// Menu Item Padding
"../images/arrow.gif",   // Sub Menu Image (Leave this blank if not needed)
,		// 3D Border & Separator bar
"666666",		// 3D High Color
"000099",		// 3D Low Color
,		// Current Page Item Font Color (leave this blank to disable)
,		// Current Page Item Background Color (leave this blank to disable)
"../images/arrowdn.gif", // Top Bar image (Leave this blank to disable)
"ffffff",		// Menu Header Font Color (Leave blank if headers are not needed)
"000099",		// Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[	// This array contains your menu properties & details
"mainmenu",	// Menu Name - Needed in order for the menu to be called
0,		// Distance from top in pixels
0,		// Amount of pixels on left
,		// Menus width in pixels
2,		// Menu Border Width 
,		// Screen Position -  you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,		// Properties Array - this is set higher up, as above
1,		// Always Visible - allows the menu item to be visible (1=on/0=off)
"left",		// Alignment - sets elements text alignment, values are: left, right or center
effect,		// Filter - Text variable for setting transitional effects on menu activation - see above 
,		// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 		// Horizontal Menu - Tells menu to become horizontal instead of top to bottom style (1=on/0=off)
0,		// Keep Alive - Keeps visible until the user moves over another menu or clicks elsewhere (1=on/0=off)
,		// Position of TOP sub image left:center:right
,		// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,		// Right To Left - Used in Hebrew for example. (1=on/0=off)
,		// Open Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,		// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,		// Reserved for future use
,		// Reserved for future use
,		// Reserved for future use

,"CHILDREN&nbsp;","show-menu=children",,"",1             // kids menu
,"&nbsp;ADULTS&nbsp;","show-menu=adults",,"",1           // adults menu
,"&nbsp;TEACHERS&nbsp;","show-menu=teachers",,"",1       // teachers menu       
,"&nbsp;COSTUME STUFF&nbsp;","show-menu=costumes",,"",1  // Costumes menu
,"&nbsp;DECORATING&nbsp;","show-menu=decorations",,"",1  // decorations menu
,"PARTY&nbsp;","show-menu=party",,"",1                   // party menu
,"SITE INFO&nbsp;","show-menu=siteinfo",,"",1            // info menu
,"HOME&nbsp;","../index.html",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
])

addmenu(menu=["children",
	,,195,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=../images/dot.gif border=0>Fun paper stuff","show-menu=paper",,,1
	,"<img src=../images/dot.gif border=0>Halloween Carols","mucarol.html",,,1	
	,"<img src=../images/dot.gif border=0>Halloween History","history.html",,,1
	,"<img src=../images/dot.gif border=0>Humor","show-menu=jokes",,,1							
	,"<img src=../images/dot.gif border=0>Scarey Stories","stories.html",,,1
	,"<img src=../images/dot.gif border=0>Take Great Photos","takepic.html",,,1
	  ])
	  
	   addmenu(menu=["paper",
		,,195,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"<img src=../images/dot.gif border=0>Coloring Pages","colorpages.html",,,1
	    ,"<img src=../images/dot.gif border=0>Connect the Dots","connect.html",,,1
	    ,"<img src=../images/dot.gif border=0>Crossword Puzzles","crosword.html",,,1
		,"<img src=../images/dot.gif border=0>Find Hidden pics","find.html",,,1
	    ,"<img src=../images/dot.gif border=0>Find Hidden Words","search.html",,,1
		,"<img src=../images/dot.gif border=0>How to draw a ...","howdraw.html",,,1
		,"<img src=../images/dot.gif border=0>Make a castle","castle.html",,,1
		,"<img src=../images/dot.gif border=0>Make a skeleton","cutdoll.html",,,1
		,"<img src=../images/dot.gif border=0>Make a witch","makewitc.html",,,1
		,"<img src=../images/dot.gif border=0>Match the Sets","match.html",,,1
		,"<img src=../images/dot.gif border=0>Mazes","mazes.html",,,1
		,"<img src=../images/dot.gif border=0>Paper Masks","masks.html",,,1
		,"<img src=../images/dot.gif border=0>Party Invitations","invites.html",,,1
		,"<img src=../images/dot.gif border=0>Pumpkin Decorations","cutpump.html",,,1	 		
	    ,"<img src=../images/dot.gif border=0>Skeleton paper doll","cutdoll.html",,,1
		])
				
addmenu(menu=["adults",
	,,195,1,"",style1,,"left",effect,,,,,,,,,,,,	
	,"<img src=../images/dot.gif border=0>Decorating Indoors","decorain.html",,,1
	,"<img src=../images/dot.gif border=0>Decorating Outdoors","decoraou.html",,,1
	,"<img src=../images/dot.gif border=0>Decorate the Car","doauto.html",,,1
	,"<img src=../images/dot.gif border=0>Decorate the Garden","garden.html",,,1
    ,"<img src=../images/dot.gif border=0>Halloween Carols","mucarol.html",,,1
	,"<img src=../images/dot.gif border=0>Halloween History","history.html",,,1
	,"<img src=../images/dot.gif border=0>Halloween songs","musong.html",,,1
	,"<img src=../images/dot.gif border=0>Humor","show-menu=jokes",,,1
	,"<img src=../images/dot.gif border=0>Make a Vampire","projvamp.html",,,1
	,"<img src=../images/dot.gif border=0>Paper Fun 4 Kid's","show-menu=paper",,,1
	,"<img src=../images/dot.gif border=0>Party Invitations","invites.html",,,1
	,"<img src=../images/dot.gif border=0>Recipes","recipes.html",,,1
	,"<img src=../images/dot.gif border=0>Safe Trick-or-Treat","safety.html",,,1
	,"<img src=../images/dot.gif border=0>Take Great Pics","takepic.html",,,1
	])
	
addmenu(menu=["teachers",
      ,,185,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=../images/dot.gif border=0>Paper Activities","show-menu=paper",,,1
	,"<img src=../images/dot.gif border=0>Halloween Carols","mucarl.html",,,1	
	,"<img src=../images/dot.gif border=0>Halloween History","history.html",,,1
	,"<img src=../images/dot.gif border=0>Humor","show-menu=jokes",,,1
	,"<img src=../images/dot.gif border=0>Scarey Stories","stories.html",,,1
       ])
		           
addmenu(menu=["costumes",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=../images/dot.gif border=0>Costumes","costumes.html",,,1
	,"<img src=../images/dot.gif border=0>Costume Safety","safety.html",,,1
	,"<img src=../images/dot.gif border=0>Makekup Recipe","makeup.html",,,1
	,"<img src=../images/dot.gif border=0>Paper Masks","masks.html",,,1 		
	 ])
	
addmenu(menu=["decorations",
	,,210,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=../images/dot.gif border=0>Decorating Indoors","decorain.html",,,1
	,"<img src=../images/dot.gif border=0>Decorating Outdoors","decoraou.html",,,1
	,"<img src=../images/dot.gif border=0>Decorate the Car","doauto.html",,,1
	,"<img src=../images/dot.gif border=0>Decorate the Garden","garden.html",,,1
	,"<img src=../images/dot.gif border=0>Decorate Your Pumpkin","cutpump.html",,,1
      ])
		          
addmenu(menu=["jokes",
	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=../images/dot.gif border=0>Ghost Jokes","jokghost.html",,,1
	,"<img src=../images/dot.gif border=0>Ghoul Jokes","jokghoul.html",,,1
	,"<img src=../images/dot.gif border=0>Mixed Jokes","jokmixed.html",,,1
	,"<img src=../images/dot.gif border=0>Mummy Jokes","jokmummy.html",,,1
	,"<img src=../images/dot.gif border=0>Skeleton Jokes","jokskele.html",,,1
	,"<img src=../images/dot.gif border=0>Vampire Jokes","jokvamp.html",,,1
	,"<img src=../images/dot.gif border=0>Witch Jokes","jokwitch.html",,,1
	,"<img src=../images/dot.gif border=0>Wolf Jokes","jokwolf.html",,,1
	,"<img src=../images/dot.gif border=0>Funny Ads","jokads.html",,,1
	,"<img src=../images/dot.gif border=0>Cartoons","jokcarts.html",,,1
	,"<img src=../images/dot.gif border=0>Funny Photos","jokphoto.html",,,1
	,"<img src=../images/dot.gif border=0>Funny Pumpkins","jokpumps.html",,,1
	,"<img src=../images/dot.gif border=0>Ten things","jokten.html",,,1
	])
					
addmenu(menu=["party",
	,,180,1,"",style1,,"left",,,,,,,,,,,,,
	,"<img src=../images/dot.gif border=0>Party Carols","mucarol.html",,,1
	,"<img src=../images/dot.gif border=0>Party Decorations","decorain.html",,,1
	,"<img src=../images/dot.gif border=0>Party Games","pargame.html",,,1
	,"<img src=../images/dot.gif border=0>Party Invitations","invites.html",,,1
	,"<img src=../images/dot.gif border=0>Party Planner","parplan.html",,,1
	,"<img src=../images/dot.gif border=0>Party Food","recipes.html",,,1
	,"<img src=../images/dot.gif border=0>Party Songs","musong.html",,,1
	,"<img src=../images/dot.gif border=0>Make $ for Party","parmoney.html",,,1
	])
		
	addmenu(menu=["siteinfo",
	,,190,1,"",style1,,"",effect,,,,,,,,,,,,
	,"<img src=../images/dot.gif border=0>The Webmaster","webguy.html",,,1
	,"<img src=../images/dot.gif border=0>Advertise for 2008?","mailto:danielsown@aol.com?Subject=Halloween_advertise",,,1
	,"<img src=../images/dot.gif border=0>Comments","mailto:danielsown@aol.com?Subject=Halloween_comment",,,1
	,"<img src=../images/dot.gif border=0>Disclaimer","disclaim.html",,,1
	,"<img src=../images/dot.gif border=0>Terms of use","termuse.html",,,1
	,"<img src=../images/dot.gif border=0>Site Map","toc.html",,,1
	])

dumpmenus()
