
function Data1(str) {
            flow01=window.open(str,'flow01','Width=800,Height=600,top=10,left=10,toolbar=yes,resizable=yes,scrollbars=yes');
             flow01.location.href=str;
             flow01.focus();
             return(false);
  }

function donothing() {}

window.name='index'