function activex_build(paramTag)
{
   for(var i = 0 ; i < paramTag.length; i++)
   {
		document.writeln(paramTag[i]);
   }
}