function mapka(foto){ 
    nowe_okno = window.open('/images/stories/mapki/mapka.htm?'+foto, '', 'menubar=no, resizable=no, status=no, toolbar=no, scrollbars=yes, width=750, height=550, left=0, top=0'); 
    nowe_okno.focus()
}

function fotka(foto,x,y){ 
    nowe_okno = window.open('/images/stories/fotki/fotka.htm?'+foto, '', 'menubar=no, resizable=no, status=no, toolbar=no, scrollbars=auto, width='+x+', height='+y+', left=0, top=0');
    nowe_okno.focus()
}

function fotka2(foto,x,y){
    nowe_okno = window.open('/images/stories/fotki/fotka.htm?'+foto, '', 'menubar=no, resizable=no, status=no, toolbar=no, scrollbars=yes, width='+x+', height='+y+', left=0, top=0');
    nowe_okno.focus()
}

function mapka_maraton(foto){ 
    nowe_okno = window.open('/images/stories/maraton/mapka.htm?'+foto, '', 'menubar=no, resizable=no, status=no, toolbar=no, scrollbars=yes, width=850, height=600, left=0, top=0'); 
    nowe_okno.focus()
}

function fotka_maraton(foto,x,y){ 
    nowe_okno = window.open('/images/stories/maraton/fotka.htm?'+foto, '', 'menubar=no, resizable=no, status=no, toolbar=no, scrollbars=auto, width='+x+', height='+y+', left=0, top=0'); 
    nowe_okno.focus()
}


function open_URL(URL){ 
    window.open(URL,'','menubar=no, resizable=no, status=no, toolbar=no, scrollbars=auto, width=800, height=600, left=0, top=0'); 
}