//---------------------------------------------------------------
// Copyright (c) 2000-2003 Asset Web Design
// Pearland, Texas 281-412-3539
//
// Any use of this script without explicit permission from 
// Asset Web Design is prohibited.
//
// 2007-06-05
//---------------------------------------------------------------

function ClearShipping (theForm)
  {
  // init
  theForm.txtShippingPrice.value = "";
  return (true);
  }



