function InsertSongVideo()
{
document.write("<object width="480" height="376" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">\n");
document.write('<param name="src" value="video/Melby-In_Darkness-Sonego-poster.jpg" />\n');
document.write('<param name="href" value="video/Melby-In_Darkness-Sonego.mov" />\n');
document.write('<param name="controller" value="false" />\n');
document.write('<param name="autoplay" value="false" />\n');
document.write('<param name="scale" value="aspect" />\n');
document.write('<embed width="480" height="376" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"
		src="video/Melby-In_Darkness-Sonego-poster.jpg"
		href="video/Melby-In_Darkness-Sonego.mov"
		target="myself"
		controller="false"
		autoplay="false"
		scale="aspect">\n');
document.write('</embed>\n');
document.write('</object>\n');
}
function InsertConcertoVideo()
{
document.write('<object width="640" height="496" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">\n');
document.write('<param name="src" value="video/Melby-Piano_Concerto_2-Choi-excerpt-poster.jpg" />\n');
document.write('<param name="href" value="video/Melby-Piano_Concerto_2-Choi-excerpt.mov" />\n');
document.write('<param name="controller" value="false" />\n');
document.write('<param name="autoplay" value="false" />\n');
document.write('<param name="scale" value="aspect" />\n');
document.write('<embed width="640" height="496" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"
		src="video/Melby-Piano_Concerto_2-Choi-excerpt-poster.jpg"
		href="video/Melby-Piano_Concerto_2-Choi-excerpt.mov"
		target="myself"
		controller="false"
		autoplay="false"
		scale="aspect">\n');
document.write('</embed>\n');
document.write('</object>\n');
}
