// File: CommonHelp.js
//
function Help_MyAccount_Certifications_Certification() { Help('/Help/MyAccount/Certifications_Certification.htm', 130, 340); }
function Help_MyAccount_Certifications_DatePassed() { Help('/Help/MyAccount/Certifications_DatePassed.htm', 130, 340); }
function Help_MyAccount_Certifications_Id() { Help('/Help/MyAccount/Certifications_Id.htm', 130, 340); }

function Help_MyAccount_ContactInfo_PlanNumber() { Help('/Help/MyAccount/ContactInfo_PlanNumber.htm', 210, 360); }

function Help_MyAccount_QualifiedToTeach_EvalScore() { Help('/Help/MyAccount/QualifiedToTeach_EvalScore.htm', 230, 340); }
function Help_MyAccount_QualifiedToTeach_LasTeachDate() { Help('/Help/MyAccount/QualifiedToTeach_LasTeachDate.htm', 130, 340); }
function Help_MyAccount_QualifiedToTeach_QualifiedDate() { Help('/Help/MyAccount/QualifiedToTeach_QualifiedDate.htm', 130, 340); }
function Help_MyAccount_QualifiedToTeach_TimesTaught() { Help('/Help/MyAccount/QualifiedToTeach_TimesTaught.htm', 130, 340); }

function Help_MyAccount_SkillAssessment_Experience() { Help('/Help/MyAccount/SkillAssessment_Experience.htm', 280, 340); }
function Help_MyAccount_SkillAssessment_LastUsed() { Help('/Help/MyAccount/SkillAssessment_LastUsed.htm', 230, 340); }
function Help_MyAccount_SkillAssessment_PrimarySkill() { Help('/Help/MyAccount/SkillAssessment_PrimarySkill.htm', 230, 340); }
function Help_MyAccount_SkillAssessment_Skill() { Help('/Help/MyAccount/SkillAssessment_Skill.htm', 230, 340); }
function Help_MyAccount_SkillAssessment_SkillLevel() { Help('/Help/MyAccount/SkillAssessment_SkillLevel.htm', 430, 440); }
function Help_MyAccount_SkillAssessment_Version() { Help('/Help/MyAccount/SkillAssessment_Version.htm', 230, 340); }

function Help_MyAccount_TimeSheet() { Help('/Help/MyAccount/TimeSheet.htm', 500, 750); }

function HelpVpa() { Help('/Pu/VPA.htm', 500, 750); }
function HelpSatv() { Help('/Pu/SA-TV.htm', 500, 750); }


// Show help popup.
function Help(file,height,width)
{
	if (height == null)
		height = 230;
	
	if (width == null)
		width = 340;

	window.open(file,'SmartCenterHelp','toolbar=0,scrollbars=yes,status=0,resizable=1,menubar=0,top=0,right=10,width=' + width + ',height=' + height);
}