// JavaScript Document from Tirol Zoltán aeonix.net

$(document).ready(
	function () {
		$('a.closeEl').bind('click', toggleContent);
	}
);
var toggleContent = function(e)
{
	var targetContent = $('div.newsContent', this.parentNode.parentNode);
	if (targetContent.css('display') == 'none') {
		targetContent.slideDown(500);
		$(this).html(' [ becsuk ]');
	} else {
		targetContent.slideUp(300);
		$(this).html('[ kinyit ]');
	}
	return false;
};

function CalculatorTable()
{
ChiliBook.recipeFolder = "/wp-content/jquery/chili/";
ChiliBook.stylesheetFolder = "/wp-content/jquery/chili/"; 

	$('#tableCHF').tableHover();
	$('#tableHUF').tableHover();	
	$('#tableEUR').tableHover();
}

function Favlink()
{
	if (window.sidebar) 
		{
		window.sidebar.addPanel('Hitelügyintézés (hitellizing.hu)','http://www.hitellizing.hu','');
		}	
	else if (window.external) 
		{
		window.external.AddFavorite('http://www.hitellizing.hu','Hitelügyintézés (hitellizing.hu)');
		}
}

function Sethome()
{
	if (document.all) 
	{
		this.style.behavior='url(#default#homepage)'; 
		this.setHomePage('http://hitellizing.hu');
	} 
	else if (document.layers)
	{
		alert('Eszközök >> Beállítások >> Kezdolap mezobe írd be: http://www.hitellizing.hu');
	}
	else if (document.getElementById)
	{
		alert('Vonszold rá az egérrel az ikont a böngészod KEZDOOLDAL ikonjára!');
	}
	return false;
}