function show_pic(pic, w, h) {
	TINY.box.show("<a href='javascript: TINY.box.hide()'><img src='/pics/products/large/"+ pic + "' width='" + w + "' height='" + h + "' border='0' alt=''></a>",0,0,0,1);
}

