function roomOpen() {
room=window.open("room.html","room","width=640,height=870,scrollbars=0,status=no,menubar=no");
room.focus();
}