﻿function OpenPopup() 
{ 
window.open('video.html','Chat','width=355,height=289,scrollbars=no,left=0,top=0,resizable=0');  
}
