<!--

IE4 = (document.all); NS4 = (document.layers);
function GotoURL(object) {
	value = object.options[object.selectedIndex].value;
	if (value=='') return;
	window.parent.location.href = value;
}

function WstawStartuj( domena ) {
		if (document.all) {
			document.write("<a target='_top' href='#' onClick=\"this.style.behavior='url(#default#homepage)'; this.setHomePage('http://" + domena + "');\">startuj z " + domena + "</a> | ");
		}
}

function ForumOnOff(id) {
	if (document.getElementById('forum' + id).style.display == 'block')
		document.getElementById('forum' + id).style.display = 'none'
	else
		document.getElementById('forum' + id).style.display = 'block';
}

//-->

