function selectSheet(sel, path) {
	if(sel.value.substring(0,6) == 'spacer')
		return;
	document.location.href=path+'/sheet/create/'+sel.value;
}