﻿<!--
function ActObj(blkObj, strObj)
{
 document.getElementById(blkObj).innerHTML=strObj;
}
//-->
