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