function getRoomNum() {
return 2200;
}
function getImagePath() {
return wmc;
}
function getRoomName(objdiv) {
objdiv.innerHTML = '
West Mall Centre 2200
';
}
function getCapacity(objdiv) {
objdiv.innerHTML = 'Seats: ';
}
function getHardwareList(objdiv) {
objdiv.innerHTML = 'Amplified computer speakers
Data Projector
Input: Audio
Input: VGA
Input: Analogue Video
Ethernet
';
}
function getOtherList(objdiv) {
objdiv.innerHTML = '';
}
function getImgStatus() {
return 0;
}