function openWindow() { window.open("","popupwindow","scrollbars=yes,resizable=no,width=640,height=436");}

function openLoudspeaker() { window.open("","popupspeaker","scrollbars=no,resizable=no,width=167,height=300");}

function closeLoudspeaker() {window.close();}
