function showBorder(currentCell) {
	currentCell.className='cellborder_on';
}
function hideBorder(currentCell) {
	currentCell.className='cellborder_off';
}