function PlayQuickTime(file) {
	str = '<EMBED SRC="http://www.soe.vcu.edu/video_center/' + file +'" WIDTH="300" HEIGHT="218" ShowControls="1" ShowStatusBar="0" ShowDisplay="1" bgcolor="#000" controller="true" scale="tofit" autoplay="true" autostart="true"></EMBED>';
	
	document.getElementById('play_video').innerHTML = str;
	
}

