<!--

function popupSchedule(url) {

	window.open(url,'schedule','top=0,left=0,width=600,height=600,scrollbars=yes,resizable=yes')

}

function popupGallery(url) {

	galleryWin = open(url,'gallery','top=0,left=25,right=25,width=708,height=600,scrollbars=yes,resizable=yes')

	galleryWin.focus()

}

function popupGallery2(url) {

	galleryWin = open(url,'gallery','top=0,left=0,width=830,height=630,scrollbars=no,resizable=no')

	galleryWin.focus()

}

function popupChatroom(url) {

	chatroomWin = open(url,'chatroom','top=0,left=0,width=500,height=600,scrollbars=no,resizable=no')

	chatroomWin.focus()

}

function popupMap(url) {

	mapWin = open(url,'map','top=0,left=0,width=350,height=450,scrollbars=no,resizable=no')

	mapWin.focus()

}

function popupMov(url) {

	movWin = open(url,'mov','top=0,left=0,width=250,height=200,scrollbars=no,resizable=no')

	movWin.focus()

}

function popupAddStudent(url) {

	addStudentWin = open(url,'addStudent','top=0,left=0,width=300,height=320,scrollbars=no,resizable=no')

	addStudentWin.focus()

}

// -->
