﻿
$(function(){
$('#clientsVid').flash(
     {
         src: '/flash/clients.swf',
         width: 592,
         menu:true,
         height: 334,
         background: '#000000',
         id: 'mymovie',
         wmode: 'transparent'
       
      },
      {
          expressInstall: true,
          version: '8'
      }
 );

 }); 
