// ************** MAIN INDEX ****************
	addmenu(menu=["mainindex",
	,,130,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","show-menu=fanclub",,"Fairy Fan Club",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	,"Games","GamesMenu.htm",,"Shirleys Games",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	,"GuestBook","guestbook.php",,"Shirleys Guestbook",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	,"Home Page","index.htm",,"Shirley Barbers Home Page",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	//,"Latest","Latest.php",,"Latest Products to hit the streets",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	//,"Services","UnderConstruction.htm",,"Services",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","PHP/WinnersPage.php",,"Fairy Fan Club Competition Winners",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	])
	
	// ************** MUMS COLLAGE ****************					
	addmenu(menu=["mumscollage",
	,,50,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
	])

	// ************** DOWNLOADS ****************
	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
	,"Fairy Board Game Instructions","Downloads/Instructions.zip",,,0
	])
	
	// ************** STORIES ****************
	addmenu(menu=["stories",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Sandy The Seashore Pixie","Stories/SandyTheSeashorePixie/SandysSandCastle.htm",,,0
	])
	
	// ************** FAN CLUB ****************
	addmenu(menu=["fanclub",
	,,50,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Home","PHP/FanClubMain.php",,"Fairy Fan Club Main Page",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	,"Join","PHP/NewMember.htm",,"Join the Fairy Fan Club",0
	,"Login","PHP/Login.htm",,"Login to the Fairy Fan Club",0
	])

	

dumpmenus()

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