
// JEWELLERY
function setJBG(imgs, bgid_top, bgid_bottom) {
	setBackground(imgs, bgid_top);
	setBackground(imgs, bgid_bottom);
}

