var womensBlocArray = new Array ('who_inside_big_bloc', 'how_inside_big_bloc', 'why_inside_big_bloc', 'what_inside_big_bloc');

function womenShow(showDiv, elt)
{

	$(".discover_other_active").removeClass("discover_other_active");
	showOne(womensBlocArray,showDiv);
	
	
	$(elt).addClass("discover_other_active");
} 




