
function loadFlash(vid)
{   
    if (flashversion >= 8) 
    {
		document.write('<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="342" id="nahanni-player">');
		document.write('<param name="movie" value="../videos/player.swf?' + vid + '&path=videofolder/" />');
		document.write('<embed src="../videos/player.swf?' + vid + '&path=videofolder/" quality="high" width="400" height="342" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
		document.write('</object><br>&nbsp;&nbsp;&nbsp;Music by Ian Tamblyn, Sea Lynx Music<br><br>&nbsp;&nbsp;&nbsp;Purchase a copy of the full length Burnside River or Mountain River DVD\'s - <a href="../store/?section=books" class="SiteLink">see our bookstore</a>');
    }
    else {document.write('Flash 8 is required to view these videos.')}
    
}
function loadMiniVideo()
{   
    if (flashversion >= 8) 
    {
		document.write('<object style="position: relative; z-index: 0;" type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="172" height="164" id="player">');
		document.write('<param name="movie" value="/App_Videos/miniplayer.swf?video=/App_Videos/video-108.flv" />');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<embed src="/App_Videos/miniplayer.swf?video=/App_Videos/video-108.flv" quality="high" width="172" height="164" align="middle" wmode="transparent" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
		document.write('</object>');
    }
    else {document.write('Flash 8 is required to view this video content.')}
    
}