/*
<script language="javascript">placeWMV("http://www.isecht.nl/admin_assets/content/content_files/public/commercial2.wmv", 360 , 288 ); </script>
*/

function placeWMV ( src , width , height ) {
	height += 30;
	document.writeln ('<object name="player" width="'+width+'" height="'+width+'" type="application/x-oleobject" classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6">');
	document.writeln ('<param name="url" value="'+src+'"><param>');
	document.writeln ('<param name="autostart" value="false"></param>');
	document.writeln ('<param name="showcontrols" value="true"></param>');
	document.writeln ('<embed width="'+width+'" height="'+height+'" src="'+src+'" type="application/x-oleobject" autostart="false">');
	document.writeln ('</embed>');
	document.writeln ('</object>');
}
