//var agt=navigator.userAgent.toLowerCase();
//var ie	= (agt.indexOf("msie") != -1);
//window.moveTo(0,0);
//if (ie) {
//	window.resizeTo(800,650);
//	} 
//else {
//	window.outerHeight = 650;
//	window.outerWidth = 800;
//	}
//window.focus()

// czech alphabet
vLoc=location.href
if (vLoc.indexOf("ChallengerCS") != -1) {
	var aS = document.getElementsByTagName("td")
	var iN = aS.length
	for (i=0 ; i<iN ; i++) 
	{	sI = aS[i].innerHTML
		f=String.fromCharCode(232); t=String.fromCharCode(269); while(sI.indexOf(f) != -1) { sI = sI.replace(f,t) }
		f=String.fromCharCode(248); t=String.fromCharCode(345); while(sI.indexOf(f) != -1) { sI = sI.replace(f,t) }
		f=String.fromCharCode(236); t=String.fromCharCode(283); while(sI.indexOf(f) != -1) { sI = sI.replace(f,t) }
		f=String.fromCharCode(242); t=String.fromCharCode(328); while(sI.indexOf(f) != -1) { sI = sI.replace(f,t) }
		f=String.fromCharCode(249); t=String.fromCharCode(367); while(sI.indexOf(f) != -1) { sI = sI.replace(f,t) }
		f=String.fromCharCode(239); t=String.fromCharCode(271); while(sI.indexOf(f) != -1) { sI = sI.replace(f,t) }
		f=String.fromCharCode(200); t=String.fromCharCode(268); while(sI.indexOf(f) != -1) { sI = sI.replace(f,t) }
//		f=String.fromCharCode(216); t=String.fromCharCode(344); while(sI.indexOf(f) != -1) { sI = sI.replace(f,t) }
//		f=String.fromCharCode(204); t=String.fromCharCode(282); while(sI.indexOf(f) != -1) { sI = sI.replace(f,t) }
//		f=String.fromCharCode(210); t=String.fromCharCode(327); while(sI.indexOf(f) != -1) { sI = sI.replace(f,t) }
//		f=String.fromCharCode(217); t=String.fromCharCode(366); while(sI.indexOf(f) != -1) { sI = sI.replace(f,t) }
		aS[i].innerHTML = sI
	}
}

