function input_hair_submit(hair_id) {
	document.getElementById('hair_id').value = hair_id;
	document.frmhairstyler.submit();
}
