$(document).ready(function() {

	$('.indeximgtext').hover(function()
	{
                var id = $(this).attr("id");
                var newid = id.replace("showIndexImg", "indexImg");

		$('.indeximg').hide();
	        $('#' + newid).delay(1000).show();
	});
});

Cufon.replace('.mainmenu a, .footer, .bluefieldContent, h1, h2', {hover: 'true', fontFamily: 'Malgun Gothic'});

