$(document).ready(function() {
		//alert($().jquery); //check what version of jquery is working
		$("div#menu ul li:last").addClass("no-background");
		$(".price-table tr:even").addClass("trShd1");
		$(".price-table tr:odd").addClass("trShd2");
		
		$(".features-table tr:even").addClass("trShd3");
		$(".features-table tr:odd").addClass("trShd4");		
	});
	
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}