    
function displayVideo(videoFile,videoDuration,flashcontent){
	
 
	var so = new SWFObject("/flash/player_simple.swf", "sotester", "440", "290", "9", "#FFFFFF");
	so.addVariable("width", 440);
	so.addVariable("height", 328);
	so.addVariable("autoPlay", "true");
	so.addVariable("flvPath", "/flash/energy-smart/"+ videoFile +'.flv');
	so.addVariable("videoDuration", videoDuration); 
	so.write(flashcontent);
}



function changeImage(img,id){ 

resetallimage();
document.getElementById(id).src='/images/EnergySmart/'+img;

}

function resetallimage(){
document.getElementById('imgev1').src='/images/EnergySmart/INTERVIEWS_1_PLAY.jpg';
document.getElementById('imgev2').src='/images/EnergySmart/INTERVIEWS_2_PLAY.jpg';
document.getElementById('imgev3').src='/images/EnergySmart/INTERVIEWS_3_PLAY.jpg';
document.getElementById('imgev4').src='/images/EnergySmart/INTERVIEWS_4_PLAY.jpg';
document.getElementById('imgev5').src='/images/EnergySmart/INTERVIEWS_5_PLAY.jpg';

}
 
 
