
$(document).ready(function(){
    $('#HandSurgery').flash(
        { src: '/images/buttonHandSurgery.swf',
          width: 233,
          height: 59 },
        { version: 8 }
    );
});

$(document).ready(function(){
    $('#ReconstructiveSurgery').flash(
        { src: '/images/buttonReconstructiveSurgery.swf',
          width: 233,
          height: 59 },
        { version: 8 }
    );
});

$(document).ready(function(){
    $('#AestheticSurgery').flash(
        { src: '/images/buttonAestheticSurgery.swf',
          width: 233,
          height: 59 },
        { version: 8 }
    );
});

/*
$(document).ready(function(){ 
// FLASH FILE EMBED 
$('#HandSurgery').text('').flash({ src: '../images/buttonHandSurgery.swf', width: 233, menu:true, height: 59, background: '#ffffff', id: 'mymovie', wmode: 'transparent', flashvars: { folder: '' } }, { expressInstall: true, version: '8'});


// FLASH FILE EMBED 
$('#ReconstructiveSurgery').text('').flash({ src: '../images/buttonReconstructiveSurgery.swf', width: 233, menu:true, height: 59, background: '#ffffff', id: 'mymovie', wmode: 'transparent', flashvars: { folder: '' } }, { expressInstall: true, version: '8'});

// FLASH FILE EMBED 
$('#AestheticSurgery').text('').flash({ src: '../images/buttonAestheticSurgery.swf', width: 233, menu:true, height: 59, background: '#ffffff', id: 'mymovie', wmode: 'transparent', flashvars: { folder: '' } }, { expressInstall: true, version: '8'});

});*/