function showVideo(url,video_url_title,url_return) {
    var content = '';
    content += '<div style="width:641px;height:370px;">';
    content += '<div style="width:641px;height:360px;" id="alternate_30930"></div>';
    content += '<iframe class="fb_like" src="http://www.facebook.com/plugins/like.php?locale=en_US&app_id=210056142366084&amp;layout=button_count&amp;href=http://www.demers-ambulances.com/videos/fb/'+video_url_title+'/'+htmlEntities(url_return)+'&amp;send=false&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=21" scrolling="no" frameborder="0" style="border:none; height:21px;" allowTransparency="true"></iframe>';
    content += '</div>';

    settings = {
        onBeforeAppear: function(){
        flowplayer("alternate_30930", "/assets/swf/flowplayer-3.2.1.swf", {"clip":{"url":url},"screen":{"height":"100pct","top":0},"plugins":{"controls":{"borderRadius":"0px","timeColor":"#ffffff","bufferGradient":"none","slowForward":true,"backgroundColor":"rgba(0, 0, 0, 0)","volumeSliderGradient":"none","slowBackward":false,"timeBorderRadius":20,"time":false,"progressGradient":"none","height":26,"volumeColor":"#4599ff","tooltips":{"marginBottom":5,"volume":true,"scrubber":true,"buttons":false},"opacity":1,"fastBackward":false,"timeFontSize":12,"volumeSliderColor":"#ffffff","bufferColor":"#a3a3a3","border":"0px","buttonColor":"#ffffff","mute":true,"autoHide":{"enabled":true,"hideDelay":500,"hideStyle":"fade","mouseOutDelay":500,"hideDuration":1103,"fullscreenOnly":false},"backgroundGradient":"none","width":"100pct","sliderBorder":"1px solid rgba(128, 128, 128, 0.7)","display":"block","buttonOverColor":"#ffffff","fullscreen":true,"timeBgColor":"rgb(0, 0, 0, 0)","scrubberBarHeightRatio":0.2,"bottom":0,"stop":false,"zIndex":1,"sliderColor":"#000000","scrubberHeightRatio":0.6,"tooltipTextColor":"#ffffff","sliderGradient":"none","timeBgHeightRatio":0.8,"volumeSliderHeightRatio":0.6,"name":"controls","timeSeparator":" ","volumeBarHeightRatio":0.2,"left":"50pct","tooltipColor":"rgba(0, 0, 0, 0)","playlist":false,"durationColor":"#b8d9ff","play":true,"fastForward":true,"timeBorder":"0px solid rgba(0, 0, 0, 0.3)","progressColor":"#4599ff","volume":true,"scrubber":true,"builtIn":false,"volumeBorder":"1px solid rgba(128, 128, 128, 0.7)"}}});
        }
    };

    $.overlay(content,settings);
}

function showVideoFromFlash(url,video_url_title,ambulance_url_title,feature_id) {
    var content = '';
    content += '<div style="width:641px;height:370px;">';
    content += '<div style="width:641px;height:360px;" id="alternate_30930"></div>';
    content += '<iframe class="fb_like" src="http://www.facebook.com/plugins/like.php?locale=en_US&app_id=210056142366084&amp;layout=button_count&amp;href=http://www.demers-ambulances.com/videos/fb/'+video_url_title+'/'+htmlEntities('http://www.demers-ambulances.com/products/'+ambulance_url_title+'/features#/top/'+feature_id)+'&amp;send=false&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=21" scrolling="no" frameborder="0" style="border:none; height:21px;" allowTransparency="true"></iframe>';
    content += '</div>';

    settings = {
        onBeforeAppear: function(){
        flowplayer("alternate_30930", "/assets/swf/flowplayer-3.2.1.swf", {"clip":{"url":url},"screen":{"height":"100pct","top":0},"plugins":{"controls":{"borderRadius":"0px","timeColor":"#ffffff","bufferGradient":"none","slowForward":true,"backgroundColor":"rgba(0, 0, 0, 0)","volumeSliderGradient":"none","slowBackward":false,"timeBorderRadius":20,"time":false,"progressGradient":"none","height":26,"volumeColor":"#4599ff","tooltips":{"marginBottom":5,"volume":true,"scrubber":true,"buttons":false},"opacity":1,"fastBackward":false,"timeFontSize":12,"volumeSliderColor":"#ffffff","bufferColor":"#a3a3a3","border":"0px","buttonColor":"#ffffff","mute":true,"autoHide":{"enabled":true,"hideDelay":500,"hideStyle":"fade","mouseOutDelay":500,"hideDuration":1103,"fullscreenOnly":false},"backgroundGradient":"none","width":"100pct","sliderBorder":"1px solid rgba(128, 128, 128, 0.7)","display":"block","buttonOverColor":"#ffffff","fullscreen":true,"timeBgColor":"rgb(0, 0, 0, 0)","scrubberBarHeightRatio":0.2,"bottom":0,"stop":false,"zIndex":1,"sliderColor":"#000000","scrubberHeightRatio":0.6,"tooltipTextColor":"#ffffff","sliderGradient":"none","timeBgHeightRatio":0.8,"volumeSliderHeightRatio":0.6,"name":"controls","timeSeparator":" ","volumeBarHeightRatio":0.2,"left":"50pct","tooltipColor":"rgba(0, 0, 0, 0)","playlist":false,"durationColor":"#b8d9ff","play":true,"fastForward":true,"timeBorder":"0px solid rgba(0, 0, 0, 0.3)","progressColor":"#4599ff","volume":true,"scrubber":true,"builtIn":false,"volumeBorder":"1px solid rgba(128, 128, 128, 0.7)"}}});
        }
    };

    $.overlay(content,settings);
}

function htmlEntities(str) {
    return String(str).replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;').replace(/"/g, '&quot;').replace(/\//g, '-_').replace(/#/g, '--_');
}

