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