// JavaScript Document


$(function(){
/*	var sets = [], temp = [];
	$('.indexmenu > .innerBox').each(function(i) {
		temp.push(this);
		if (i % 2 == 1) {
			sets.push(temp);
			temp = [];
		}
	});
	if (temp.length) sets.push(temp);
	

	$.each(sets, function() {
		$(this).flatHeights();
	});
*/
//	$('.indexmenu > .innerBox .text').addClass("heightLine-g1");
//	$('.indexmenu > .innerBox .title').addClass("heightLine-g2");



$('.indexmenu > .innerBox .text').flatHeights();
//$('.indexmenu > .innerBox .title').flatHeights();


$("#fontChange a").click(function(){
	reflatting();
});

});
