// JavaScript Documentfunction topicPop(foldName,pgName){	eventWindow = window.open('dentalTopics/' + foldName + '/' + pgName + '.html','listing','toolbar=no,location=no,scrollbars=yes,resizable=no,width=650,height=500');	eventWindow.focus();	}now = new Date;