function init_jquery()
{
	 var loaded = false;
	 $("#kt_big").hide();
	 $("div.box_left").mouseover(function()
	 {
		if(!loaded)
	 	{
			$(this).css("width","753px");
			$("div.box_right").hide();
			$("#kt_big").show();
			$("#load").html("<iframe src='http://www.finanzen.de/t4t/iframe.php?tx_t4tportal_auth=ratenkreditvergleichcom&t4t_id=8124' width='730' height='820' name='vergleich' marginwidth='0' marginheight='0' border='0' frameborder='0' scrolling='no'></iframe>");
			$("#kt_small").hide();
			loaded = true;
		}
	 });

	 $("a.close").click(function()
	 {
	   $("#kt_big").hide();
		$("div.box_left").css("width","330px");
		$("#kt_small").show();
		$("div.box_right").show();
		loaded = false;
    });
	
}

function wopen(url)
{
	window.open(url,'','');
}
