function popupVideo()
{    
    var title = 'Beach Tube Beachcomber';
    var id = 'Video';
    var innerHeight_ = window.innerHeight ? window.innerHeight : document.documentElement.offsetHeight;
    win1 = new Window(id, {className: "beaches",
    					   title: title,
    					   width:655,
    					   height:370,
    					   zIndex: 10000,
    					   left: document.body.clientWidth / 2 - 500/2 + document.body.scrollLeft,
    					   top: document.documentElement.scrollTop + innerHeight_ / 2 - 170/2 + document.body.scrollTop,
    					   destroyOnClose: true});
    var content = '';
    
    content = '<iframe src="/flash/flowplayer/iframe.php?courseid=27" width="640" scrolling="no" height="360"></iframe>';
    
//    content += '<a href="templates/flash/beachcomber/beachtube.flv" style="display:block;width:555px;height:344px" id="player"></a>';
    
//    if ($j.browser.version == '6.0') {
//        content += 'type="application/x-shockwave-flash"';
//    }    
    
//    content += '><param name="movie" value="http://www.youtube.com/v/0txiGDfGMaw&hl=ru&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/0txiGDfGMaw&hl=ru&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="264"></embed></object>';
    
/*    content += '<object width="400" height="225" data="http://vimeo.com/moogaloop.swf?clip_id=1447448&amp"';
    if ($j.browser.version == '6.0') {
        content += 'type="application/x-shockwave-flash"';
    }    
    content += '><param name="allowfullscreen" value="true" />	<param name="allowscriptaccess" value="sameDomain" />	<param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1447448&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" />	<embed src="http://vimeo.com/moogaloop.swf?clip_id=1447448&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object><br /><a href="http://vimeo.com/1447448?pg=embed&amp;sec=1447448">Beachtube Episode 2</a> from <a href="http://vimeo.com/beachtube?pg=embed&amp;sec=1447448">Beachtube</a> on <a href="http://vimeo.com?pg=embed&amp;sec=1447448">Vimeo</a>.';*/
    
    win1.getContent().innerHTML = content;
    win1.show();
    
//	flowplayer("player", "/flash/flowplayer/flowplayer-3.1.0.swf");
}