$(function() {
	$("#fohasab1, #fohasab2, #fohasab3").morkEqualLong ();
	
	$("#content").corner ("20px");
	$("#fohasab1").corner ("cc:#e9f3d1 tl tr 10px").corner ("sc:#ebaa0f bl br 10px");
	$("#fohasab2").corner ("cc:#e9f3d1 tl tr sc:#c52130 5px").corner ("sc:#c52130 bl br 10px");
	$("#fohasab3").corner ("cc:#e9f3d1 tl tr 10px").corner ("sc:#148e2b bl br 10px");
	$($("#fohasab1 .boxtitle").get (0) ).corner ("cc:#e9f3d1 tl tr 10px");
	$($("#fohasab2 .boxtitle").get (0) ).corner ("tl tr 10px");
	$($("#fohasab3 .boxtitle").get (0) ).corner ("cc:#e9f3d1 tl tr 10px");
	$("#partnereink_box").corner ("10px");
	
	$(".zoomimg").morkAjaxZoom ($("#dimmer"), {showAnim: "scale", showSpeed: 500});
	
	nyugatradio_setupMostszol ();
});


function nyugatradio_setupMostszol () {
	$("#mostszol_progress").progressbar({
		value: 0
	});
	
	$("#mostszol_box .inner").load (THIS_PATH + "tartalom/lista?ajax=1");
	$("#mostszol_status").text ("frissítve: " + Util.getFTime (new Date) );
	
	var inttime = 100;
	var nowtime = inttime;
	var step = 0.3;
	window.setInterval (function () {
		nowtime -= step;
		if (nowtime <= 0) {
			$("#mostszol_box .inner").load (THIS_PATH + "tartalom/lista?ajax=1");
			$("#mostszol_status").text ("frissítve: " + Util.getFTime (new Date) );
			nowtime = inttime;
		}
		$("#mostszol_progress").progressbar ('value', nowtime);
	}, 200);
}
