function getRoomNum() {
return 2507;
}
function getImagePath() {
return wmc;
}
function getRoomName(objdiv) {
objdiv.innerHTML = '
West Mall Centre 2507
';
}
function getCapacity(objdiv) {
objdiv.innerHTML = 'Seats: ';
}
function getHardwareList(objdiv) {
objdiv.innerHTML = 'Amplified computer speakers
Instructor Computer with DVD
Data Projector
Input: Audio
Input: VGA
Ethernet
';
}
function getOtherList(objdiv) {
objdiv.innerHTML = 'User Managed Zoom Lecture Recordings
';
}
function getImgStatus() {
return 0;
}