﻿function showShippingInfo()
{
    shipWin = window.open("", "sWin", "width=300,height=150,status=yes,location=no,menubar=no,personalbar=no,toolbar=no,scrollbars=no,resizable=no");
    shipWin.document.write(
        "<font size=\"2\" face=\"Verdana, Arial\">" +
        "$15 Flat rate (Fed Ex Ground) for up to 4 posters shipped anywhere inside the " +
        "continental US.  For larger orders or for other shipping options, " +
        "<a href=\"mailto:support@marastar.com\">contact us</a>.</font>");
    shipWin.focus();
}