function AddToShoppingCart(product_id)
{
      var url="http://shopping.dangdang.com/shoppingcart/shopping_cart.aspx";
      var popup=window.open(url,"shoppingcart");
      popup.focus()
}

///µêÇì±êÖ¾ 

function dq_discount(scale,discount)
{
    var str="<p style='margin-top:-"+(scale*40)+"px;margin-left:-140px;' align=right>";
str+="<OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 WIDTH="+46*scale+" HEIGHT="+46*scale+"><param name='FlashVars' value='discount="+discount+"'><PARAM NAME=movie VALUE=http://img3.dangdang.com/08dushujie/dqnew.swf> <PARAM NAME=menu VALUE=false>  <PARAM NAME=wmode VALUE=transparent><embed src=http://img3.dangdang.com/07dq/dq.swf width="+46*scale+" height="+46*scale+" type=application/x-shockwave-flash wmode=transparent FlashVars='discount="+discount+"'/></OBJECT>"
str+="</p>";

//if(discount<67)

   document.write(str); 
}

function dq_discountNew(scale,discount,iconid)
{

var o =document.createElement('div');
o.id="icon_"+iconid;

   return o; 
}

function dq_discountBaihuo(scale,discount)
{

}


 



