﻿function addshopcart(gid)
{ temp = window.open('../cart/buycar.asp?id='+gid,'yehfotgamesshopcat','width=700,height=560,scrollbars=yes,resizable=yes');
		temp.focus();
}
