
function ShowVideoTour(){
	NewWindow=window.open('Video.html','','width=469,height=292','menubar=no','location=no','resizable=no','status=no','scrollbars=no','titlebar=no');
	NewWindow.moveBy(250,250);
	NewWindow.focus();
	}