﻿function addshopcart(gid, attrgid, stornum)
{
	var return_str="";
	if (attrgid != "")
	{
		return_str = "&addgid="+attrgid;
	}
	temp = window.open('./?gOo=YWRkc2hvcGNhcnQuZG8=&goodsid='+gid+return_str,'shopcat','width=900,height=600,scrollbars=yes,resizable=yes,');
	temp.focus();
}

function toGoodsNotify(gid)
{
	temp = window.open('./?gOo=Z29vZHNub3RpZnkuZHd0=&goodsid='+gid,'goodsnotify','width=900,height=600,scrollbars=yes,resizable=yes');
	temp.focus();
}
