function video(arg){
	var opts = 'scrollbars=no,resizable=no,menubar=no,status=no';
	var w = 960;
	var h = 540;
	var t = (screen.height - h)/2;
	var l = (screen.width - w)/2;
	window.open('video.php?video='+arg,'Video','width='+w+',height='+h+',top=50,left='+l+','+opts);
}


function video1(arg){
	var opts = 'scrollbars=no,resizable=no,menubar=no,status=no';
	var w = 960;
	var h = 540;
	var t = (screen.height - h)/2;
	var l = (screen.width - w)/2;
	window.open('video1.php?video='+arg,'Video','width='+w+',height='+h+',top=50,left='+l+','+opts);
}

function video3D(arg){
	var opts = 'scrollbars=no,resizable=no,menubar=no,status=no';
	var w = 960;
	var h = 540;
	var t = (screen.height - h)/2;
	var l = (screen.width - w)/2;
	window.open('video3d.php?video='+arg,'Video','width='+w+',height='+h+',top=50,left='+l+','+opts);
}
