function ativex_object(objects)
{
	if(navigator.appName == "Microsoft Internet Explorer"){
		document.write(objects.text);
		objects.id = "";
	}else {
		return false;
	}
}
