/*------------------------------------------------------------------
  
  headerFlash
  
------------------------------------------------------------------*/

var indexFla = new SWFLoader( {
	'src'             : 'flash/index.swf',
	'id'              : 'indexFla',
	'width'           : '100%',
	'height'          : '517',
	'requiredVersion' : '8',
	'bgcolor'         : '#000000',
	'targetId'        : 'index-main',
	'altBlock'        : 'index-main-alternate-block',
	'noCache'         : true
});

