// JAVASCRIPT VARS
			// cache buster
			var cacheBuster = "?t=" + Date.parse(new Date());		
			
			// stage dimensions
			var stageW = 319;//"100%";
			var stageH = 360;//"100%";
			
			
			// ATTRIBUTES
		    var attributes = {};
		    attributes.id = 'left';
		    attributes.name = attributes.id;
		    
			// PARAMS
			var params = {};
			params.bgcolor = "#ffffff";
			

		    /* 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 = "/Portals/22164/flash/";
			flashvars.xmlPath = "accordionL.xml";
			
			flashvars.cssPath = "style.css";
			flashvars.selectedSlide = "0";
						
			
			/** EMBED THE SWF**/
			swfobject.embedSWF("/Portals/22164/flash/left.swf", attributes.id, stageW, stageH, "9.0.124", "/Portals/22164/flash/expressInstall.swf", flashvars, params);
			


			// JAVASCRIPT VARS
			// cache buster
			var cacheBuster = "?t=" + Date.parse(new Date());		
			
			// stage dimensions
			var stageW = 319;//"100%";
			var stageH = 360;//"100%";
			
			
			// ATTRIBUTES
		    var attributes = {};
		    attributes.id = 'middle';
		    attributes.name = attributes.id;
		    
			// PARAMS
			var params = {};
			params.bgcolor = "#ffffff";
			

		    /* 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 = "/Portals/22164/flash/";
			flashvars.xmlPath = "accordionM.xml";
			
			flashvars.cssPath = "style.css";
			flashvars.selectedSlide = "1";
						
			
			/** EMBED THE SWF**/
			swfobject.embedSWF("/Portals/22164/flash/middle.swf", attributes.id, stageW, stageH, "9.0.124", "/Portals/22164/flash/expressInstall.swf", flashvars, params);
			


			// JAVASCRIPT VARS
			// cache buster
			var cacheBuster = "?t=" + Date.parse(new Date());		
			
			// stage dimensions
			var stageW = 320;//"100%";
			var stageH = 360;//"100%";
			
			
			// ATTRIBUTES
		    var attributes = {};
		    attributes.id = 'right';
		    attributes.name = attributes.id;
		    
			// PARAMS
			var params = {};
			params.bgcolor = "#ffffff";
			

		    /* 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 = "/Portals/22164/flash/";
			flashvars.xmlPath = "accordionR.xml";
			
			flashvars.cssPath = "style.css";
			flashvars.selectedSlide = "1";
						
			
			/** EMBED THE SWF**/
			swfobject.embedSWF("/Portals/22164/flash/right.swf", attributes.id, stageW, stageH, "9.0.124", "/Portals/22164/flash/expressInstall.swf", flashvars, params);
			
