//~
//~ function addInput(Name,Parent,type = "div"){
	//~ oDiv=document.createElement(type);
	//~ oInput=document.createElement("input");
	//~ oInput.setAttribute("name",Name);
	//~ oInput.setAttribute("type","File");
	//~ oDiv.appendChild(oInput);
	//~ Parent.appendChild(oDiv);
//~ }

