 // Permalinks option  
  /*function flashPutHref(href) { location.href = href; }  
   
 // swffit sizing  
 var swf_pad = 20;  

 function initSwffit(w,h) {  
     // If you change name of the DIV the SWF is written at,  
     // change 'flashcontent' to the name of your DIV.  
     swffit('flashcontent',w+swf_pad,h+swf_pad);  
 }  */
   
   
 
 var create_flash_gallery = function(galleryID) {

	 //paramXMLPath: "param.xml.php?gallery_id=" + galleryID,  
	 // SWFObject embed  
	 var flashvars = {  
		 paramXMLPath: "/slideshowpro/param.xml.php?gallery_id="+galleryID,  
		 initialURL: escape(document.location)  
	 }  
	 var params = {   
		 base: ".",  
		 quality: "best",  
		 bgcolor: "#121212",  
		 allowfullscreen: "true"  
	 }                  
	 var attributes = {}  
	 swfobject.embedSWF("/slideshowpro.swf", "flashcontent", "624", "400", "9.0.0", false, flashvars, params, attributes); 
 }