var TS=window.TS||{};TS.MFF={add_file:function(e,b,m,c){c=(c)?c:1;m=(m&&!isNaN(parseInt(m)))?parseInt(m):10000;if(!document.getElementById(b+c)&&c<m){var i=document.createElement("INPUT"),br=document.createElement("BR");try{for(var n in e.attributes){if(n&&e.attributes[n].value){i.setAttribute(e.attributes[n].name,e.attributes[n].value,true);}}}catch(ev){}i.type="file";i.id=i.name=b+c;i.className=e.className;i["onchange"]=function(){TS.MFF.add_file(this,b,m,c+1)};e.parentNode.insertBefore(br,e.nextSibling);br.parentNode.insertBefore(i,br.nextSibling)}}};