function openAccuWeatherVideoWindow() {

    var newWindow = window.open(
                                '/multimedia/accuweather_video_forecast.html',
                                'accuweather_video_forecast',
                                'width=320, height=320, location=no, toolbar=no, menubar=no, resizable=no, status=no'
                                );

}
