function getRoomNum() { return 3300; } function getImagePath() { return gal; } function getRoomName(objdiv) { objdiv.innerHTML = '

3300 Computer Lab

'; } function getCapacity(objdiv) { objdiv.innerHTML = 'Seats: 24'; } function getHardwareList(objdiv) { objdiv.innerHTML = 'Data Projector and Motorized Screen
Front audio speakers
Instructor PC
Microphone - Wireless/Lapel
AV Control - Lecture Touch Panel
Additional Connectors: HDMI/USB-C
'; } function getOtherList(objdiv) { objdiv.innerHTML = 'Video Conferencing with Audio/Content
Document camera can be used as instructor camera
'; } function getImgStatus() { return 0; }