function paintline()
{
$(document).ready(function()
{
$('#spec > tbody > tr:even').css("background-color", "#d4e2ed");
}
);    
}

