function doVideo(which,wit,heit) {
  document.write('<embed width="'+wit+'" height="'+heit+'" flashvars="file='+which+'&lightcolor=0x557722&searchbar=false&screencolor=0xFCFCFC&width='+wit+'&height='+heit+'&wmode=transparent" bgcolor="#FFFFFF" allowfullscreen="true" quality="high" name="player" id="player" src="mediaplayer.swf" type="application/x-shockwave-flash"/>');
}