/**
 * ÆÄÀÏ ´Ù¿î·Îµå
 */
function fileDownload(rfileName, sfileName, filePath) {	
	var loc = "fileDownServlet?rFileName="+rfileName+"&sFileName="+sfileName+"&filePath="+filePath;
	hiddenFrame.location.href = loc;
}
