function getRoomNum() {
return 7201;
}
function getImagePath() {
return tasc2;
}
function getRoomName(objdiv) {
objdiv.innerHTML = '
TASC2 7201
';
}
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;
}