﻿//Opens a URL in a new window.  Common for PDFs
function openPopup(PathAndFileName){
	window.open(PathAndFileName,'ko_popup','toolbar=no,menubar=no,resizable=yes,width=600,height=700');
}