
function openFreightPage(item) {
    options = "width=500,height=565,toolbar=no,resizable=yes,scrollbars=yes";
    window.open("/OSALE?setTempFreightItem=Y&item=" + item, "_blank", options );
}


