	if (wmp.versionInfo=="7.0" && !is_fx)
	{
		document.write('<OBJECT ID="WMP7"  CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"');
		document.write('TYPE="application/x-oleobject" height=424 width=640>');
		document.write('<PARAM NAME="url" VALUE="interview-patient-volledig.wvx">');
		document.write('<PARAM NAME="autoStart" VALUE="1">');
		document.write('<PARAM NAME="uiMode" VALUE="full">');
		document.write('<PARAM NAME="PlayCount" VALUE="1"> ');
		document.write('<PARAM NAME="WindowlessVideo" VALUE="0"> ');
		document.write('<PARAM NAME="BGCOLOR" VALUE="#FFFF00"> ');
		document.write('<EMBED TYPE="application/x-mplayer2"');
		document.write('PLUGINSPAGE="http://microsoft.com/windows/windowsmedia/download/"');
		document.write('ID="mediaPlayer"');
		document.write('SHOWCONTROLS="-1" ');
		document.write('SHOWTRACKER="0"');
		document.write('SHOWDISPLAY="0"');
		document.write('SHOWSTATUSBAR="0"');
		document.write('src="interview-patient-volledig.wvx"');
		document.write('AUTOSTART="0" ');
		document.write('LOOP="0" ');
		document.write('height="424px" ');
		document.write('width="640px" ');
		document.write('</EMBED>');
		document.write('</object>');
	}
	else if (!is_fx)
	{
		document.write('<OBJECT ID="WMP6"  CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"');
		document.write('CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"');
		document.write('STANDBY="Loading Microsoft Windows Media Player components..."');
		document.write('TYPE="application/x-oleobject"  height=424 width=640 >');
		document.write('<PARAM NAME="fileName" VALUE="interview-patient-volledig.wvx">');
		document.write('<PARAM NAME="displaysize" VALUE="0">');
		document.write('<PARAM NAME="autoStart" VALUE="1">');
		document.write('<PARAM NAME="showControls" VALUE="-1">');
		document.write('<PARAM NAME="showDisplay" VALUE="0">');
		document.write('<PARAM NAME="showTracker" VALUE="0">');
		document.write('<PARAM NAME="showStatusbar" VALUE="-1">');
		document.write('<PARAM NAME="PlayCount" VALUE="1"> ');
		document.write('<EMBED TYPE="application/x-mplayer2"');
		document.write('PLUGINSPAGE="http://microsoft.com/windows/windowsmedia/download/"');
		document.write('ID="mediaPlayer"');
		document.write('SHOWCONTROLS="-1" ');
		document.write('SHOWTRACKER="0"');
		document.write('SHOWDISPLAY="0"');
		document.write('SHOWSTATUSBAR="0"');
		document.write('src="interview-patient-volledig.wvx"');
		document.write('AUTOSTART="0" ');
		document.write('LOOP="0" ');
		document.write('height="424px" ');
		document.write('width="640px" ');
		document.write('</EMBED>');
		document.write('</object>');
		alert('hoi');
	}	
	else if (is_fx)
	{
		document.write('<EMBED TYPE="application/x-mplayer2"');
		document.write('PLUGINSPAGE="http://microsoft.com/windows/windowsmedia/download/"');
		document.write('ID="mediaPlayer"');
		document.write('SHOWCONTROLS="-1" ');
		document.write('SHOWTRACKER="0" ');
		document.write('SHOWDISPLAY="0" ');
		document.write('SHOWSTATUSBAR="0" ');
		document.write('src="interview-patient-volledig.wvx" ');
		document.write('AUTOSTART="0" ');
		document.write('DISPLAYSIZE="0" ');
		document.write('LOOP="0" ');
		document.write('height="424px" ');
		document.write('width="640px" ');
		document.write('</EMBED>');
	}