function getRoomNum() {
return 3182;
}
function getImagePath() {
return aq;
}
function getRoomName(objdiv) {
objdiv.innerHTML = '
Academic Quadrangle 3182
';
}
function getCapacity(objdiv) {
objdiv.innerHTML = 'Seats: ';
}
function getHardwareList(objdiv) {
objdiv.innerHTML = 'Wireless Microphone system
DVD VCR combo player
Amplified Sound system
Control touch panel
Instructor Computer with DVD
Data Projector
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;
}