function popVideo(stream_id, client_id) {
	if (client_id == null) {
		client_id = '2';
	} 
	Video = window.open('http://quickclips.com.au/viewer/'+client_id+'/'+stream_id+'/','Video',"width=800,height=520,scrollbars=no,resizeable=yes"); 
}
