$(window).load(function(){
    $('#fy-design').flash(
        { 
          src: '/swf/for-you.swf',
          width: 90,
          height: 90,
          wmode: 'transparent', 
          flashvars: {frame: 'light', delay: '0' }
        },
        { version: 8 }
    );
    $('#fy-communication').flash(
        { 
          src: '/swf/for-you.swf',
          width: 90,
          height: 90,
          wmode: 'transparent', 
          flashvars: {frame: 'flash', delay: '1400' }
        },
        { version: 8 }
    );    
    $('#fy-management').flash(
        { 
          src: '/swf/for-you.swf',
          width: 90,
          height: 90,
          wmode: 'transparent', 
          flashvars: {frame: 'tick', delay: '2100' }
        },
        { version: 8 }
    );     
    $('#fy-construction').flash(
        { 
          src: '/swf/for-you.swf',
          width: 90,
          height: 90,
          wmode: 'transparent', 
          flashvars: {frame: 'house', delay: '2700' }
        },
        { version: 8 }
    );     
    $('#fy-global').flash(
        { 
          src: '/swf/for-you.swf',
          width: 90,
          height: 90,
          wmode: 'transparent', 
          flashvars: {frame: 'arrow', delay: '3600' }
        },
        { version: 6 }
    );      
    
});


