function opened(id, width, height) {
	if(!width) width=320;
	if(!height) height=240;
 	var Win = window.open("galeria/show.php?id=" + id,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no');
}

function openedn(clink, width, height) {
 var Win = window.open(clink,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no');
}

function openeds(clink, width, height) {
 var Win = window.open(clink,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no');
}

function kasuj(link)
{
    var boool = confirm('Czy na pewno chcesz usunąc ten element?');
    if (boool) {
       window.location.href = link;
    }
}

function simpleeditor(link)
{
	width = 540;
	height = 440;
	var Win = window.open("moduly/simpleeditor/editor.php" + link,"simpleEditor",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no');
}

function map(opt)
{
	var Win = window.open("galeria/map.php" + opt,"Mapa",'width=480,height=550,resizable=0,scrollbars=no,menubar=no');
}
