 var create_flash_gallery = function(galleryID) {
	 var flashvars = {  
		 paramXMLPath: "/slideshowpro/get_params_home/"+galleryID,  
		 initialURL: escape(document.location)  
	 }  
	 var params = {   
		 base: ".",  
		 quality: "best",  
		 bgcolor: "#ffffff",  
		 wmode: "opaque", // needed for flash to stay behind dropdown content
		 allowfullscreen: "true"  
	 }                  
	 var attributes = {}  
	 swfobject.embedSWF("/inc/flash/slideshowpro.swf", "flashcontent", "320", "320", "9.0.0", false, flashvars, params, attributes); 
 }