
function ShowOrangeImage(imgId,imgOrange)
{
	var imgObj = document.getElementById(imgId); 
	var imgPath = "/img/HF/" + imgOrange;
	imgObj.src= imgPath;
}

function ShowBlueImage(imgId,imgBlue)
{
	var imgObj = document.getElementById(imgId); 
	var imgPath = "/img/HF/" + imgBlue;
	imgObj.src= imgPath;
}

function resFP($width, $height)
{
   var obj = document.getElementById('videoNewsFlashControl');
   if(obj != null)
   {
      var obj1 = document.getElementById('flash_player');
      if(obj1 != null)
      {
         obj.width = $width;
         obj.height = $height;
         obj1.style.width = $width;
         obj1.style.height = $height;
      }
   }	
}
