var anotherWindow = null
function fotozijalka()
{
    if (navigator.appName == "Microsoft Internet Explorer" ){ 

    window.open("foto_zijalka.htm", "", "top=100,left=100,width=665,height=125");
}
    else {
    window.open("foto_zijalka.htm", "", "top=100,left=100,width=665,height=125");
}

}

