
function getFlash(img_src){
 //var def_img = document.getElementById('default_img').src;
 //var rep_img = document.getElementById(img_src).src;

 //var def_alt = document.getElementById('default_img').alt;
 //var rep_alt = document.getElementById(img_src).alt;
 var url     = "http://www.therosettastone.es/sdresources/drosettastone/CDN/us/flash/testimonials/bob/bob.swf";
 //document.getElementById('default_img').src = rep_img;
 //document.getElementById('default_img').alt = rep_alt;


 
//if (document.getElementById('default_img').src == 'http://www.rosettastone.com/us_assets/images/personal/testimonial-jerel.jpg') { 
//   document.getElementById('video_content').innerHTML = '<h3><b>Learning Spanish with Rosetta Stone</b></h3><p style="padding-top:10px;">Learning Spanish helped Jerel communicate better with his employees, and improved productivity at work!</p>';
//   url = 'http://resources.rosettastone.com/CDN/us/flash/testimonials/jerel/jerel.swf';
//}

if (img_src == 'img_nick') { 
    document.getElementById('video_content').innerHTML = '<h2><b>Aprendiendo ruso con Rosetta Stone</b></h2><p style="padding-top:10px;">Nick is learning Russian with <br/> Rosetta Stone para ayudarle a conectar con sus ra\355ces familiares</p>';
    url = 'http://www.therosettastone.es/sdresources/drosettastone/CDN/us/flash/testimonials/nick/nick.swf';
}

else if (img_src == 'img_toty') { 
     document.getElementById('video_content').innerHTML = '<h2><b>Rosetta Stone en los colegios</b></h2><p style="padding-top:10px;">Tory LeVitre , Profesora del a\361o 2007, utiliza Rosetta Stone en su clase para ayudar a sus alumnos a desarrollar sus habilidades ling\374\355sticas.</p>';
     url = 'http://www.therosettastone.es/sdresources/drosettastone/CDN/us/flash/testimonials/toty/toty.swf';
}
 
else {
  document.getElementById('video_content').innerHTML = '<h2><b>Sum\351rjase en el idioma</b></h2><p style="padding-top:10px;">Find out why Dr. Bob Arnot, award-winning news correspondent, world traveler and humanitarian, uses <br/> Rosetta Stone<sup>&reg;</sup> en lugares donde la comunicaci\363n puede ser fundamental para sobrevivir.'
}

 var flash_content = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"  height="250" width="315" id="phelps" align="middle"><param name="allowScriptAccess" value="sameDomain"><param name="allowFullScreen" value="false"><param name="movie" value="'+url+'" id="flash_opt1"><param name="quality" value="high"><param name="bgcolor" value="#FFF6CF"><param name="wmode" value="transparent" /><embed src="'+url+'" quality="high" bgcolor="#FFF6CF" name="phelps" allowscriptaccess="sameDomain" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle"  height="250" width="315" id="flash_opt"></object>'

 //document.getElementById(img_src).src = def_img;
 //document.getElementById(img_src).alt = def_alt;
 document.getElementById('testimonial').innerHTML = flash_content;
     
}
