function BarOver(cell) {
	cell.style.borderColor="#003366 #003366 #003366 #003366";
	cell.style.color="#003366";
	cell.style.backgroundColor="7BB8ED";}
function BarOut(cell) {
	cell.style.borderColor="#CAE4FF #CAE4FF #CAE4FF #CAE4FF";
	cell.style.color="#003366";
	cell.style.backgroundColor="transparent";}
function Opn(url) {document.URL=url;}
