// JavaScript Document
var config1 = {	objectType: 'iframe',
				src: 'casti/kontakt.php', 
				width: 460}
					
$(document).ready(function() 
{
	
   $("#kontaktujte_nas").click(function() 
   {
		hs.lang.creditsText = 'Prohledej to';
		hs.creditsHref = 'http://www.prohledejto.cz';
		hs.lang.creditsTitle = '';
		
		
	/*
      	hs.htmlExpand(this,{ 
	  						objectType: 'iframe',
							width:460,
							
							contentId: 'kontaktujte_nas'
						} )*/
   });
   /*
   kontaktni_formular_close = function()
	{
		//alert("ddd cc "+window.location);
		hs.close($('#kontaktujte_nas'))
	}*/
 });

