
function checkPageSpelling() 
	{
	var tmpis = new ActiveXObject("ieSpell.ieSpellExtension");
	tmpis.CheckAllLinkedDocuments(document);
	}
