// JavaScript Document
function new_videos() {
	var leftpos=(window.screen.width-240)/2;
	var toppos=(window.screen.height-209)/2;
	win2=window.open('video.html', 'Mike', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,top=263,left='+leftpos+',center=1,resizable=0,width=230,height=198');
}