function menu(img, id, type) {
	if (type == 'over') {
		img.src = '/wp-content/themes/flamehead/img/btn-' + id + '-h.gif';
	} else if (type == 'out') {
		img.src = '/wp-content/themes/flamehead/img/btn-' + id + '.gif';
	}
}
