function changeVideo(myTarget,theUrl) {
document.getElementById(myTarget).innerHTML='<object type="application/x-shockwave-flash" data="'+theUrl+'" width="590" height="474"><param name="movie" value="'+theUrl+'" /><param name="wmode" value="transparent" /></object>';
}