
//$(function(){

//	$(".tableGrid tbody tr:even").addClass("alternateBg");
//	$(".tableGrid1 tbody tr:even").addClass("alternateBg");
//	$(".Grid li:odd").addClass("alternateBg1");
//	
//	$('p.moreLink').click(function()
//		{
//			
//			$(this).toggleClass('close');
//			$(this).next('p').toggleClass('show');
//		});
//	
//	$('td.more p').click(function()
//		{
//			
//			$(this).toggleClass('close1');
//			$(this).next('p').toggleClass('show');
//		});
//	
//	$('img#nav1').hover(function() {
//	$(this).attr("src","../images/01.gif");
//		}, function() {
//	$(this).attr("src","../images/button_sight.gif");
//});
//	

//});


//	
//	//TAB
//	var tabContainers = $('div.tabContainer > div > div');
//			tabContainers.hide().filter(':first').show();
//			
//			$('div.tabContainer ul.tabNavigation a').click(function () {
//				tabContainers.hide();
//				tabContainers.filter(this.hash).show();
//				$('div.tabContainer ul.tabNavigation a').removeClass('selected');
//				$(this).addClass('selected');
//				return false;
//			}).filter(':first').click();
//			
//	//tableData
//	
//$("h3.head a").click(function(){
//			$(this).parents().find(".head2").removeClass("head2")
//			$(this).parents().addClass("head2");
//		});
//		
//	$("table#mytable").each(function(){								
//		$(this).find("tr").hover(function(){										  	
//			$(this).addClass("hover");	
//			//alert("type");
//		},function(){
//			$(this).removeClass("hover");	
//			});							
//	});
//	
//	$("table#mytable tbody tr:even").addClass("alt");
//	
//	$("table#mytable tbody tr").each(function(){
//		$(this).find("td:lt(2)").addClass("nobgleft");								 
//	}); 
//	});
////function equalHeight(group){
////	tallest = 0;
////	group.each(function(){
////		thisHeight = $(this).height();
////		if(thisHeight > tallest){
////			tallest = thisHeight;
////		}	
////	});
//	group.height(tallest);
////}

////$(document).ready(function(){equalHeight($(".egHeight"));});



