﻿function addshopcart(gid, attrgid, stornum)
{
	var return_str="";
	if (attrgid != "")
	{
		return_str = "&addgid="+attrgid;
	}
		window.location.href = "./?gOo=YWRkc2hvcGNhcnQuZG8=&goodsid="+gid+return_str;
}

function toGoodsNotify(gid)
{
		window.location.href = "./?gOo=YWRkc2hvcGNhcnQuZG8=&goodsid="+gid+return_str;
}
