$(document).ready(function() { 
			$('#planA').click(function(){
				$('.show').fadeTo('slow', 0).removeClass('show');
				$('.a').addClass('show').fadeTo('slow', 1);
				$('.pdf').attr("href", "http://174.120.63.226/~wwwbell/wp-content/themes/bella/pdf/planA.pdf");
			});
			
			$('#planB').click(function(){
				$('.show').fadeTo('slow', 0).removeClass('show');
				$('.b').addClass('show').fadeTo('slow', 1);
				$('.pdf').attr("href", "http://174.120.63.226/~wwwbell/wp-content/themes/bella/pdf/planB.pdf");
			});
			
			$('#planA1').click(function(){
				$('.show').fadeTo('slow', 0).removeClass('show');
				$('.a1').addClass('show').fadeTo('slow', 1);
				$('.pdf').attr("href", "http://174.120.63.226/~wwwbell/wp-content/themes/bella/pdf/planA1.pdf");
			});
			
			$('#planH1').click(function(){
				$('.show').fadeTo('slow', 0).removeClass('show');
				$('.h1').addClass('show').fadeTo('slow', 1);
				$('.pdf').attr("href", "http://174.120.63.226/~wwwbell/wp-content/themes/bella/pdf/planH1.pdf");
			});
			
			$('#planH').click(function(){
				$('.show').fadeTo('slow', 0).removeClass('show');
				$('.h').addClass('show').fadeTo('slow', 1);
				$('.pdf').attr("href", "http://174.120.63.226/~wwwbell/wp-content/themes/bella/pdf/planH.pdf");
			});
			
			$('#planH2').click(function(){
				$('.show').fadeTo('slow', 0).removeClass('show');
				$('.h2').addClass('show').fadeTo('slow', 1);
				$('.pdf').attr("href", "http://174.120.63.226/~wwwbell/wp-content/themes/bella/pdf/planH2.pdf");
			});
			
			$('#planC').click(function(){
				$('.show').fadeTo('slow', 0).removeClass('show');
				$('.c').addClass('show').fadeTo('slow', 1);
				$('.pdf').attr("href", "http://174.120.63.226/~wwwbell/wp-content/themes/bella/pdf/planC.pdf");
			});
			
			$('#planH3').click(function(){
				$('.show').fadeTo('slow', 0).removeClass('show');
				$('.h3').addClass('show').fadeTo('slow', 1);
				$('.pdf').attr("href", "http://174.120.63.226/~wwwbell/wp-content/themes/bella/pdf/planH3.pdf");
			});
			
			$('#planD').click(function(){
				$('.show').fadeTo('slow', 0).removeClass('show');
				$('.d').addClass('show').fadeTo('slow', 1);
				$('.pdf').attr("href", "http://174.120.63.226/~wwwbell/wp-content/themes/bella/pdf/planD.pdf");
			});
			
			$('#planI').click(function(){
				$('.show').fadeTo('slow', 0).removeClass('show');
				$('.i').addClass('show').fadeTo('slow', 1);
				$('.pdf').attr("href", "http://174.120.63.226/~wwwbell/wp-content/themes/bella/pdf/planI.pdf");
			});
			
			$('#planE').click(function(){
				$('.show').fadeTo('slow', 0).removeClass('show');
				$('.e').addClass('show').fadeTo('slow', 1);
				$('.pdf').attr("href", "http://174.120.63.226/~wwwbell/wp-content/themes/bella/pdf/planE.pdf");
			});
			
			$('#planI1').click(function(){
				$('.show').fadeTo('slow', 0).removeClass('show');
				$('.b').addClass('show').fadeTo('slow', 1);
				$('.pdf').attr("href", "http://174.120.63.226/~wwwbell/wp-content/themes/bella/pdf/planI1.pdf");
			});
			
			$('#planF').click(function(){
				$('.show').fadeTo('slow', 0).removeClass('show');
				$('.f').addClass('show').fadeTo('slow', 1);
				$('.pdf').attr("href", "http://174.120.63.226/~wwwbell/wp-content/themes/bella/pdf/planF.pdf");
			});
			
			$('#planJ').click(function(){
				$('.show').fadeTo('slow', 0).removeClass('show');
				$('.j').addClass('show').fadeTo('slow', 1);
				$('.pdf').attr("href", "http://174.120.63.226/~wwwbell/wp-content/themes/bella/pdf/planJ.pdf");
			});
			
			$('#planG').click(function(){
				$('.show').fadeTo('slow', 0).removeClass('show');
				$('.g').addClass('show').fadeTo('slow', 1);
				$('.pdf').attr("href", "http://174.120.63.226/~wwwbell/wp-content/themes/bella/pdf/planG.pdf");
			});
			
			$('#planK').click(function(){
				$('.show').fadeTo('slow', 0).removeClass('show');
				$('.k').addClass('show').fadeTo('slow', 1);
				$('.pdf').attr("href", "http://174.120.63.226/~wwwbell/wp-content/themes/bella/pdf/planK.pdf");
			});
			
			$('#planG1').click(function(){
				$('.show').fadeTo('slow', 0).removeClass('show');
				$('.g1').addClass('show').fadeTo('slow', 1);
				$('.pdf').attr("href", "http://174.120.63.226/~wwwbell/wp-content/themes/bella/pdf/planG1.pdf");
			});
			
			$('.plan').css('opacity', 0);
			$('.show').fadeTo('fast', 1);
		});