  $(document).ready( function() {
	$(".info tr:nth-child(odd)").addClass("odd");
    //$(".info tr td").addClass("b2");
    //$(".info tr td:first-child").removeClass();
    //$(".info tr td:first-child").addClass("b1");
    //$(".info tr:first-child td").removeClass();
    //$(".info tr:first-child td").addClass("h2");
    //$(".info tr:first-child td:first-child").removeClass();
    //$(".info tr:first-child td:first-child").addClass("h1");
    //$(".nav #" + window.link).addClass("here");
});