/* Customer Javascript */

Ext.onReady(function(){
 
            SiteBuilder.widget.OnClickWindow({

                        id: 'videos',

                        width: 800,

                        height: 600,

                        url: '/new_video.php'         
            });

});

 

