$(document).ready(function() {
	// Collapse everything but the first menu:
	$("#pagewidth").css("display","block");
	
	$("#portfolio, #contact, #profile, #all").not("#selected").hide();
	
	$("#sportfolio").click(function(){
		$(this).css("fontWeight","bold");						// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

	$("#contact:visible,  #profile:visible, #portfolio:visible ").hide();
		$("#all").children().hide();

		$("#portfolio").slideDown("fast");
		return false;
	});


	$("#sprofile").click(function(){
		$(this).css("fontWeight","bold");						// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible, #portfolio:visible").hide();
		$("#all").children().hide();

		$("#profile").slideDown("fast");
		return false;
	});


	$("#scontact").click(function(){
		$(this).css("fontWeight","bold");						// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible, #portfolio:visible").hide();
		$("#all").children().hide();
		
		$("#contact").slideDown("fast");
		return false;
	});
	
	
	
	
	
	
	
// ALL portfolio //
	$("#sbook").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings
		
		$("#books").parents().show();
		$("#contact:visible, #profile:visible, #subsub:visible").hide();	
		$("#sub").children().not("#books").hide();	
		$("#books").slideDown("fast");

		return false;
	});
		
	$("#scat").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#cat").parents().show();
		$("#contact:visible, #profile:visible, #subsub:visible").hide();	
		$("#sub").children().not("#cat").hide();	
		$("#cat").slideDown("fast");
		
		return false;
	});

$("#sinv").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#inv").parents().show();
		$("#contact:visible, #profile:visible, #subsub:visible").hide();	
		$("#sub").children().not("#inv").hide();	
		$("#inv").slideDown("fast");
		
		return false;
	});



$("#sposter").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings
	
		$("#poster").parents().show();
		$("#contact:visible, #profile:visible, #subsub:visible").hide();	
		$("#sub").children().not("#poster").hide();	
		$("#poster").slideDown("fast");
		
		return false;
	});

$("#sid").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings
	
		$("#id").parents().show();
		$("#contact:visible, #profile:visible, #subsub:visible").hide();	
		$("#sub").children().not("#id").hide();	
		$("#id").slideDown("fast");
		
		return false;
	});








// ALL BOOKS //
	
	$("#sbooka").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings
		$(this).css("fontWeight","bold");
	
		$("#contact:visible, #profile:visible").hide();
		$("#booka").parents().show();
		$("#booka").show();
		$("#allbook").children().not("#booka").hide();
		$("#subsub").children().not("#allbook").hide();

		return false;
	});
	
	$("#sbookb").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#bookb").parents().show();
		$("#bookb").show();
		$("#allbook").children().not("#bookb").hide();
		$("#subsub").children().not("#allbook").hide();

		

		return false;
	});
	
	$("#sbookc").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#bookc").parents().show();
		$("#bookc").show();
		$("#allbook").children().not("#bookc").hide();
		$("#subsub").children().not("#allbook").hide();
		

		return false;
	});	

	
	$("#sbookd").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#bookd").parents().show();
		$("#bookd").show();
		$("#allbook").children().not("#bookd").hide();
		$("#subsub").children().not("#allbook").hide();
	
		return false;
	});	

$("#sbooke").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#booke").parents().show();
		$("#booke").show();
		$("#allbook").children().not("#booke").hide();
		$("#subsub").children().not("#allbook").hide();
		
	return false;
	});	

$("#sbookf").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#bookf").parents().show();
		$("#bookf").show();
		$("#allbook").children().not("#bookf").hide();
		$("#subsub").children().not("#allbook").hide();
			
		return false;
	});	

$("#sbookg").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#bookg").parents().show();
		$("#bookg").show();
		$("#allbook").children().not("#bookg").hide();
		$("#subsub").children().not("#allbook").hide();
		
	return false;
	});	


$("#sbookh").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings
		
		$("#contact:visible, #profile:visible").hide();
		$("#bookh").parents().show();
		$("#bookh").show();
		$("#allbook").children().not("#bookh").hide();
		$("#subsub").children().not("#allbook").hide();

		return false;
	});	



$("#sbooki").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#booki").parents().show();
		$("#booki").show();
		$("#allbook").children().not("#booki").hide();
		$("#subsub").children().not("#allbook").hide();
		
	return false;
	});	


$("#sbookj").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

	$("#contact:visible, #profile:visible").hide();
		$("#bookj").parents().show();
		$("#bookj").show();
		$("#allbook").children().not("#bookj").hide();
		$("#subsub").children().not("#allbook").hide();
		
	return false;
	});	

$("#sbookk").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#bookk").parents().show();
		$("#bookk").show();
		$("#allbook").children().not("#bookk").hide();
		$("#subsub").children().not("#allbook").hide();
		

		return false;
	});	

$("#sbookl").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#bookl").parents().show();
		$("#bookl").show();
		$("#allbook").children().not("#bookl").hide();
		$("#subsub").children().not("#allbook").hide();

		return false;
	});	

$("#sbookm").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#bookm").parents().show();
		$("#bookm").show();
		$("#allbook").children().not("#bookm").hide();
		$("#subsub").children().not("#allbook").hide();
		

		return false;
	});	


$("#sbookn").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#bookn").parents().show();
		$("#bookn").show();
		$("#allbook").children().not("#bookn").hide();
		$("#subsub").children().not("#allbook").hide();
		
	return false;
	});	

$("#sbooko").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#booko").parents().show();
		$("#booko").show();
		$("#allbook").children().not("#booko").hide();
		$("#subsub").children().not("#allbook").hide();
		

		return false;
	});	



// ALL poster //
$("#spostera").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings
		$(this).css("fontWeight","bold");
	
		$("#contact:visible, #profile:visible").hide();
		$("#postera").parents().show();
		$("#postera").show();
		$("#allposter").children().not("#postera").hide();
		$("#subsub").children().not("#allposter").hide();

		return false;
	});
	
	$("#sposterb").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#posterb").parents().show();
		$("#posterb").show();
		$("#allposter").children().not("#posterb").hide();
		$("#subsub").children().not("#allposter").hide();

		

		return false;
	});
	
	$("#sposterc").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#posterc").parents().show();
		$("#posterc").show();
		$("#allposter").children().not("#posterc").hide();
		$("#subsub").children().not("#allposter").hide();
		

		return false;
	});	

	
	$("#sposterd").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#posterd").parents().show();
		$("#posterd").show();
		$("#allposter").children().not("#posterd").hide();
		$("#subsub").children().not("#allposter").hide();
	
		return false;
	});	

$("#spostere").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#postere").parents().show();
		$("#postere").show();
		$("#allposter").children().not("#postere").hide();
		$("#subsub").children().not("#allposter").hide();
		
	return false;
	});	

$("#sposterf").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#posterf").parents().show();
		$("#posterf").show();
		$("#allposter").children().not("#posterf").hide();
		$("#subsub").children().not("#allposter").hide();
			
		return false;
	});	

$("#sposterg").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#posterg").parents().show();
		$("#posterg").show();
		$("#allposter").children().not("#posterg").hide();
		$("#subsub").children().not("#allposter").hide();
		
	return false;
	});	


$("#sposterh").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings
		
		$("#contact:visible, #profile:visible").hide();
		$("#posterh").parents().show();
		$("#posterh").show();
		$("#allposter").children().not("#posterh").hide();
		$("#subsub").children().not("#allposter").hide();

		return false;
	});	



$("#sposteri").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#posteri").parents().show();
		$("#posteri").show();
		$("#allposter").children().not("#posteri").hide();
		$("#subsub").children().not("#allposter").hide();
		
	return false;
	});	


$("#sposterj").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

	$("#contact:visible, #profile:visible").hide();
		$("#posterj").parents().show();
		$("#posterj").show();
		$("#allposter").children().not("#posterj").hide();
		$("#subsub").children().not("#allposter").hide();
		
	return false;
	});	

$("#sposterk").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#posterk").parents().show();
		$("#posterk").show();
		$("#allposter").children().not("#posterk").hide();
		$("#subsub").children().not("#allposter").hide();
		

		return false;
	});	

$("#sposterl").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#posterl").parents().show();
		$("#posterl").show();
		$("#allposter").children().not("#posterl").hide();
		$("#subsub").children().not("#allposter").hide();

		return false;
	});	

$("#sposterm").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#posterm").parents().show();
		$("#posterm").show();
		$("#allposter").children().not("#posterm").hide();
		$("#subsub").children().not("#allposter").hide();
		

		return false;
	});	


$("#spostern").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#postern").parents().show();
		$("#postern").show();
		$("#allposter").children().not("#postern").hide();
		$("#subsub").children().not("#allposter").hide();
		
	return false;
	});	

$("#spostero").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#postero").parents().show();
		$("#postero").show();
		$("#allposter").children().not("#postero").hide();
		$("#subsub").children().not("#allposter").hide();

		return false;
	});	

$("#sposterp").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#posterp").parents().show();
		$("#posterp").show();
		$("#allposter").children().not("#posterp").hide();
		$("#subsub").children().not("#allposter").hide();

		return false;
	});	

$("#sposterq").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#posterq").parents().show();
		$("#posterq").show();
		$("#allposter").children().not("#posterq").hide();
		$("#subsub").children().not("#allposter").hide();

		return false;
	});	

$("#sposterr").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#posterr").parents().show();
		$("#posterr").show();
		$("#allposter").children().not("#posterr").hide();
		$("#subsub").children().not("#allposter").hide();

		return false;
	});	


$("#sposters").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#posters").parents().show();
		$("#posters").show();
		$("#allposter").children().not("#posters").hide();
		$("#subsub").children().not("#allposter").hide();

		return false;
	});	




// ALL inv //
$("#sinva").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings
		$(this).css("fontWeight","bold");
	
		$("#contact:visible, #profile:visible").hide();
		$("#inva").parents().show();
		$("#inva").show();
		$("#allinv").children().not("#inva").hide();
		$("#subsub").children().not("#allinv").hide();

		return false;
	});
	
	$("#sinvb").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#invb").parents().show();
		$("#invb").show();
		$("#allinv").children().not("#invb").hide();
		$("#subsub").children().not("#allinv").hide();

		

		return false;
	});
	
	$("#sinvc").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#invc").parents().show();
		$("#invc").show();
		$("#allinv").children().not("#invc").hide();
		$("#subsub").children().not("#allinv").hide();
		

		return false;
	});	

	
	$("#sinvd").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#invd").parents().show();
		$("#invd").show();
		$("#allinv").children().not("#invd").hide();
		$("#subsub").children().not("#allinv").hide();
	
		return false;
	});	

$("#sinve").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#inve").parents().show();
		$("#inve").show();
		$("#allinv").children().not("#inve").hide();
		$("#subsub").children().not("#allinv").hide();
		
	return false;
	});	

$("#sinvf").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#invf").parents().show();
		$("#invf").show();
		$("#allinv").children().not("#invf").hide();
		$("#subsub").children().not("#allinv").hide();
			
		return false;
	});	

$("#sinvg").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#invg").parents().show();
		$("#invg").show();
		$("#allinv").children().not("#invg").hide();
		$("#subsub").children().not("#allinv").hide();
		
	return false;
	});	


$("#sinvh").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings
		
		$("#contact:visible, #profile:visible").hide();
		$("#invh").parents().show();
		$("#invh").show();
		$("#allinv").children().not("#invh").hide();
		$("#subsub").children().not("#allinv").hide();

		return false;
	});	



$("#sinvi").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#invi").parents().show();
		$("#invi").show();
		$("#allinv").children().not("#invi").hide();
		$("#subsub").children().not("#allinv").hide();
		
	return false;
	});	


$("#sinvj").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

	$("#contact:visible, #profile:visible").hide();
		$("#invj").parents().show();
		$("#invj").show();
		$("#allinv").children().not("#invj").hide();
		$("#subsub").children().not("#allinv").hide();
		
	return false;
	});	

$("#sinvk").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#invk").parents().show();
		$("#invk").show();
		$("#allinv").children().not("#invk").hide();
		$("#subsub").children().not("#allinv").hide();
		

		return false;
	});	

$("#sinvl").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#invl").parents().show();
		$("#invl").show();
		$("#allinv").children().not("#invl").hide();
		$("#subsub").children().not("#allinv").hide();

		return false;
	});	










// ALL cat //
$("#scata").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings
		$(this).css("fontWeight","bold");
	
		$("#contact:visible, #profile:visible").hide();
		$("#cata").parents().show();
		$("#cata").show();
		$("#allcat").children().not("#cata").hide();
		$("#subsub").children().not("#allcat").hide();

		return false;
	});
	
	$("#scatb").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#catb").parents().show();
		$("#catb").show();
		$("#allcat").children().not("#catb").hide();
		$("#subsub").children().not("#allcat").hide();

		

		return false;
	});
	
	$("#scatc").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#catc").parents().show();
		$("#catc").show();
		$("#allcat").children().not("#catc").hide();
		$("#subsub").children().not("#allcat").hide();
		

		return false;
	});	

	
	$("#scatd").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#catd").parents().show();
		$("#catd").show();
		$("#allcat").children().not("#catd").hide();
		$("#subsub").children().not("#allcat").hide();
	
		return false;
	});	

$("#scate").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#cate").parents().show();
		$("#cate").show();
		$("#allcat").children().not("#cate").hide();
		$("#subsub").children().not("#allcat").hide();
		
	return false;
	});	

$("#scatf").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#catf").parents().show();
		$("#catf").show();
		$("#allcat").children().not("#catf").hide();
		$("#subsub").children().not("#allcat").hide();
			
		return false;
	});	

$("#scatg").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#catg").parents().show();
		$("#catg").show();
		$("#allcat").children().not("#catg").hide();
		$("#subsub").children().not("#allcat").hide();
		
	return false;
	});	


$("#scath").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings
		
		$("#contact:visible, #profile:visible").hide();
		$("#cath").parents().show();
		$("#cath").show();
		$("#allcat").children().not("#cath").hide();
		$("#subsub").children().not("#allcat").hide();

		return false;
	});	



$("#scati").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#cati").parents().show();
		$("#cati").show();
		$("#allcat").children().not("#cati").hide();
		$("#subsub").children().not("#allcat").hide();
		
	return false;
	});	


$("#scatj").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

	$("#contact:visible, #profile:visible").hide();
		$("#catj").parents().show();
		$("#catj").show();
		$("#allcat").children().not("#catj").hide();
		$("#subsub").children().not("#allcat").hide();
		
	return false;
	});	

$("#scatk").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#catk").parents().show();
		$("#catk").show();
		$("#allcat").children().not("#catk").hide();
		$("#subsub").children().not("#allcat").hide();
		

		return false;
	});	

$("#scatl").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#catl").parents().show();
		$("#catl").show();
		$("#allcat").children().not("#catl").hide();
		$("#subsub").children().not("#allcat").hide();

		return false;
	});	

$("#scatm").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#catm").parents().show();
		$("#catm").show();
		$("#allcat").children().not("#catm").hide();
		$("#subsub").children().not("#allcat").hide();
		

		return false;
	});	


$("#scatn").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#catn").parents().show();
		$("#catn").show();
		$("#allcat").children().not("#catn").hide();
		$("#subsub").children().not("#allcat").hide();
		
	return false;
	});	

$("#scato").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#cato").parents().show();
		$("#cato").show();
		$("#allcat").children().not("#cato").hide();
		$("#subsub").children().not("#allcat").hide();

		return false;
	});	

$("#scatp").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#catp").parents().show();
		$("#catp").show();
		$("#allcat").children().not("#catp").hide();
		$("#subsub").children().not("#allcat").hide();

		return false;
	});	

$("#scatq").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#catq").parents().show();
		$("#catq").show();
		$("#allcat").children().not("#catq").hide();
		$("#subsub").children().not("#allcat").hide();

		return false;
	});	

$("#scatr").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#catr").parents().show();
		$("#catr").show();
		$("#allcat").children().not("#catr").hide();
		$("#subsub").children().not("#allcat").hide();

		return false;
	});	


$("#scats").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#cats").parents().show();
		$("#cats").show();
		$("#allcat").children().not("#cats").hide();
		$("#subsub").children().not("#allcat").hide();

		return false;
	});	


// ALL id //
$("#sida").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings
		$(this).css("fontWeight","bold");
	
		$("#contact:visible, #profile:visible").hide();
		$("#ida").parents().show();
		$("#ida").show();
		$("#allid").children().not("#ida").hide();
		$("#subsub").children().not("#allid").hide();

		return false;
	});
	
	$("#sidb").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#idb").parents().show();
		$("#idb").show();
		$("#allid").children().not("#idb").hide();
		$("#subsub").children().not("#allid").hide();

		

		return false;
	});
	
	$("#sidc").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#idc").parents().show();
		$("#idc").show();
		$("#allid").children().not("#idc").hide();
		$("#subsub").children().not("#allid").hide();
		

		return false;
	});	

	
	$("#sidd").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#idd").parents().show();
		$("#idd").show();
		$("#allid").children().not("#idd").hide();
		$("#subsub").children().not("#allid").hide();
	
		return false;
	});	

$("#side").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#ide").parents().show();
		$("#ide").show();
		$("#allid").children().not("#ide").hide();
		$("#subsub").children().not("#allid").hide();
		
	return false;
	});	

$("#sidf").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#idf").parents().show();
		$("#idf").show();
		$("#allid").children().not("#idf").hide();
		$("#subsub").children().not("#allid").hide();
			
		return false;
	});	

$("#sidg").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#idg").parents().show();
		$("#idg").show();
		$("#allid").children().not("#idg").hide();
		$("#subsub").children().not("#allid").hide();
		
	return false;
	});	


$("#sidh").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings
		
		$("#contact:visible, #profile:visible").hide();
		$("#idh").parents().show();
		$("#idh").show();
		$("#allid").children().not("#idh").hide();
		$("#subsub").children().not("#allid").hide();

		return false;
	});	



$("#sidi").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#idi").parents().show();
		$("#idi").show();
		$("#allid").children().not("#idi").hide();
		$("#subsub").children().not("#allid").hide();
		
	return false;
	});	


$("#sidj").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

	$("#contact:visible, #profile:visible").hide();
		$("#idj").parents().show();
		$("#idj").show();
		$("#allid").children().not("#idj").hide();
		$("#subsub").children().not("#allid").hide();
		
	return false;
	});	

$("#sidk").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#idk").parents().show();
		$("#idk").show();
		$("#allid").children().not("#idk").hide();
		$("#subsub").children().not("#allid").hide();
		

		return false;
	});	

$("#sidl").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#idl").parents().show();
		$("#idl").show();
		$("#allid").children().not("#idl").hide();
		$("#subsub").children().not("#allid").hide();

		return false;
	});	

$("#sidm").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#idm").parents().show();
		$("#idm").show();
		$("#allid").children().not("#idm").hide();
		$("#subsub").children().not("#allid").hide();
		

		return false;
	});	


$("#sidn").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#idn").parents().show();
		$("#idn").show();
		$("#allid").children().not("#idn").hide();
		$("#subsub").children().not("#allid").hide();
		
	return false;
	});	

$("#sido").click(function(){
		$(this).css("fontWeight","bold");									// bold this one
		$(this).parent().children().not(this).css("fontWeight", "normal");	// unbold all siblings

		$("#contact:visible, #profile:visible").hide();
		$("#ido").parents().show();
		$("#ido").show();
		$("#allid").children().not("#ido").hide();
		$("#subsub").children().not("#allid").hide();
		

		return false;
	});	



});
