$('html').addClass('body');

$(document).ready(function() {
	$('input#aplSkillsPcDbShow').click(function(){
		$('.aplSkillsPcDB').toggle('800');
		return false;
	});
});
