function loadPrice(lang) {
    window.open('content/cennik_'+lang+'.php', '', 'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,fullscreen=no,width=446,height=796, left='+((screen.width/2)-225)+'');
}

function displayPhoto(name)
 {
    var img = new Image();
    img.src = './' + name;
    setTimeout(img_handler, 500);
    function img_handler() {
        okno = window.open('', '', 'width=' + img.width + ', height=' + img.height + ', menubar=no, titlebar=no, resizable=no, scrollbar=no, status=no, top='+((screen.height/2)-(img.height/2))+', left='+((screen.width/2)-(img.width/2))+'');
        okno.document.writeln('<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">');
        okno.document.writeln('<html><head><title>Apartamenty Ober¿a - Galeria Zdjêæ<\/title><\/head>');
        okno.document.writeln('<body style="margin: 0px; padding: 0px; overflow:hidden">');
        okno.document.writeln('<div><a href="javascript:window.close();"><img src="' + img.src +'" width="'+img.width+'" height="'+img.height+'" border="0"><\/a></div>');
        okno.document.writeln('<\/body><\/html>');
        okno.document.close();
    }    
 }


function displayFlash(name, width, height)
 {
    window.open('flash.php?content=' + name + '&w=' + width + '&h=' + height, '', 'width=' + width + ', height=' + height + ', titlebar=no, resizable=0')
 }


/*
var img = null;

//function displayPhoto(name)
{
   img = new Image();
   img.onLoad = img_handler();
   img.src = name;
}

//function img_handler() 
{
   okno = window.open('', '', 'width=' + img.width + ', height=' + img.height + ', menubar=no, titlebar=no, resizable=no, scrollbar=no, status=no, top='+((screen.height/2)-(img.height/2))+', left='+((screen.width/2)-(img.width/2))+'');
   okno.document.writeln('<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">');
   okno.document.writeln('<html><head><title>Apartamenty Ober¿a - Galeria Zdjêæ<\/title><\/head>');
   okno.document.writeln('<body style="margin: 0px; padding: 0px; overflow:hidden">');
   okno.document.writeln('<div><a href="javascript:window.close();"><img src="' + img.src +'" width="'+img.width+'" height="'+img.height+'" border="0"><\/a></div>');
   okno.document.writeln('<\/body><\/html>');
   okno.document.close();
}      
*/
