$(document).ready(function() {
	$("#divbotton1").addClass("leftcol_tab01");
	$("#tabcontent1").show();
});

