function delpic(){
          document.all.form1.action="deltry1.asp";
  document.all.form1.target="_self";
  document.all.form1.method="post";
  document.all.form1.submit();
  }
function changefolder(){
         document.all.form1.action="changefolder.asp";
 document.all.form1.target="_self";
 document.all.form1.method="post";
 document.all.form1.submit();
 }