// require UaSwf.js


var uaSwfObj01 = new UaSwfObj();
var isReq = uaSwfObj01.detect( FLASH_MAJOR_VERSION, FLASH_MINOR_VERSION, FLASH_REVISION );
if( isReq )
{
	document.write( '<style type="text/css" media="screen,print">' + '.alternate01{' + 'display: none' + '}' + '</style>' );
}

