
function PlayLow(sel)
{
	document.Player.filename = "http://aquariusproductions.com/wmv/"+$prodcode+"l.wmv";
	document.Player.autostart = "true";

}

function PlayHigh(sel)
{
	document.Player.filename = "http://aquariusproductions.com/wmv/"+$prodcode+"h.wmv";
	document.Player.autostart = "true";
}

function speedSelect() {

	document.write("<tr>");
	document.write("<td align='center' height='20px' style='background-color: #000;color:#fff;font-size:.8em;'>");
	document.write("<form name='speed'>");
	document.write("<b>Select a connection speed</b><br>");
	document.write("<label style='color:#03B6FA;'><input type='radio' name='optSpeed' checked value='1' onclick='PlayLow(this);' /> Low</label>&nbsp;&nbsp;");
	document.write("<label style='color:#03B6FA;'><input type='radio' name='optSpeed' value='2' onclick='PlayHigh(this);' /> High</label>");
	document.write("</td></tr></form>");
	
}
