function nahled(soubor)
{
 vlevo = screen.width / 2 - 375;
 moje = window.open("./nahled.php?detail="+soubor, "nahled", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=715,height=495,left="+vlevo+",top=120");
}

function nahled2(soubor)
{
 vlevo = screen.width / 2 - 210;
 moje = window.open("./nahled.php?detail="+soubor, "nahled", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=397,height=517,left="+vlevo+",top=120");
}

