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