// JavaScript Document

// this section opens the ISO certificate viewer
function ISO(page) {
OpenWin = this.open(page, "CtrlWindow", "width=609,height=923,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no");
}

// this section opens the BR cross reference list
function crossref(page) {
OpenWin = this.open(page, "CtrlWindow", "width=570,height=3155,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no");
}

// this section opens windows from external sites
function external(page) {
OpenWin = this.open(page, "CtrlWindow", "width=640,height=480,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes");
}

