$(document).ready(function(){
	if (!design_mode)
	{	    
	    $('table.param tr:odd').addClass('two');
	    $('table.param').each(function() { $('tr:first td', this).replaceWith('<th></th>'); });
	}
});
