$(document).ready(function() {
//$(".item").hide();

/* $('#pw-nav a').click(function() {
	var id = $(this).attr('id');
		//$('#section-' + id).not(this).toggle();
		$('#section-' + id).toggle();
     	return false;
     });
}); */

/* $("#pw-nav a").click(function() {
    $(".item").not(this).hide("slow");
}); */


});


$(document).ready(function(){

	//$("#txtSearch").focus(function(){
	//	$(this).attr("value","");
	//});
	
	//$("#section-01").hide();
	//$("#section-02").hide();
	//$("#section-03").hide();
	//$("#section-04").hide();
	//$("#section-05").hide();
	//$("#section-06").hide();
	
	//$('.item').children().not('h2').hide();
	
	//HIDE ALL ITEMS ON PAGE
	$(".pw-item").hide();
	//$("div#pw-main:eq(0)> div").hide(); 
	
	$("#pw00").click(function(){
		$("#section-pw00").show();
		$("#section-pw01").hide();
		$("#section-pw02").hide();
		$("#section-pw03").hide();
		$("#section-pw04").hide();
		$("#section-pw05").hide();
		$("#section-pw06").hide();
		return false;
	});
	
	$("#pw01").click(function(){
		$("#section-pw00").hide();
		$("#section-pw01").show();
		$("#section-pw02").hide();
		$("#section-pw03").hide();
		$("#section-pw04").hide();
		$("#section-pw05").hide();
		$("#section-pw06").hide();
		return false;
	});
	
	$("#pw02").click(function(){
		$("#section-pw00").hide();
		$("#section-pw01").hide();
		$("#section-pw02").show();
		$("#section-pw03").hide();
		$("#section-pw04").hide();
		$("#section-pw05").hide();
		$("#section-pw06").hide();
		return false;
	});
	
	$("#pw03").click(function(){
		$("#section-pw00").hide();
		$("#section-pw01").hide();
		$("#section-pw02").hide();
		$("#section-pw03").show();
		$("#section-pw04").hide();
		$("#section-pw05").hide();
		$("#section-pw06").hide();
		return false;
	});
	
	$("#pw04").click(function(){
		$("#section-pw00").hide();
		$("#section-pw01").hide();
		$("#section-pw02").hide();
		$("#section-pw03").hide();
		$("#section-pw04").show();
		$("#section-pw05").hide();
		$("#section-pw06").hide();
		return false;
	});
	
	$("#pw05").click(function(){
		$("#section-pw00").hide();
		$("#section-pw01").hide();
		$("#section-pw02").hide();
		$("#section-pw03").hide();
		$("#section-pw04").hide();
		$("#section-pw05").show();
		$("#section-pw06").hide();
		return false;
	});
	
	$("#pw06").click(function(){
		$("#section-pw00").hide();
		$("#section-pw01").hide();
		$("#section-pw02").hide();
		$("#section-pw03").hide();
		$("#section-pw04").hide();
		$("#section-pw05").hide();
		$("#section-pw06").show();
		return false;
	});
	
	
});






