$(document).ready(function() {
	
	$("#li_resume_list_view").qtip({ 
		content: "<strong>Name Only View</strong><br />This is the original view of your resumes as a list of names, ordered by date submitted.",
		style: 'resumator' });
		
	$("#li_resume_wmyu_view").qtip({ 
		content: "<strong>&ldquo;What makes you unique?&rdquo; View</strong><br />View each applicant's answer to the WMYU? question (if provided). To use this feature, add the \"WMYU?\" optional field to your job listing.",
		style: 'resumator' });
	
	$("#watch, #btn_watch").qtip({ 
		content: "<strong>Watch the activity with this applicant</strong><br />Spend less time tracking applicants by using the Watch feature. Watched applicants can be quickly accessed from the Dashboard.",
		style: 'resumator' });
		
	$("#btn_pipl").qtip({ 
		content: "<strong>Look for this applicant on the Web</strong><br />Pipl.com will perform an instant Web search for this applicant and find social network profiles, personal websites, blogs, court records and numerous other sources of background information.",
		style: 'resumator' });
	
	$("#btn_indeed").qtip({ 
		content: "<strong>Get average salaries near this applicant</strong><br />Indeed.com will instantly show you the average salaries for your job(s) in this applicant&rsquo;s location. Use this service to anticipate desired salary and gauge your offer so it is competitive.",
		style: 'resumator' });
		
	$("#btn_hide_applicant").qtip({ 
		content: "<strong>Hide this applicant</strong><br />Use this feature to hide certain applicants from all Resumator users that are not admins. This feature makes it possible to give access to employees hired through The Resumator.",
		style: 'resumator' });
		
	$("#btn_unhide_applicant").qtip({ 
		content: "<strong>Unhide this applicant</strong><br />Make this applicant viewable by everyone.",
		style: 'resumator' });
	
	$("#btn_unwatch").qtip({ 
		content: "<strong>Stop watching this applicant</strong><br />Remove this applicant from your Watch List and stop receiving updates.",
		style: 'resumator' });
		
	$("#btn_bambooHR").qtip({ 
		content: "<strong>Export applicant to BambooHR</strong><br />Our partner BambooHR helps you manage your employee information (benefits, training, etc). Click this link to download a CSV file for this applicant that is ready for importing in your BambooHR account.",
		style: 'resumator' });
			
	$("#whats_hub").qtip({ 
		content: "A <strong>client hub</strong> provides your clients with a secure, private location on the Web for collaborating with you. Clients can submit jobs to you, approve job postings, review resumes you share, and submit feedback on those resumes.",
		style: 'resumator' });
	
	$("#wmyu_desc").qtip({ 
		content: "<strong>What Makes You Unique?</strong><br />Our WMYU question asks the applicant to provide a creative answer to what makes them stand out in a crowd. You can use these responses to find interesting applicants more quickly when browsing resumes.",
		style: 'resumator' });
		
});