function ModifCSS()
{
	document.writeln("<style type=text/css>");
	document.writeln("body {margin: 5px;}");
	if (screen.height < 700)
	{
		document.writeln("body {font-size: 10px;}");
		document.writeln("p, td, li, a  {font-size: 10px;}");
		document.writeln("#smenu A {font-size: 10px;}");
		document.writeln("#smenu1 A {font-size: 10px;}");
		document.writeln("#smenu2 A {font-size: 10px;}");
		document.writeln("#sobsah H2 {font-size: 16px;}");
		document.writeln("#spata {font-size: 9px;}");
		document.writeln("#kfirma TD {font-size: 9px;}");
		document.writeln("#kfirma A {font-size: 9px;}");
		document.writeln("#nabidka H2 {font-size: 16px;}");
		document.writeln(".anabmenu {font-size: 12px;}");
		document.writeln("#nabline1 {font-size: 9px;}");
		document.writeln(".datapager {font-size: 12px;}");
		document.writeln(".datapager A {font-size: 14px;}");
		document.writeln(".datapagerAnchor {font-size: 14px;}");
		document.writeln(".nabNadpis {font-size: 16px;}");
		document.writeln(".nabNadpisKat {font-size: 12px;}");
		document.writeln(".NabTab {font-size: 10px;}");
		document.writeln(".smallFont {font-size: 9px;}");
		document.writeln(".spata {font-size: 9px;}");
		document.writeln(".popis {font-size: 9px;}");
		document.writeln(".flatbtn {font-size: 10px;}");
		document.writeln(".flatbtnGreen {font-size: 10px;}");
		document.writeln(".ErrMsg {font-size: 9px;}");
		
		
	}
	document.writeln("</style>");		
}

function ShowMapCZ(kod, souradx, sourady)
{
	//souradx=window.prompt("Souradnice X",souradx);
	//sourady=window.prompt("Souradnice Y",sourady);
	
	var wURL="http://mapy.atlas.cz/AquariusNet/win_map.asp?S_IS_IE=True&S_LANG=CZ&S_BGC=%000000FF&S_LOGO=no&S_REKLAMA=no&CX="+souradx+"&CY="+sourady+"&Name="+kod+"&PTR=1&LAY=100030&NW=1&NH=1&S_LANG=CZ&DS=Cesky_Tesin&SC=16000";
	var	settings = "width=500, height=398, screenX=0,left=0,screenY=0,top=0, resizable, scrollbars=no, menubar=no";
	var win = window.open(wURL, "_blank" , settings ); 
}
	
function ShowMapSK(kod, souradx, sourady)
{
	//souradx=window.prompt("Souradnice X",souradx);
	//sourady=window.prompt("Souradnice Y",sourady);
	
	var wURL="http://mapy.atlas.sk/AquariusNet/win_map.asp?DS=Cadca&CX="+souradx+"&CY="+sourady+"&SC=7500&PTR=1&LAY=0&ID=0&NW=1&NH=1&S_IS_IE=True&S_LANG=SK&S_BGC=%000000FF&S_LOGO=no&S_REKLAMA=no&SC=7500&Name="+kod;
	var	settings = "width=500, height=398, screenX=0,left=0,screenY=0,top=0, resizable, scrollbars=no, menubar=no";
	var win = window.open(wURL, "_blank" , settings ); 
}
	
function Stav(nazev) {
	window.status=( nazev );
}
function StavSP() {
	window.status=('www.Spring.cz');
}
StavSP();




