function getSISDematApplet()
{
	if (document.all)
		return document.getElementById("sisAppletIe");
	return document.getElementById("sisAppletMoz");
}
