function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=0,width=635,height=486,left = 120,top = 234');");
}
function ClickInfo(name, url, height, width) {
	var left= Math.floor( (screen.width - width))/2;
	var top= Math.floor( (screen.height - height))/2;
	var winParms= "top=" + top + ",left=" + left + ",height=" + height + ",width=" + width;
	winParms+= ",resizable=1,status=0,scrollbars=1";
	var win= window.open(url, name, winParms);
	if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); };
	}
function ClickInfo2(name, url, height, width) {
	var left= Math.floor( (screen.width - width))/2;
	var top= Math.floor( (screen.height - height))/2;
	var winParms= "top=" + top + ",left=" + left + ",height=" + height + ",width=" + width;
	winParms+= ",toolbar=0,scrollbars=0,statusbar=0,menubar=0,resizable=0,location=0,directories=0";
	var win= window.open(url, name, winParms);
	if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); };
	}
function closeWindow() {
  this.focus();
  self.opener = this;
  self.close();
}

function info(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=455),height=372,left = 120,top = 234');");
}

browserName = navigator.appName; 
browserVer = parseInt(navigator.appVersion); 

ns3up = (browserName == "Netscape" && browserVer >= 3); 
ie4up = (browserName.indexOf("Microsoft") >= 0 && browserVer >= 4);

function doPic(imgName){
if (ns3up || ie4up){
imgOn = ("" + imgName);
document.mainpic.src = imgOn;
}
}
function RunFoo()
{
   document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="461" height="266" id="golfbanen" align="middle">\n');
   document.write('<param name="movie" value="includes/golfbanen.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="bgcolor" value="#ffffff" />\n');
   document.write('<embed src="includes/golfbanen.swf" width="461" height="266"></embed>\n');
   document.write('</object>\n');
}
function RunFoo2()
{
   document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="461" height="266" id="regioinfo_tsjechie" align="middle">\n');
   document.write('<param name="movie" value="includes/regioinfo_tsjechie.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="bgcolor" value="#ffffff" />\n');
   document.write('<embed src="includes/regioinfo_tsjechie.swf" width="461" height="266"></embed>\n');
   document.write('</object>\n');
}		