/*
以後
*/

function m(bid,v) {
	var box=document.getElementById('product_'+bid);
	box.style.display=(v ? 'block' : 'none');
}
