<!--
var newwindow='';

function ukryj(name) {
	if (document.all) {
		eval('document.all.' + name + '.style.visibility = "hidden" ');
	} else if (document.layers) {
		eval('document.layers["' + name + '"].visibility = "hidden" ');
	} else if (document.getElementById) {
		eval('document.getElementById("' + name + '").style.visibility = "hidden" ');
	}
}

function pokaz(name) {
	ukryjwszystko();
	if (document.all) {
		eval('document.all.' + name + '.style.visibility = "visible" ');
	} else if (document.layers) {
		eval('document.layers["' + name + '"].visibility = "visible" ');
	} else if (document.getElementById) {
		eval('document.getElementById("' + name + '").style.visibility = "visible" ');
	}
}

function ukryjwszystko()
{
	ukryj('pl1');
	ukryj('de1');
	ukryj('en1');
	ukryj('es1');
}

function ImagePopUp(url, width, height)
{
	if (!newwindow.closed && newwindow.location)
	{
		newwindow.location.href = url;
	}
	else
	{
		newwindow=window.open(url, 'imgwin', 'Width='+width+', Height='+height+', Scrollbars=no',0);
		if (!newwindow.opener) newwindow.opener = self;
	}
	if (window.focus) {newwindow.focus()}

}

/* flash */

function vdhg_nagrody07_DoFSCommand(name, args) {
	if(name == 'ShowAwards')
		ShowAwards();
}

function ShowAwards() {
	document.location.href = "?caid=14&action=list&lang="+lang.shortname;
}
//-->

