function Play(videoaspect, videourl) {
    if (navigator.userAgent.match(/iPad/i) == null && navigator.userAgent.match(/iPhone/i) == null && navigator.userAgent.match(/iPod/i) == null) {
        if (videoaspect == '16x9') {
            document.getElementById("player").innerHTML = '<embed id="main" name="main" type="application/x-shockwave-flash" src="../../mediaplayer.swf" flashvars="config={\'key\':\'#@664dcce7616a9d8dc70\',\'clip\':{\'urlResolvers\': \'bwcheck\',\'provider\':\'rtmp\',\'autoPlay\':\'true\',\'scaling\':\'fit\',\'bitrates\': [{\'url\':\'MP4:1Mbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'380\',\'bitrate\':\'1200\',\'isDefault\':\'true\'},{\'url\':\'MP4:720kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'380\',\'bitrate\':\'720\'},{\'url\':\'MP4:325kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'380\',\'bitrate\':\'320\'}]},\'plugins\':{\'rtmp\':{\'url\': \'../../flowplayer.rtmp-3.2.3.swf\',\'netConnectionUrl\':\'rtmp://128.91.53.216/appcvod/\'},\'bwcheck\': {\'url\': \'../../flowplayer.bwcheck-3.2.3.swf\',\'serverType\':\'wowza\',\'dynamic\':true,\'netConnectionUrl\': \'rtmp://128.91.53.216/appcvod/\'}},\'controls\':{\'fullscreen\':true,\'autoHide\':false}}}" allowfullscreen="true" quality="high" bgcolor="#000000"  height="320px" width="570px"> <br /> <img src="../App_Themes/VideoBranding_570px.jpg" />';
            document.getElementById("player").style.height = '376px';
        } else {
            document.getElementById("player").innerHTML = '<embed id="main" name="main" type="application/x-shockwave-flash" src="../../mediaplayer.swf" flashvars="config={\'key\':\'#@664dcce7616a9d8dc70\',\'clip\':{\'urlResolvers\': \'bwcheck\',\'provider\':\'rtmp\',\'autoPlay\':\'true\',\'scaling\':\'fit\',\'bitrates\': [{\'url\':\'MP4:1Mbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'500\',\'bitrate\':\'1200\',\'isDefault\':\'true\'},{\'url\':\'MP4:720kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'500\',\'bitrate\':\'720\'},{\'url\':\'MP4:325kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'500\',\'bitrate\':\'320\'}]},\'plugins\':{\'rtmp\':{\'url\': \'../../flowplayer.rtmp-3.2.3.swf\',\'netConnectionUrl\':\'rtmp://128.91.53.216/appcvod/\'},\'bwcheck\': {\'url\': \'../../flowplayer.bwcheck-3.2.3.swf\',\'serverType\':\'wowza\',\'dynamic\':true,\'netConnectionUrl\': \'rtmp://128.91.53.216/appcvod/\'}},\'controls\':{\'fullscreen\':true,\'autoHide\':false}}}" allowfullscreen="true" quality="high" bgcolor="#000000"  height="428px" width="570px"> <br /> <img src="../App_Themes/VideoBranding_570px.jpg" />';
  	    document.getElementById("player").style.height = '484px';
        }

    } else {
        if (navigator.userAgent.match(/iPhone/i) == null) {
            if (videoaspect == '16x9') {

                document.getElementById("player").innerHTML = '<video autoplay="autoplay" src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/1Mbps/16x9/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:320px ;width:570px" > </video><br /> <img src="../App_Themes/VideoBranding_570px.jpg /> ';
            } else {
                document.getElementById("player").innerHTML = '<video autoplay="autoplay" src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/1Mbps/4x3/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:428px ;width:570px" > </video><br /> <img src="../App_Themes/VideoBranding_570px.jpg />';

            }
        } else {
            if (videoaspect == '16x9') {

                document.getElementById("player").innerHTML = '<video autoplay="autoplay" src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/325kbps/16x9/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:320px ;width:570px" > </video><br /> <img src="../App_Themes/VideoBranding_570px.jpg /> ';
            } else {
                document.getElementById("player").innerHTML = '<video autoplay="autoplay" src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/325kbps/4x3/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:428px ;width:570px" > </video><br /> <img src="../App_Themes/VideoBranding_570px.jpg />';

            }
        }
    }
}




function NoPlay(videoaspect, videourl) {
    if (navigator.userAgent.match(/iPad/i) == null && navigator.userAgent.match(/iPhone/i) == null && navigator.userAgent.match(/iPod/i) == null) {
        if (videoaspect == '16x9') {
            document.getElementById("2player").innerHTML = '<embed id="2main" name="2main" type="application/x-shockwave-flash" src="../../mediaplayer.swf" flashvars="config={\'key\':\'#@664dcce7616a9d8dc70\',\'clip\':{\'urlResolvers\': \'bwcheck\',\'provider\':\'rtmp\',\'autoPlay\':false,\'scaling\':\'fit\',\'bitrates\': [{\'url\':\'MP4:1Mbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'380\',\'bitrate\':\'1200\',\'isDefault\':\'true\'},{\'url\':\'MP4:720kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'380\',\'bitrate\':\'720\'},{\'url\':\'MP4:325kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'380\',\'bitrate\':\'320\'}]},\'plugins\':{\'rtmp\':{\'url\': \'../../flowplayer.rtmp-3.2.3.swf\',\'netConnectionUrl\':\'rtmp://128.91.53.216/appcvod/\'},\'bwcheck\': {\'url\': \'../../flowplayer.bwcheck-3.2.3.swf\',\'serverType\':\'wowza\',\'dynamic\':true,\'netConnectionUrl\': \'rtmp://128.91.53.216/appcvod/\'}},\'controls\':{\'fullscreen\':true,\'autoHide\':false}}}" allowfullscreen="true" quality="high" bgcolor="#000000"  height="320px" width="570px"> <br /> <img src="../App_Themes/VideoBranding_570px.jpg" />';
            document.getElementById("2player").style.height = '376px';
        } else {
            document.getElementById("2player").innerHTML = '<embed id="2main" name="2main" type="application/x-shockwave-flash" src="../../mediaplayer.swf" flashvars="config={\'key\':\'#@664dcce7616a9d8dc70\',\'clip\':{\'urlResolvers\': \'bwcheck\',\'provider\':\'rtmp\',\'autoPlay\':false,\'scaling\':\'fit\',\'bitrates\': [{\'url\':\'MP4:1Mbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'500\',\'bitrate\':\'1200\',\'isDefault\':\'true\'},{\'url\':\'MP4:720kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'500\',\'bitrate\':\'720\'},{\'url\':\'MP4:325kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'500\',\'bitrate\':\'320\'}]},\'plugins\':{\'rtmp\':{\'url\': \'../../flowplayer.rtmp-3.2.3.swf\',\'netConnectionUrl\':\'rtmp://128.91.53.216/appcvod/\'},\'bwcheck\': {\'url\': \'../../flowplayer.bwcheck-3.2.3.swf\',\'serverType\':\'wowza\',\'dynamic\':true,\'netConnectionUrl\': \'rtmp://128.91.53.216/appcvod/\'}},\'controls\':{\'fullscreen\':true,\'autoHide\':false}}}" allowfullscreen="true" quality="high" bgcolor="#000000"  height="428px" width="570px"> <br /> <img src="../App_Themes/VideoBranding_570px.jpg" />';
  	    document.getElementById("player").style.height = '484px';
        }

    } else {
        if (navigator.userAgent.match(/iPhone/i) == null) {
            if (videoaspect == '16x9') {
                document.getElementById("2player").innerHTML = '<video src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/1Mbps/16x9/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:320px ;width:570px" > </video><br /> <img src="../App_Themes/VideoBranding_570px.jpg /> ';
            } else {
                document.getElementById("2player").innerHTML = '<video src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/1Mbps/4x3/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:428px ;width:570px" > </video><br /> <img src="../App_Themes/VideoBranding_570px.jpg />';

            }
        } else {
            if (videoaspect == '16x9') {

                document.getElementById("2player").innerHTML = '<video src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/325kbps/16x9/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:320px ;width:570px" > </video><br /> <img src="../App_Themes/VideoBranding_570px.jpg /> ';
            } else {
                document.getElementById("2player").innerHTML = '<video src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/325kbps/4x3/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:428px ;width:570px" > </video><br /> <img src="../App_Themes/VideoBranding_570px.jpg />';

            }
        }
    }
}



function PlayNoControl(videoaspect, videourl) {
    if (navigator.userAgent.match(/iPad/i) == null && navigator.userAgent.match(/iPhone/i) == null && navigator.userAgent.match(/iPod/i) == null) {
        if (videoaspect == '16x9') {
            document.getElementById("player").innerHTML = '<embed id="main" name="main" type="application/x-shockwave-flash" src="../../mediaplayer.swf" flashvars="config={\'key\':\'#@664dcce7616a9d8dc70\',\'clip\':{\'urlResolvers\': \'bwcheck\',\'provider\':\'rtmp\',\'autoPlay\':\'true\',\'scaling\':\'fit\',\'bitrates\': [{\'url\':\'MP4:1Mbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'380\',\'bitrate\':\'1200\',\'isDefault\':\'true\'},{\'url\':\'MP4:720kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'380\',\'bitrate\':\'720\'},{\'url\':\'MP4:325kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'380\',\'bitrate\':\'320\'}]},\'plugins\':{\'rtmp\':{\'url\': \'../../flowplayer.rtmp-3.2.3.swf\',\'netConnectionUrl\':\'rtmp://128.91.53.216/appcvod/\'},\'bwcheck\': {\'url\': \'../../flowplayer.bwcheck-3.2.3.swf\',\'serverType\':\'wowza\',\'dynamic\':true,\'netConnectionUrl\': \'rtmp://128.91.53.216/appcvod/\'}},\'controls\':\'null\'}}" allowfullscreen="true" quality="high" bgcolor="#000000"  height="320px" width="570px"> <br /> <img src="../App_Themes/VideoBranding_570px.jpg" />';
            document.getElementById("player").style.height = '376px';
        } else {
            document.getElementById("player").innerHTML = '<embed id="main" name="main" type="application/x-shockwave-flash" src="../../mediaplayer.swf" flashvars="config={\'key\':\'#@664dcce7616a9d8dc70\',\'clip\':{\'urlResolvers\': \'bwcheck\',\'provider\':\'rtmp\',\'autoPlay\':\'true\',\'scaling\':\'fit\',\'bitrates\': [{\'url\':\'MP4:1Mbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'500\',\'bitrate\':\'1200\',\'isDefault\':\'true\'},{\'url\':\'MP4:720kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'500\',\'bitrate\':\'720\'},{\'url\':\'MP4:325kbps/' + videoaspect + '/' + videourl + '.mp4\',\'width\':\'640\',\'height\':\'500\',\'bitrate\':\'320\'}]},\'plugins\':{\'rtmp\':{\'url\': \'../../flowplayer.rtmp-3.2.3.swf\',\'netConnectionUrl\':\'rtmp://128.91.53.216/appcvod/\'},\'bwcheck\': {\'url\': \'../../flowplayer.bwcheck-3.2.3.swf\',\'serverType\':\'wowza\',\'dynamic\':true,\'netConnectionUrl\': \'rtmp://128.91.53.216/appcvod/\'}},\'controls\':\'null\'}}" allowfullscreen="true" quality="high" bgcolor="#000000"  height="428px" width="570px"> <br /> <img src="../App_Themes/VideoBranding_570px.jpg" />';
  	    document.getElementById("player").style.height = '484px';
        }
    } else {
        if (navigator.userAgent.match(/iPhone/i) == null) {
            if (videoaspect == '16x9') {
                document.getElementById("2player").innerHTML = '<video src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/1Mbps/16x9/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:320px ;width:570px" > </video><br /> <img src="../App_Themes/VideoBranding_570px.jpg /> ';
            } else {
                document.getElementById("2player").innerHTML = '<video src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/1Mbps/4x3/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:428px ;width:570px" > </video><br /> <img src="../App_Themes/VideoBranding_570px.jpg />';

            }
        } else {
            if (videoaspect == '16x9') {

                document.getElementById("2player").innerHTML = '<video src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/325kbps/16x9/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:320px ;width:570px" > </video><br /> <img src="../App_Themes/VideoBranding_570px.jpg /> ';
            } else {
                document.getElementById("2player").innerHTML = '<video src="http://streams.net.isc.upenn.edu:1935/appcvod/_definst_/325kbps/4x3/MP4:' + videourl + '.mp4/playlist.m3u8" controls style=" height:428px ;width:570px" > </video><br /> <img src="../App_Themes/VideoBranding_570px.jpg />';

            }
        }
    }
}
