function add_shop(id)
{
	temp123 = window.open('buy_addone.asp?id='+id,'gwc','');
	temp123.focus();
}
