$(document).ready(function(){
	$.ifixpng('images/pixel.gif'); 
	$('#top_menu li.hr img, #left_menu ul li.hr img, #object,#footer').ifixpng();
	
	$("a img").parent().lightBox();
})
function showFlash(){
	$(".main_jpg").fadeOut('fast', function(){
		$("#flash_content").fadeIn('fast');
	})
}
