function write_activeX(str)
{
	document.write(str);
}
