// JavaScript Document
function show_props(obj) {   
  var result = ""   
  for (var i in obj) {      
    result += i + " = " + obj[i] + "   "   
  }
  alert(result);   
}
function iLayer_close(){
	document.getElementById("homeFlash3").style.display = 'none';
	document.getElementById("homeFlash1").style.display = 'block';
	document.getElementById("homeFlash2").style.display = 'block';
}

  function okno() {
    window.open('http://www.xcomfort.cz/vypinac.html', '_blank', 'width=750,height=450');
  }
  function zavri(){
  	
	var fo = new SWFObject("uvod.swf",
           "movie", "762", "650", "7", "#ffffff");  
  		fo.addVariable("clickthru1", "http://www.xcomfort.cz/techinfo/cs-systemovi_partneri");
  fo.addVariable("clickthru2", "http://www.xcomfort.cz/techinfo");   
  fo.write("flashcontent");  
//    document.getElementById('banner').style.display = "inline";
	document.getElementById('footer').style.display = "block";
	 var bo = new SWFObject("banner_120x600.swf",
           "button1", "120", "600", "8", "#ffffff");  
  bo.addVariable("clickthru", "http://www.chytryvypinac.cz");
  
  bo.write("banner");  
  }
