<!--
function digital_viewer(url) {
    viewerWin = window.open(url, "digital", "top=0,left=0,status=0,width=" + screen.width + ", height=" + screen.height);
}
//-->
