function writeObjectTagGeneric(adspanName, objText)
{
	document.all[adspanName].innerHTML = '<object ' + objText + '</object\>';
}
