// JavaScript Document
 $(document).ready(function() {
							$('.stripeMe tr:even').addClass('other');
 $('a.nav').click(function() {	
								 var spop = $(this).text();
								 $('div#'+spop).slideDown('slow');
							});
 });