/**
 * Digital Archive POPUP
 */

function daPopup(filePath){
	window.open(filePath,'dapopup','toolbar=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=no,width=840,height=565');
	return false;
}
