 if(navigator.appName == "WebTV")
{
	var StartTop=30;				// Menu offset x coordinate
	var StartLeft=15;				// Menu offset y coordinate
}
 if(navigator.appName == "Netscape")
{
	var StartTop=208;				// Menu offset x coordinate
	var StartLeft=-170;				// Menu offset y coordinate
}
 if(navigator.appName == "Microsoft Internet Explorer")
{
	var StartTop=206;				// Menu offset x coordinate
	var StartLeft=-170;				// Menu offset y coordinate
}
 if(navigator.appName == "Opera")
{
	var StartTop=20;				// Menu offset x coordinate
	var StartLeft=40;				// Menu offset y coordinate
}


	var NoOffFirstLineMenus=1;			// Number of first level items
	var LowBgColor='#ffffff';			// Background color when mouse is not over
	var LowSubBgColor='#000000';			// Background color when mouse is not over on subs
	var HighBgColor='#000000';			// Background color when mouse is over
	var HighSubBgColor='#000000';		        // Background color when mouse is over on subs
	var FontLowColor='#000000';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	var FontHighColor='#759D00';			// Font color when mouse is over
	var FontSubHighColor='#FEE0AC';			// Font color subs when mouse is over
	var BorderColor='#7B6142';			// Border color
	var BorderSubColor='#000000';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="verdana"			// Font family menu items
	var FontSize=7.5;					// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var VerCorrect=1;				// Multiple frames y correction
	var HorCorrect=1;				// Multiple frames x correction
	var LeftPaddng=4;				// Left padding
	var TopPaddng=4;				// 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=100;				// 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=1;					// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,12,'tridown.gif',12,5,'trileft.gif',5,12];	// 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("purchase info","#","", 10,20,85);
  Menu1_1=new Array("Magic, Games and Discos","disco.html","", 0,50,85); 
  
  Menu1_2=new Array("Furry Friends Costumes","furry_friends.html","", 0,40,85); 
  Menu1_3=new Array("Balloon Decoration","balloon.html","", 0,40,85); 
  Menu1_4=new Array("Talking Toucan","#","", 0,42,85); 
  Menu1_5=new Array("Face Painting","#","", 0,25,85); 
  Menu1_6=new Array("Bouncy Castles","#","", 0,42,85); 
  Menu1_7=new Array("Balloon Releases","#","", 0,42,85);
  Menu1_8=new Array("Workshops","#","", 0,25,85);
 Menu1_9=new Array("Close Up Magic","#","", 0,42,85);
 Menu1_10=new Array("Fetes And Open Days","#","", 0,35,85);




