var cams = "Mobotix,Axis,Baudisch"; function WriteCamHTML(camtyp,eId,eSrc,eTop,eLeft,ewidth,eheight,eAlt,IE,doc){ switch(camtyp){ case "../user_gif/Mobotix": if (IE){ doc.write('

Mobotix Controll
The Mobotix Media Control, which enables you to view live image streams in Microsoft InternetExplorer, could not be registered on your computer.
'); }else{ doc.write('
'+eAlt+'
'); } break; case "../user_gif/Axis": if (IE){ doc.write('

Axis Media Control
The AXIS Media Control, which enables you to view live image streams in Microsoft InternetExplorer, could not be registered on your computer.
'); }else{ doc.write('
'+eAlt+'
'); } break; case "../user_gif/Baudisch": if (IE){ doc.write('

Axis Media Control
The AXIS Media Control, which enables you to view live image streams in Microsoft InternetExplorer, could not be registered on your computer.
'); }else{ doc.write('
'+eAlt+'
'); } break; default: doc.write('
'); } }