// JavaScript Document

function swiatloON(td, c) {
	if (c=='' || c==undefined) c='#1F1D14'//'#1C1C1A'
	td.bgColor=c
}

function swiatloOFF(td, c) {
	if (c=='' || c==undefined) c='#141412'
	td.bgColor=c
}
