/*-------------------------------------------------------------------

  TOP Flash

-------------------------------------------------------------------*/

var swftop = new SWFLoader( {
	'src'             : 'top.swf',
	'id'              : 'mainFrash',
	'width'           : '800',
	'height'          : '200',
	'requiredVersion' : '8',
	'bgcolor'         : '#ffffff',
	'targetId'        : 'flash',
	'altBlock'        : 'flashAlternate',
	'noCache'         : true
});