// video javascript library

function flashShowVideo(whichone, widescreen) {

    if (widescreen == 1) {
        flashwidth = 376;
        flashheight = 285;
        windowwidth = flashwidth+22;
        windowheight = flashheight+30;
        flashobj = "http://lachildrenshospital.net/flvs/video8_wide.swf";
    }
    else {
        flashwidth = 328;
        flashheight = 285;
        windowwidth = flashwidth+17;
        windowheight = flashheight+30;
        flashobj = "http://lachildrenshospital.net/flvs/video8.swf";
    }

    whichone = "http://lachildrenshospital.net/flvs/" + whichone;

    elem = document.getElementById("hiddenModalContent");

    elem.innerHTML = '<center><a onclick="tb_remove()" href="javascript:void(0);" style="background: #3F3F3F; color:#ffffff; text-decoration: none"><img src="http://www.childrenshospitalla.org/atf/cf/{1cb444df-77c3-4d94-82fa-e366d7d6ce04}/CLOSEBUTTON3.JPG" height="24" width="48" border="0"></a><br /><object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" height="'+flashheight+'" width="'+flashwidth+'" align="center" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param name="movie" value="'+flashobj+'?videopath='+whichone+'"      /><param name="quality" value="high"     /><param name="wmode" value="transparent"      /><param name="FLASHVARS" value="videopath='+whichone+'" butTesting="on"      /><param name="swliveconnect" value="true"      /><embed FLASHVARS="videopath='+whichone+'" src="'+flashobj+'?videopath='+whichone+'" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+flashwidth+'" height="'+flashheight+'" /></embed></object></center>';
    elem.style.visibility = 'visible';

    window.scrollTo(0,0);


    tb_show('video', '#TB_inline?height='+windowheight+'&width='+windowwidth+'&inlineId=hiddenModalContent&modal=true','');
}

function flashShowVideo3(whichone, widescreen, thewidth, theheight) {

    if (widescreen == 1) {


        if ( thewidth == 0 ) {
            thewidth = 376;
        }
        if ( theheight == 0 ) {
            theheight = 300;
        }

        flashwidth = 376;
        flashheight = 300;
        windowwidth = flashwidth+22;
        windowheight = flashheight+30;
        flashobj = "http://lachildrenshospital.net/flvs/video8a_wide.swf";
    }
    else {

        if ( thewidth == 0 ) {
            thewidth = 328;
        }
        if ( theheight == 0 ) {
            theheight = 285;
        }

        flashwidth = thewidth;
        flashheight = theheight;
        windowwidth = flashwidth+17;
        windowheight = flashheight+30;
        flashobj = "http://lachildrenshospital.net/flvs/video8.swf";
    }

    whichone = "http://lachildrenshospital.net/flvs/" + whichone;

    elem = document.getElementById("hiddenModalContent");

    elem.innerHTML = '<center><a onclick="tb_remove()" href="javascript:void(0);" style="background: #3F3F3F; color:#ffffff; text-decoration: none"><img src="http://www.childrenshospitalla.org/atf/cf/{1cb444df-77c3-4d94-82fa-e366d7d6ce04}/CLOSEBUTTON3.JPG" height="24" width="48" border="0"></a><br /><object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" height="'+flashheight+'" width="'+flashwidth+'" align="center" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param name="movie" value="'+flashobj+'?videopath='+whichone+'"      /><param name="quality" value="high"     /><param name="wmode" value="transparent"      /><param name="FLASHVARS" value="videopath='+whichone+'" butTesting="on"      /><param name="swliveconnect" value="true"      /><embed FLASHVARS="videopath='+whichone+'" src="'+flashobj+'?videopath='+whichone+'" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+flashwidth+'" height="'+flashheight+'" /></embed></object></center>';
    elem.style.visibility = 'visible';

    window.scrollTo(0,0);


    tb_show('video', '#TB_inline?height='+windowheight+'&width='+windowwidth+'&inlineId=hiddenModalContent&modal=true','');
}



