﻿function newWindow() {
	schedWindow = window.open
		("schedule.shtml", "schedWin", "width=340, height=600, resizable=yes, scrollbars=yes")
	schedWindow.focus()
}

function newaudioWindow() {
	audWindow = window.open
		("audioPlayer.shtml", "audWin", "width=330, height=200, resizable=yes, scrollbars=yes")
	audWindow.focus()
}

function.newvideoWindow() {
	videoWindow = window.open
		("video.shtml", "videoWin", "width=480, height=302, resizable=yes, scrollbars=yes")
	videoWindow.focus()
}
