function fnVideo() {
	window.open('/video.htm','video','width=400 height=300 scrollbars=no resizable=no');
	return;
}