// JavaScript Document
function VideoBox(){
myleft=(screen.width)?(screen.width-383)/2:100;mytop=(screen.height)?(screen.height-300)/2:100;
settings='top=' + mytop + ',left=' + myleft + ',width=383,height=300,location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=no,resizable=no,fullscreen=no'
Fastest_Breakfast=window.open('video/fastest_breakfast.html','Fastest_Breakfast', settings);
Fastest_Breakfast.focus();}