$(document).ready(function() {
	$("#showimage").show('slow');
	$("#infoClose").click(function(){
		$.post("infoOff.php");
		});
});

