﻿function ShowVideoChatWindow(name)
{
    window.open('/login/pages/VideoChats/VideoChat.aspx?ConferenceName=' + name, 'VideoChat', 'scrollbars=no,menubar=0,status=0,resizable=yes,marginheight=0,marginwidth=0,toolbar=no,width=555,height=530');
    return false;
}

function ShowVideoChatCheckWindow() 
{
    window.open('/pages/VideoChats/VideoChatCheck.aspx', 'VideoChatCheck', 'scrollbars=no,menubar=0,status=0,resizable=yes,marginheight=0,marginwidth=0,toolbar=no,width=555,height=530');
    return false;
} 
