function ChangeShow(s) {
if (s.style.display!="none") {

	s.style.display="none";}
else {s.style.display="block";}
return false;
}
function Move_Click(s) {
document.f.Act.value='3';
document.f.RCode.value=s;
document.f.target="_top";
document.f.submit();
return false;
}

function MoveP_Click(s) {
document.f.Act.value='1';
document.f.RCode.value=s;
document.f.target="_top";
document.f.submit();
return false;
}

function Print_Click(s) {
document.f.Act.value='6';
document.f.RCode.value=s;
document.f.target='_blank';
document.f.submit();
document.f.target="_top";
document.f.Act.value='2';
document.f.RCode.value="0";
return false;
}

function PrintP_Click(s) {
document.f.Act.value='7';
document.f.RCode.value=s;
document.f.target='_blank';
document.f.submit();
document.f.target="_top";
document.f.Act.value='2';
document.f.RCode.value="0";
return false;
}


function SSearch_Click() {
document.f.Act.value='2';
document.f.RCode.value='0';
document.f.target='_top';
document.f.submit();
return false;
}

