
	function showHelp(helpId, contractId, planId, lang){
	var page="";
	if(helpId=="stage"){
		if(lang=="es") {
			page= "spanish_stage_help.html";
		}
		else {
			page= "stage_help.html";
		}
	}
	else if(helpId=="month"){
		if(lang=="es") {
			page= "spanish_month_help.html";
		}
		else {
			page= "month_help.html";
		}
	}
	else if(helpId=="drugCost"){
		if(lang=="es") {
			page= "spanish_drug_cost_help.html";
		} 
		else {
			page= "drug_cost_help.html";
		}
	}
	else if(helpId=="planCost"){
		if(lang=="es") {
			page= "spanish_plan_cost_help.html";
		}
		else {
			page= "plan_cost_help.html";	
		}
	}
	else if(helpId=="beneficiaryDrugCost"){
		if(lang=="es") {
			page= "spanish_beneficiary_drug_cost_help.html";
		}
		else {
			page= "beneficiary_drug_cost_help.html";
		}	
		
	}
	else if(helpId=="beneficiaryPremium"){
		if(lang=="es") {
			page= "spanish_beneficiary_premium_help.html";
		}
		else {
			page= "beneficiary_premium_help.html";
		}
	}
	else if(helpId=="totalBeneficiaryCost"){
		if(lang=="es") {
			page= "spanish_total_beneficiary_cost_help.html";
		}
		else {
			page= "total_beneficiary_cost_help.html";
		}
	}
	else if(helpId=="drug"){
		if(lang=="es") {
			page= "spanish_drug_help.html";
		}
		else {
			page= "drug_help.html";
		}
	}
	else if(helpId=="quantity"){
		if(lang=="es") {
			page= "spanish_quantity_help.html";
		}
		else {
			page= "quantity_help.html";
		}
	}
	else if(helpId=="pharmacy"){
		if(lang=="es") {
			page= "spanish_pharmacy_help.html";
		}
		else {
			page= "pharmacy_help.html";
		}
	}
	else if(helpId=="notes"){
		if(lang=="es") {
			page= "spanish_notes_help.html";
		}
		else {
			page= "notes_help.html";
		}
	}
	else if(helpId=="1"){
//		page= "stage_1_deductible_help.html";
		if(lang=="es") {
			page= "spanish_stage_help.html#Stage1";
		}
		else {
			page= "stage_help.html#Stage1";
		}
	}
	else if(helpId=="2"){
//		page= "stage_2_initial_coverage_help.html";
		if(lang=="es") {
			page= "spanish_stage_help.html#Stage2";
		}
		else {
			page= "stage_help.html#Stage2";
		}
	}
	else if(helpId=="3"){
//		page= "stage_3_coverage_gap_help.html";
		if(lang=="es") {
			page= "spanish_stage_help.html#Stage3";
		}
		else {
			page= "stage_help.html#Stage3";
		}
	}
	else if(helpId=="4"){
//		page= "stage_4_cat_coverage_help.html";
		if(lang=="es") {
			page= "spanish_stage_help.html#Stage4";
		}
		else {
			page= "stage_help.html#Stage4";
		}
	}
	else if(helpId=="changePlan"){
		if(lang=="es") {	
			page= "plan_help.html";
		} 
		else {
			page= "plan_help.html";
		}
	}
	else if(helpId=="macPenaltyHelp"){
		if(lang=="es") {	
			page= "spanish_mac_penalty_disclaimer.html";
		} 
		else {
			page= "mac_penalty_disclaimer.html";
		}
	}
    else if(helpId=="footerHelp"){
		if(lang=="es") {	
			page= "spanish_exception_footer.html";
		} 
		else {
			page= "exception_footer.html";
		}
	}
	//http://adtchi.caremark.com
	window.open("getHelp.do?page="+page+"&contractID=" +contractId + "&planID=" + planId,  "helpWindow", "toolbar=no, height=420, width=400, scrollbars=yes");
	}


