<%@ Language=JavaScript %> <% if (action != "undefined") Fprocess_action(action); if (goto != "undefined") { Response.redirect(goto); } else { Fdisplay_page(); } //------------------------------------------------------------------------------- function Fdisplay_page() { %> Clear all
<% if (!checkout) { Fshoppingcart_contents(); Response.Write ('Checkout'); } else if (!destchosen) { Response.Write ('Please select a destination
'); Fshoppingcart_contents(); } else if (!emptycart ){ %> Go back
<%Fshoppingcart_display();%>

Please fill out the following information..

Shipping Address:
first name: m.i.:last name:
company:
phone: Extension:
address 1:
address 2:
city: prov/state:pc/zip:
country:
email
address:

After credit card confirmation, your cd(s) will be sent out to the address you provide below in the next two business days. We will also send you a confirmation by email of your mailing address if you left us a valid email address.

Multimedia Pandora Inc.

,
<% } else { Response.Write ("Shopping cart is empty
"); } %> <% } %>