	function goPressReleases(pressNo) {
		document.frm.action = "/footer/press/pressReleasesView.do?pressNo="+pressNo;
		document.frm.submit();
	}
	function getPagePath() {
	  	return "/footer/press/pressReleasesList.do";
	}