/* funkcje do podswietlania przyciskow lewego menu */
function mnuOn(pTD)
{
	pTD.parentElement.bgColor='#efefef';
}

function mnuOff(pTD)
{
	pTD.parentElement.bgColor='#ffffff';
}


// ucieczka z ramek
function changePage() {
	if (self.parent.frames.length != 0) {
		//self.parent.location = document.location;
		self.parent.location = 'http://www.rybnik.pl/';
	}
}
//changePage()

function Okienko(adres, width, height)
{
	var size = "width="+width+",height="+height;
	window.open(adres, 'okno', 'toolbar=0, location=0, directories=0, menubar=0, resizable=1, left=200, top=200, scrollbars=no,'+size);
}
