function getRoomNum() {
return 10081;
}
function getImagePath() {
return swh;
}
function getRoomName(objdiv) {
objdiv.innerHTML = '
Saywell Hall 10081
';
}
function getCapacity(objdiv) {
objdiv.innerHTML = 'Seats: ';
}
function getHardwareList(objdiv) {
objdiv.innerHTML = 'Digital Document Camera
Wireless Microphone system
DVD VCR combo player
Blu-ray Player
HD Data Projector
Amplified Sound system
Amplified computer speakers
Control touch panel
Instructor Computer with DVD
Input: Audio
Input: VGA
Input: Analogue Video
Input: AUX microphone
Ethernet
Input: microphone
';
}
function getOtherList(objdiv) {
objdiv.innerHTML = 'User Managed Zoom Lecture Recordings
';
}
function getImgStatus() {
return 0;
}