function OpenDialog(sFile)
{
window.open(sFile, '', 'left=10000,top=100, width=300, height=400, location=0, menubar=0, scrollbars=0, status=0, toolbar=0, resizable=0');
}
function obrazek(info) {
window.open(info,"obrazek","status=no,scrollbars=no,toolbar=no,left=10,top=10, width=10, height=10");
}