// open X-mas greeting on load

function xmas(movie) {
                        flashWindow = window.open (movie, 'Flash3', 'width=400,height=300,resizable=yes,left=0,top=0')
                       }



// open the Flash Movies in a new window

function flashWin1(movie) {
                           flashWindow = window.open (movie, 'Flash1', 'width=550,height=400,resizable=yes,left=0,top=0')
                          }

function flashWin2(movie) {
                           flashWindow = window.open (movie, 'Flash2', 'width=400,height=300,resizable=yes,left=0,top=0')
                          }