// JavaScript Document
<!--
function openWindow(path){
newWindow = window.open(path, "atrium", "width=750,height=550,scrollbars=0");
newWindow.focus();
}
// -->
