function ShowCVBtn(){

	var menuHeight = $("#menu").height() + 35 + "px";
	
	$("#menu").animate({ height: menuHeight}, 2000 );
	 
	setTimeout($("#cvLink").fadeIn(6000), 2500);
	
}