
			// JAVASCRIPT VARS
			// cache buster
			function pintar_slide(num_gal){
			var cacheBuster = "";
			cacheBuster = "?t=" + Date.parse(new Date());		
			// stage dimensions
			var stageW = 450;//"100%";
			var stageH = 400;//"100%";        
        
        
			// ATTRIBUTES
		    var attributes = {};
		    attributes.id = 'FlabellComponent' + num_gal;
		    attributes.name = attributes.id    
        
			// PARAMS
			var params = {};
		    params.bgcolor = "#CCCCCC";
		    params.menu = "false";
		    params.scale = 'noScale';
		    params.wmode = "opaque";
		    params.allowfullscreen = "false";
		    params.allowScriptAccess = "always";

	    
		    /* FLASH VARS */
		    var flashvars = {};
		    
			/// if commented / delete these lines, the component will take the stage dimensions defined 
			/// above in "JAVASCRIPT SECTIONS" section or those defined in the settings xml	
		    flashvars.componentWidth = stageW;
			flashvars.componentHeight = stageH;
			
			/// path to the content folder(where the xml files, images or video are nested)
			/// if you want to use absolute paths(like "http://domain.com/images/....") then leave it empty("")
			flashvars.pathToFiles = "banner/";
			
			// path to content XML
			flashvars.xmlPath = "xml/banner"+num_gal+".xml"
		    
		    
			/** EMBED THE SWF**/
			
			return swfobject.embedSWF("preview.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "js/expressInstall.swf", flashvars, params);
           }
		   
		   

			// JAVASCRIPT VARS
			// cache buster
			function pintar_casos(num_gal){
			var cacheBuster = "";
			cacheBuster = "?t=" + Date.parse(new Date());		
			// stage dimensions
			var stageW = 450;//"100%";
			var stageH = 400;//"100%";        
        
        
			// ATTRIBUTES
		    var attributes = {};
		    attributes.id = 'FlabellComponent' + num_gal;
		    attributes.name = attributes.id    
        
			// PARAMS
			var params = {};
		    params.bgcolor = "#CCCCCC";
		    params.menu = "false";
		    params.scale = 'noScale';
		    params.wmode = "opaque";
		    params.allowfullscreen = "false";
		    params.allowScriptAccess = "always";

	    
		    /* FLASH VARS */
		    var flashvars = {};
		    
			/// if commented / delete these lines, the component will take the stage dimensions defined 
			/// above in "JAVASCRIPT SECTIONS" section or those defined in the settings xml	
		    flashvars.componentWidth = stageW;
			flashvars.componentHeight = stageH;
			
			/// path to the content folder(where the xml files, images or video are nested)
			/// if you want to use absolute paths(like "http://domain.com/images/....") then leave it empty("")
			flashvars.pathToFiles = "banner/";
			
			// path to content XML
			flashvars.xmlPath = "xml/banner"+num_gal+".xml"
		    
		    
			/** EMBED THE SWF**/
			
			return swfobject.embedSWF("preview.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "js/expressInstall.swf", flashvars, params);
           }		   

