function clearLightbox(){

document.getElementById('video_icon').innerHTML = "<div id=\"video_icon\"><object class=\"bordergrey\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0\" width=\"300\" height=\"200\" id=\"test2\" align=\"middle\">	<param name=\"allowFullScreen\" value=\"false\" />	<param name=\"allowNetworking\" value=\"true\" />	<param name=\"allowscriptaccess\" value=\"always\" />	<param name=\"flashvars\" value=\"videourl=000000\" />	<param name=\"movie\" value=\"flvthumb.swf\" />	<param name=\"quality\" value=\"high\" />	<param name=\"wmode\" value=\"transparent\" />	<embed class=\"bordergrey\" src=\"flvthumb.swf\" allownetworking=\"true\" quality=\"high\" wmode=\"transparent\" width=\"300\" height=\"200\" name=\"test2\" align=\"middle\" allowScriptAccess=\"always\" flashvars=\"videourl=000000\" allowFullScreen=\"false\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.adobe.com/go/getflashplayer\" />	</object>";
document.getElementById('lightbox_center').style.display='none';
document.getElementById('fade').style.display='none';
document.getElementById('blackfade').style.display='none';
document.getElementById('lightbox_center').innerHTML='';
}

function loadVideo(){
document.getElementById('lightbox_center').innerHTML='<center><div style="background-color: #FFFFFF; width: 640px; padding: 5px; padding-bottom: 25px;"><iframe width="640" height="360" src="http://media-cast.co.uk/player.php?client=26" frameborder="no" scrolling="no"></iframe><div style="float: left"><img src"images/spacer.gif" height="5" width="1" /><br /><a onclick="clearLightbox();" style="cursor: pointer; font-weight: bold; font-size: 11px;">CLOSE</a></div></div></center>';
document.getElementById('lightbox_center').style.display='block';
document.getElementById('fade').style.display='block';
document.getElementById('blackfade').style.display='block';
}


function displayVideoLightbox(){
loadVideo();
document.getElementById('video_icon').innerHTML = "<img src=\"images/hhvideo.jpg\" alt=\"Click here to view the Highland Heritage Video\" width=\"300\" height=\"200\" class=\"bordergrey\" />";
}