
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.rosettastone.it/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>Imparare il Russo con Rosetta Stone</b></h2><p style="padding-top:10px;">Nick is learning Russian with <br/> Rosetta Stone per entrare in contatto con la sua famiglia di origine.</p>';
    url = 'http://www.rosettastone.it/sdresources/drosettastone/CDN/us/flash/testimonials/nick/nick.swf';
}

else if (img_src == 'img_toty') { 
     document.getElementById('video_content').innerHTML = '<h2><b>Rosetta Stone nelle scuole</b></h2><p style="padding-top:10px;">Tory LeVitre, insegnante dell\047anno 2007, utilizza Rosetta Stone in classe per aiutare i suoi studenti a formare le loro capacit\340 linguistiche.</p>';
     url = 'http://www.rosettastone.it/sdresources/drosettastone/CDN/us/flash/testimonials/toty/toty.swf';
}
 
else {
  document.getElementById('video_content').innerHTML = '<h2><b>Un salto nella lingua</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> nei luoghi in cui la comunicazione pu\362 essere la chiave della sopravvivenza.'
}

 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;
     
}
