function RunVideo()
{
	document.write('<object id="MediaPlayer" width="320" height="286" classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">\n');
	document.write('<param name="filename" value="movies/intro.wmv" />\n');
	document.write('<param name="Showcontrols" value="True" />\n');
	document.write('<param name="autoStart" value="True" />\n');
	document.write('<embed type="application/x-mplayer2" src="movies/intro.wmv" name="MediaPlayer" width="320" height="240"></embed>\n');
	document.write('</object>\n');
}

function RunGolding()
{
	document.write('<object id="MediaPlayer" width="320" height="286" classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">\n');
	document.write('<param name="filename" value="movies/golding.wmv" />\n');
	document.write('<param name="Showcontrols" value="True" />\n');
	document.write('<param name="autoStart" value="True" />\n');
	document.write('<embed type="application/x-mplayer2" src="movies/golding.wmv" name="MediaPlayer" width="320" height="240"></embed>\n');
	document.write('</object>\n');
}

function RunBolton()
{
	document.write('<object id="MediaPlayer" width="320" height="286" classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">\n');
	document.write('<param name="filename" value="movies/bolton.wmv" />\n');
	document.write('<param name="Showcontrols" value="True" />\n');
	document.write('<param name="autoStart" value="True" />\n');
	document.write('<embed type="application/x-mplayer2" src="movies/bolton.wmv" name="MediaPlayer" width="320" height="240"></embed>\n');
	document.write('</object>\n');
}

function RunWinchester()
{
	document.write('<object id="MediaPlayer" width="320" height="286" classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">\n');
	document.write('<param name="filename" value="movies/winchester.wmv" />\n');
	document.write('<param name="Showcontrols" value="True" />\n');
	document.write('<param name="autoStart" value="True" />\n');
	document.write('<embed type="application/x-mplayer2" src="movies/winchester.wmv" name="MediaPlayer" width="320" height="240"></embed>\n');
	document.write('</object>\n');
}

function RunMac()
{
	document.write('<embed src="movies/intro.mov" width="320" height="250" TYPE="video/quicktime" PLUGINSPAGE="http://www.apple.com/quicktime/download/"></embed>\n');
}