﻿// ***************************************************************************************
// Popis:       obecne funkce
// Autor:       Tomas Mares
// Datum:       23.8.2004
// Historie:
// ***************************************************************************************

function nove_okno_nahled(URL)
{
	iMyWidth = (window.screen.width/2) - (250 + 10);
	iMyHeight = (window.screen.height/2) - (150 + 25);
	iMyHeight = 50;
	iMyWidth = 100;
	Fokus = window.open(URL,'','width=900,height=768,toolbar=no,location=no,directories=no,status=no,menuBar=no,scrollbars=yes,resizable=yes, top=20, left=20, screenX=' + iMyWidth + ',screenY=' + iMyHeight);
	Fokus.focus();
}

function nove_okno_nahled_mapa(URL)
{
	iMyWidth = (window.screen.width/2) - (250 + 10);
	iMyHeight = (window.screen.height/2) - (150 + 25);
	iMyHeight = 50;
	iMyWidth = 100;
	Fokus = window.open(URL,'','width=575,height=575,toolbar=no,location=no,directories=no,status=no,menuBar=no,scrollbars=no,resizable=yes, top=20, left=20, screenX=' + iMyWidth + ',screenY=' + iMyHeight);
	Fokus.focus();
}
