var ship=null;
function ms(xy){
if(ship && ship.open && !ship.closed){
window.ship.location.href=xy;window.ship.focus();
}
else{ship=window.open(xy,'','width=600,height=600,top=0,left=0');
}
}
