// JavaScript Document
	addmenu(menu=["mainindex",
	,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"About Shirley","show-menu=mumscollage",,"Shirleys Life",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	,"Artwork Catalogue","../MarbitArtwork.php",,"Shirleys Artwork Catalogue",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	//,"Artwork Reproduction","../ArtworkReproduction.php",,"Artwork Reproduction Service",0
	,"Colour-In or Paint","../Stories/Painting.php",,"Shirleys Watercolour Painting",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	,"Contact","../AskQuestion.php",,"Send an E-mail to me",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	,"Downloads","show-menu=downloads",,"Free Downloads",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	,"Fan Club Login","Login.htm",,"Fairy Fan Club Login Page",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	,"Games","../GamesMenu.htm",,"Back to the Games Menu",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	,"GuestBook","../guestbook.php",,"Back to the Guestbook",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	,"Home Page","../index.htm",,"Back to the home page",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	//,"Latest","../Latest.php",,"Back to the Latest Page",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	//,"Services","../UnderConstruction.htm",,"Back to the Services Page",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	,"Shirley Reading Stories","show-menu=stories",,"Shirley Barbers Stories",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	,"Studio Camera","../StudioCam.php",,"Shirleys Studio Camera",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	,"Winners","WinnersPage.php",,"Fairy Fan Club Winners Page",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	])
	
	addmenu(menu=["fairyfanclub",
	,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Admin","AdminMain.php",,,0
	,"Change Details","ChangeDetails.php",,,0
	,"Colour In Fun","FairyColourIn.php",,,0
	,"Competition","FairyComp1.php",,,0
	,"Easter Cards","Easter.php",,,0	
	,"E-Cards","card.php",,,0
	,"Fairyland Whispers","NewsPaper-5-2003.php",,,0
	,"Fan Club Main","FanClubMain.php",,,0
	,"Games Download","GamesDownload.php",,,0
	,"Games Gallery","GamesGallery.php",,,0
	,"Jigsaw Puzzles","JigsawMenu.php",,,0
	,"Join the Club","NewMember.htm",,,0
	,"Login","Login.htm",,,0
	,"Logout","Logout.php",,,0
	,"Movies","Movies.php",,,0
	,"Photo's","PhotoGallery.php",,,0
	,"Picture Gallery","PictureGallery.php",,,0
	,"Winners","WinnersPage.php",,,0
	])
	
			
	addmenu(menu=["mumscollage",
	,,60,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Page 1","../MumsCollage1.htm",,,0
	,"Page 2","../MumsCollage2.htm",,,0
	,"Page 3","../MumsCollage3.htm",,,0
	,"Page 4","../MumsCollage4.htm",,,0
	,"Page 5","../MumsCollage5.htm",,,0
	])

	addmenu(menu=["downloads",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"The Five Mile Press Catalogue","../Downloads/TheFiveMilePressCatalogue.zip",,,0
	,"About Shirley Doc","../Downloads/AboutShirley.zip",,,0
	,"Shirleys Thankyou Letter","../Downloads/ThankyouLetter.zip",,,0
	,"About Shirleys Products Doc","../Downloads/AboutShirleysProducts.zip",,,0
	,"How to Paint Doc","../Downloads/HowtoPaint.zip",,,0
	,"Screen Saver","../Downloads/A_Fairy_Tale_SS.zip",,,0
	])
	
	addmenu(menu=["stories",
	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Sandy The Seashore Pixie","../Stories/SandyTheSeashorePixie/SandysSandCastle.htm",,,0
	])

	

dumpmenus()

	// Email program
	function popupMessage() {
	
	// SET MESSAGE VALUES
	var to = "shirleybarbers@shirleybarbers.com";
	var cc = "turnergraphics@optushome.com.au";
	var bcc = "";
	var subject = "Hello Shirley, I just wanted to know";
	
	// BUILD MAIL MESSAGE COMPONENTS 
	var doc = "mailto:" + to + 
	"?cc=" + cc + 
	"&bcc=" + bcc + 
	"&subject=" + escape(subject);
	
	// POP UP EMAIL MESSAGE WINDOW
	window.location=doc
	
	}