function openVideoPlayer(url) {
	windowFeatures = 'directories=no, fullscreen=no, height=584, location=no, menubar=no, resizeable=yes, scrollbars=no, status=no, titlebar=yes, tooolbar=no, width=728';
	return ! window.open(url, 'VideoPlayer', windowFeatures);
}
