var swap_nodes=function(node1,node2) { if(!node1 || !node2) return; file_list.replaceChild(node1,node2); file_list.insertBefore(node2,node1); };