<script>
        /* This script opens another window */
		/* Sheryl Griffith, BA-FMOD-ITS, 1/18/2003 */

function DisplayWin(newWin) {

OpenWin = window.open(newWin, "showPage", "scrollbars=yes,resizable=yes,width=550,height=450,left=150,top=80");

}
</script>