var lgdhpContextPath = "";

/**
 *	파일다운로드
 */
function doFileDownload(fileKey) {
	self.location = lgdhpContextPath + "/adm/file/fileDownload.dev?fileKey=" + fileKey;
}

/**
 *	파일직접다운로드
 */
function doFileDownloadByPath(fileName) {
	self.location = lgdhpContextPath + "/adm/file/fileDownloadByPath.dev?fileName=" + fileName
}

/**
 * 입사지원 iframe 에서 사용
*/
function resizeFrame() {
	resizeIframe("contFrame", window.parent);
}

/**
 * 개인정보 보호정책 팝업
*/
function popPrivateRule() {
	winPop(lgdhpContextPath + "/app/com/popPrivateRule.dev", 800, 585, "");
}

/**
 * 이메일 무단수집거부 팝업
*/
function popRejectionEmail() {
	winPop(lgdhpContextPath + "/app/com/popRejectionEmail.dev", 390, 230, "");
}

/**
 * E-Vos 팝업
*/
function popEVos() {
	winPop(lgdhpContextPath + "/app/util/popEVos.dev", 666, 600, "");
}

/**
 * E-Voc 팝업
*/
function popEVoc() {
	winPop(lgdhpContextPath + "/app/util/popEVoc.dev", 666, 700, "");
}

/**
 * 품질보증정책 팝업
*/
function popQuality() {
	winPop(lgdhpContextPath + "/app/util/popQuality.dev", 653, 525, "");
}