var isNS = (document.layers);
var isNS6=(document.getElementById && (! document.all));
var isIE=(document.getElementById && document.all);

var pltfrm = navigator.userAgent.toLowerCase();
var isMac = (pltfrm.indexOf("mac")>-1);
function okno_zdjecie(dok) {
newWindow = window.open(dok, 'zdjecie', 'width=580,height=550,left=100,top=100,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=1,resizable=1');
newWindow.focus();
}
function okno_zdjecie_male(dok) {
newWindow = window.open(dok, 'zdjecie', 'width=480,height=430,left=120,top=120,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=1,resizable=1');
newWindow.focus();
}
function okno(dok) {
newWindow = window.open(dok, 'Artykuły', 'width=600,height=450,left=150,top=150,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=1,resizable=1');
newWindow.focus();
}
