$(document).ready(function(){
$.localScroll({
		target: '#content'
		});
/*var $paneTarget = $('#marg');			
$('.c').click(function(){
		$paneTarget.stop().scrollTo( { top:50,left:50} , 800 );
	});*/


$("#pages a").click(function(){
$(".a").css("font-size","12px")	
$(".a").css("color","#006600")	

$(".b").css("font-size","12px")	
$(".b").css("color","#006600")	

$(".c").css("font-size","12px")	
$(".c").css("color","#006600")	


$(this).css("color","#006600")
$(this).css("font-size","16px")
$(this).css("font-weight","bold")

});


});

function x(id){
$("#a").css("font-weight","bold")
$("#a").css("font-size","12px")
$("#b").css("font-weight","bold")
$("#b").css("font-size","12px")
$("#c").css("font-weight","bold")
$("#c").css("font-size","12px")
$("#d").css("font-weight","bold")
$("#d").css("font-size","12px")
$("#e").css("font-weight","bold")
$("#e").css("font-size","12px")
$("#a").css("color","#006600")
$("#b").css("color","#006600")
$("#c").css("color","#006600")
$("#d").css("color","#006600")
$("#e").css("color","#006600")
$("#a").css("text-decoration","none")		
$("#b").css("text-decoration","none")		
$("#c").css("text-decoration","none")		
$("#d").css("text-decoration","none")		
$("#e").css("text-decoration","none")		


$("#"+id).css("font-weight","bold")	
$("#"+id).css("text-decoration","underline")					
}
