function SCard(ShipId, InOutId) {
ShipCardForm=window.open('AllMove.asp?Ship_Id='+ShipId+'&InOut_ID='+InOutId,'ShipCardForm','width=500,height=460,scrollbar=yes');
}
function ACard(AgentId) {
ShipCardForm=window.open('AgentCard.asp?AGENT_ID='+AgentId,'AgentForm','width=558,height=350,scrollbar=yes');
}
function SCard2(ShipId, NoticeId) {
ShipCardForm=window.open('AllMove.asp?Ship_Id='+ShipId+'&NOTICE_ID='+NoticeId,'ShipCardForm2','width=500,height=460,scrollbar=yes');
}
function SCard3(InOutId) {
ShipCardForm=window.open('AllMove.asp?FULL_ID='+InOutId,'ShipCardForm3','width=500,height=460,scrollbar=yes');
}

