####
# Javascript to create popup window
my $JSCRIPT;
$JSCRIPT=<##
print header (-cookie => $cookie),
start_html (-title => "Test Site", -script=>$JSCRIPT, -background=>"../images/sb0068.jpg", -leftmargin=>"0", -topmargin=>"0"),
add_boilerplate ($page),
end_html ();
####
$page .= p({ -style => "font-family: verdana; font-size: 10pt;" }, "Shipping and tax may be added to your order.\n"
. "To estimate shipping and tax, please see the "
. a({-onClick => "launchwin"},
"Shipping and Tax")
. " page.\n");