function showPromotion(pPromotionCode)
{
   window.open("PromotionDetail.asp?promotion_code="+pPromotionCode, "_self");
}
