﻿// JScript File
function openShipping()
{
window.open("displayshipping.aspx", "", "resizable=0,HEIGHT=200,WIDTH=400");
}
