function Play_Video()
{
	var x = '<OBJECT CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" HEIGHT="240" WIDTH="320">\n';
	x += '<PARAM NAME="SRC" VALUE="Hi.rpm">\n';
	x += '<PARAM NAME="Autostart" VALUE="true">\n';
	x += '<PARAM NAME="CONTROLS" VALUE="ImageWindow">\n';
	x += '<PARAM NAME="CONSOLE" VALUE="video">\n';
	x += '<PARAM NAME="nojava" VALUE="true">\n';
	x += '<PARAN NAME="center" VALUE="true">\n';
	x += '<embed src="Hi.rpm" width="320" height="240" controls="ImageWindow" nojava="true" autostart="true" center="true" console="video"></embed>\n';
	x += '</OBJECT>\n';
	x += '<br>\n';
	x += '<OBJECT CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" HEIGHT="60" WIDTH="320">\n';
	x += '<PARAM NAME="SRC" VALUE="Hi.rpm">\n';
	x += '<PARAM NAME="Autostart" VALUE="true">\n';
	x += '<PARAM NAME="CONTROLS" VALUE="ControlPanel,StatusBar">\n';
	x += '<PARAM NAME="CONSOLE" VALUE="video">\n';
	x += '<PARAM NAME="nojava" VALUE="true">\n';
	x += '<embed src="Hi.rpm" width="320" height="60" nojava="true" autostart="true" controls="ControlPanel,StatusBar" console="video"></embed>\n';
	x += '</OBJECT>\n';

	document.write(x);
	
	return;
}






