function loadGallery() {
		var fo = new SWFObject("viewer.swf", "viewer", "100%", "550px", "8", "#4b2b76");		// SIMPLEVIEWER CONFIGURATION OPTIONS		// To use an option, uncomment it by removing the "//" at the start of the line		// For a description of config options, go to:		// http://www.airtightinteractive.com/simpleviewer/options.html		//fo.addVariable("xmlDataPath", "gallery.xml");		//fo.addVariable("firstImageIndex", "5");		//fo.addVariable("langOpenImage", "Open Image in New Window");		//fo.addVariable("langAbout", "About");		//fo.addVariable("preloaderColor", "0xFFFFFF");		fo.addParam("wmode", "transparent"); 		fo.write("flashcontent");
}