function openmenu(what) {
	$('.openable').hide();
	$('#sub_'+what).show();
}
