function we_show(ofe) 
{
	var ofe;
	var width;
	var height;
	var left;
	var top;
	var target = './gf_/'+ofe;

	switch(ofe)
	{
		case 'prejlowo':
			width = 700;
			height = 300;
			target += 'dom_prejlowo/popup_fla.html';
		break;
		

		case 'miki':
			width = 650;
			height = 490;
			target += '/index.html';
		break;

		default:
			return false;
		break;

	}

	
	left = Math.floor((screen.width - width) / 2);
	top = Math.floor((screen.height - height) / 2);

    window.open(target, "banner_popup", "toolbar=no, location=0, directories=0, status=no, menubar=0, scrollbars=0, resizable=no, copyhistory=0, left="+left+", top="+top+", width="+width+", height="+height+", alwaysRaised=yes");
}

function show_prejlowo() 
{
	var width;
	var height;
	var left;
	var top;
	var target = './gf_/dom_prejlowo/popup_fla.html';

	width = 700;
	height = 300;

	
	left = Math.floor((screen.width - width) / 2);
	top = Math.floor((screen.height - height) / 2);

    window.open(target, "banner_popup", "toolbar=no, location=0, directories=0, status=no, menubar=0, scrollbars=0, resizable=no, copyhistory=0, left="+left+", top="+top+", width="+width+", height="+height+", alwaysRaised=yes");
}
function show_klewki() 
{
	var width;
	var height;
	var left;
	var top;
	var target = './gf_/klewki/popup_fla.html';

	width = 700;
	height = 300;

	
	left = Math.floor((screen.width - width) / 2);
	top = Math.floor((screen.height - height) / 2);

    window.open(target, "banner_popup", "toolbar=no, location=0, directories=0, status=no, menubar=0, scrollbars=0, resizable=no, copyhistory=0, left="+left+", top="+top+", width="+width+", height="+height+", alwaysRaised=yes");
}

function show_tobruk()
{
	var width;
	var height;
	var left;
	var top;
	var target = './bnr/tobruk/index2.php';

	width = 722;
	height = 302;

	
	left = Math.floor((screen.width - width) / 2);
	top = Math.floor((screen.height - height) / 2);

    window.open(target, "banner_popup", "toolbar=no, location=0, directories=0, status=no, menubar=0, scrollbars=0, resizable=no, copyhistory=0, left="+left+", top="+top+", width="+width+", height="+height+", alwaysRaised=yes");
}

function show_bukwald() 
{
	var width;
	var height;
	var left;
	var top;
	var target = './gf_/bukwald/popup_fla.html';

	width = 700;
	height = 300;

	
	left = Math.floor((screen.width - width) / 2);
	top = Math.floor((screen.height - height) / 2);

    window.open(target, "banner_popup", "toolbar=no, location=0, directories=0, status=no, menubar=0, scrollbars=0, resizable=no, copyhistory=0, left="+left+", top="+top+", width="+width+", height="+height+", alwaysRaised=yes");
}

function show_roznowo() 
{
	var width;
	var height;
	var left;
	var top;
	var target = './gf_/roznowo/popup_fla.html';

	width = 700;
	height = 300;

	
	left = Math.floor((screen.width - width) / 2);
	top = Math.floor((screen.height - height) / 2);

    window.open(target, "banner_popup", "toolbar=no, location=0, directories=0, status=no, menubar=0, scrollbars=0, resizable=no, copyhistory=0, left="+left+", top="+top+", width="+width+", height="+height+", alwaysRaised=yes");
}

function show_gp()
{
	var width;
	var height;
	var left;
	var top;
	var target = './gf_/guzowy_piec/popup_fla.html';

	width = 700;
	height = 300;

	
	left = Math.floor((screen.width - width) / 2);
	top = Math.floor((screen.height - height) / 2);

    window.open(target, "banner_popup", "toolbar=no, location=0, directories=0, status=no, menubar=0, scrollbars=0, resizable=no, copyhistory=0, left="+left+", top="+top+", width="+width+", height="+height+", alwaysRaised=yes");
}