// JavaScript Document

function Mascot(page) {
OpenWin = this.open(page, "CtrlWindow1","height=415,width=320,toolbar=no,menubar=no,location=no,scrollbars=no,left=150,top=50,resizable=yes");
}

function Why(page) {
OpenWin = this.open(page, "CtrlWindow1","height=700,width=325,toolbar=no,menubar=no,location=no,scrollbars=yes,left=150,top=0,resizable=yes");
}


function Oneil(page) {
OpenWin = this.open(page, "CtrlWindow1","height=540,width=322,toolbar=no,menubar=no,location=no,scrollbars=no,left=150,top=50,resizable=yes");
}

function MWOB(page) {
OpenWin = this.open(page, "CtrlWindow","height=490,width=630,toolbar=no,menubar=no,location=no,scrollbars=no,left=150,top=25,resizable=yes");
}

function Destruction(page) {
OpenWin = this.open(page, "CtrlWindow","height=590,width=456,toolbar=no,menubar=no,location=no,scrollbars=no,left=150,top=10,resizable=yes");
}


function Movie(page) {
OpenWin = this.open(page, "CtrlWindow1","height=350,width=425,toolbar=no,menubar=no,location=no,scrollbars=yes,left=150,top=0,resizable=yes");
}

// End Hiding -->