// JavaScript Document

// http://www.apple.com/quicktime/tutorials/embed.html
// JS functions to insert QT movies and avoid pesky IE step to enable them

function InsertMovie_Classes_1()
{

	document.write('<EMBED \n');
	document.write('   src="media/one-handed_swing-still.MOV"\n');
	document.write('   href="one-handed_swing.MOV" \n');
	document.write('   target="myself" \n');
	document.write('   WIDTH=240 \n');
	document.write('   HEIGHT=212 \n');
	document.write('   LOOP=false \n');
	document.write('   align="top" \n');
	document.write('   style="border: white; margin: 10px 40px 15px 20px; float:right;" \n');
	document.write('   AUTOPLAY=false \n');
	document.write('   CONTROLLER=true \n');
	document.write('   PLUGINSPAGE="http://www.apple.com/quicktime/" >\n');
	document.write('</EMBED>\n');

}

function InsertMovie_Videos_1()
{

	document.write('<EMBED \n');
	document.write('   src="media/one-handed_swing-still.MOV"\n');
	document.write('   href="one-handed_swing.MOV" \n');
	document.write('   target="myself" \n');
	document.write('   WIDTH=240 \n');
	document.write('   HEIGHT=212 \n');
	document.write('   LOOP=false \n');
	document.write('   align="top" \n');
	document.write('   style="border: white; margin: 10px 40px 15px 20px; float:right;" \n');
	document.write('   AUTOPLAY=false \n');
	document.write('   CONTROLLER=true \n');
	document.write('   PLUGINSPAGE="http://www.apple.com/quicktime/" >\n');
	document.write('</EMBED>\n');

}
function InsertMovie_Videos_2()
{

	document.write('<EMBED \n');
	document.write('   src="media/clean-still.MOV"\n');
	document.write('   href="clean.MOV" \n');
	document.write('   target="myself" \n');
	document.write('   WIDTH=240 \n');
	document.write('   HEIGHT=212 \n');
	document.write('   LOOP=false \n');
	document.write('   align="top" \n');
	document.write('   style="border: white; margin: 10px 40px 15px 20px; float:right;" \n');
	document.write('   AUTOPLAY=false \n');
	document.write('   CONTROLLER=true \n');
	document.write('   PLUGINSPAGE="http://www.apple.com/quicktime/" >\n');
	document.write('</EMBED>\n');

}
function InsertMovie_Videos_3()
{

	document.write('<EMBED \n');
	document.write('   src="media/jerk-still.MOV"\n');
	document.write('   href="jerk.MOV" \n');
	document.write('   target="myself" \n');
	document.write('   WIDTH=240 \n');
	document.write('   HEIGHT=212 \n');
	document.write('   LOOP=false \n');
	document.write('   align="top" \n');
	document.write('   style="border: white; margin: 10px 40px 15px 20px; float:right;" \n');
	document.write('   AUTOPLAY=false \n');
	document.write('   CONTROLLER=true \n');
	document.write('   PLUGINSPAGE="http://www.apple.com/quicktime/" >\n');
	document.write('</EMBED>\n');

}
function InsertMovie_Videos_4()
{

	document.write('<EMBED \n');
	document.write('   src="media/snatch-still.MOV"\n');
	document.write('   href="snatch.MOV" \n');
	document.write('   target="myself" \n');
	document.write('   WIDTH=240 \n');
	document.write('   HEIGHT=212 \n');
	document.write('   LOOP=false \n');
	document.write('   align="top" \n');
	document.write('   style="border: white; margin: 10px 40px 15px 20px; float:right;" \n');
	document.write('   AUTOPLAY=false \n');
	document.write('   CONTROLLER=true \n');
	document.write('   PLUGINSPAGE="http://www.apple.com/quicktime/" >\n');
	document.write('</EMBED>\n');

}

