jQuery.noConflict();
/**
 * After document loaded
 */
jQuery(document).ready(function() {
   
   /*
   jQuery("body").append(
		'<div id="testube" style="display: none">' +
		'	 <object height="620" width="938">' +
		'   <param value="http://www.testujemeweb.cz/es/ES-OK.swf?xml=http%3A%2F%2Fwww.testujemeweb.cz%2Fes%2Frender3.xml" name="movie">' +
		'   <param value="true" name="allowFullScreen">' +
		'   <param value="always" name="allowScriptAcess">' +
		'	 <embed height="620" width="938" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" src="http://www.testujemeweb.cz/es/ES-OK.swf?xml=http%3A%2F%2Fwww.testujemeweb.cz%2Fes%2Frender3.xml">' +
		'</object></div>'
		);
   
   jQuery("a[id^=houseTarget_]").fancybox({
   	'frameWidth' : 938,
   	'frameHeight' : 620
   });
   */
   
   /*
   jQuery("a[id^=houseTarget_]").click(function () {
      var iconNameArray = jQuery(this).attr("id").split("_");
		var tooltipID = "tooltip_" + iconNameArray[1];
    });
	*/
	
	jQuery("a[id^=number-]")
        .mouseover(function() { 
            //var src = jQuery(this).attr("href").replace("pic","thumb").replace("jpg","png");
            //jQuery("#big-house").attr("src", src);
            
            var src = jQuery(this).attr("href");
            jQuery("#big-house").attr("src", src);
        });
        
   jQuery("a[id^=number-]").click(function () {
   	return hs.expand(this);
   });
	
	jQuery("div.yellow")
		.click(function() {
			window.location = 'gal_sou.php';
		});
	
	jQuery("div.dark-yellow")
		.click(function() {
			window.location = 'gal_sou.php';
		});
	
	jQuery("div.gal-house a.house").click(function () {
   	return hs.expand(this);
   });
});
