$(document).ready(function(){	 
	$("tr.step2").hide();
	$("tr#step1button").html("");
});
