function embedplugins()
{
	document.write("<applet mayscript name='calcapplet' archive='kdcalc.jar' code='kdyn.calc.KDCalcApplet' width='1' height='1'>");
	document.write("<param name='FileName' value='FM06-2.kdc'>");
	document.write("</applet>");

	classidstr = "clsid:166B1BCA-3F9C-11CF-8075-444553540000";
	codebasestr = "http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0";
	remotevalues = "swSaveEnabled='true' swVolume='true' swRestart='true' swPausePlay='true' swFastForward='true' swContextMenu='true'";

	document.write("<object classid='" + classidstr + "' codebase='" + codebasestr + "' ID='FinansministerSpil' name='FinansministerSpil' width=790 height=550>");
	document.write("<param name=src value='fm.dcr'>");
	document.write("<param name=swRemote value=" + remotevalues + ">");
	document.write("<param name=swStretchStyle value=none>");
	document.write("<param name=bgColor value=#000000>");
	document.write("<embed src='fm.dcr' bgColor=#000000 width=790 height=550 swLiveconnect=" + remotevalues + " type='application/x-director' pluginspage='http://www.macromedia.com/shockwave/download/' name='FinansministerSpil'></embed>");
	document.write("</object>");
}

