// JavaScript Document
$().ready(function() {
// validate the comment form when it is submitted
$("#pform").validate();
$('.specifications tbody tr:odd', this).removeClass('even').addClass('odd');
$('.specifications tbody tr:even', this).removeClass('odd').addClass('even');
$('a[@class*=thickbox]').lightBox(); // Select all links that contains lightbox in the attribute rel

});

