/* This script displays the PayPal shopping cart.
Original author: My Colorful Treasures
http://www.mycolorfultreasureswebdesign.com
Last Updated: Feb. 8, 2008
*/

function viewcart()
{
  document.cart.submit();
}
