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

3010 Tutorial Room

'; } function getCapacity(objdiv) { objdiv.innerHTML = 'Seats: 24'; } function getHardwareList(objdiv) { objdiv.innerHTML = 'Data Projector and Motorized Screen
Instructor PC
2.1 Sound System
Microphone - Wireless/Lapel
AV Control - Lecture Touch Panel
Additional Connectors: HDMI/USB-C
'; } function getOtherList(objdiv) { objdiv.innerHTML = 'Video Conferencing with Audio/Content
User managed Zoom lecture recordings - voice and content, no camera.
'; } function getImgStatus() { return 0; }