﻿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=800,height=550,scrollbars=yes,resizable=yes');
		temp.focus();
	
}