function openPopup(path, name, w, h) {
	window.open(path, name, "width=" + w + "', height=" + h + ", statusbar=no, resizable=no, scrollbars=no");
}
/*
function openVideo(id) {
	switch(id){
		case 0:
			openPopup("/popups/video0.html", "intro", 640, 600);
			break;
		case 1:
			openPopup("/popups/video1.html", "tech", 640, 600);
			break;
		case 2:
			openPopup("/popups/video2.html", "loading", 640, 600);
			break;
	}
}
*/

function openVideo(id) {
	switch(id){
		case 0:
			window.open("/web/cz/video?v=0", "_top");
			break;
		case 1:
			window.open("/web/cz/video?v=1", "_top");
			break;
		case 2:
			window.open("/web/cz/video?v=2", "_top");
			break;
	}
}