window.add2ShopCart_ = function (s) { // function begin
	if (typeof(addShopCart_)=='function')
		addShopCart_(s);
	else
		document.location.href = wdbROOT_URL+'/modules/MeOrderInfo/index.php?sn='+sn+'&content=ShopCart&'+s;
} // function end

