


function inputFlashContent(obj){
  document.getElementById("overlay-panel").style.display = "none";
    var contentele = document.getElementById("flashvideoContent");

	if (obj == 1)
	{
		
		  contentele.innerHTML = "<object width=\"560\" height=\"340\" ><param name=\"movie\" value=\"http://www.youtube.com/v/SAQpFaxaGpI?fs=1&amp;hl=en_US&showinfo=0&rel=0\" ></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/SAQpFaxaGpI?fs=1&amp;hl=en_US&showinfo=0&rel=0\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"560\" height=\"340\" ></embed></object>"
   }
   	if (obj == 2)
	{
		  
		  contentele.innerHTML = "<object width=\"560\" height=\"340\" ><param name=\"movie\" value=\"http://www.youtube.com/v/do4Jh7bv7aw?fs=1&amp;hl=en_US&showinfo=0&rel=0\" ></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/do4Jh7bv7aw?fs=1&amp;hl=en_US&showinfo=0&rel=0\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"560\" height=\"340\" ></embed></object>"
   }
   	if (obj == 3)
	{
		 
		  contentele.innerHTML = "<object width=\"560\" height=\"340\" ><param name=\"movie\" value=\"http://www.youtube.com/v/MPDDlY4u4NE?fs=1&amp;hl=en_US&showinfo=0&rel=0\" ></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/MPDDlY4u4NE?fs=1&amp;hl=en_US&showinfo=0&rel=0\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"560\" height=\"340\" ></embed></object>"
   }
   
    if (obj == 4)
	{
		
		  contentele.innerHTML = "<object width=\"560\" height=\"340\" ><param name=\"movie\" value=\"http://www.youtube.com/v/_q0PJZ0V9TY?fs=1&amp;hl=en_US&showinfo=0&rel=0\" ></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/_q0PJZ0V9TY?fs=1&amp;hl=en_US&showinfo=0&rel=0\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"560\" height=\"340\" ></embed></object>"
   }
  

  document.getElementById("flashvideoPlayer").style.display = "block";

showoverlayflash();

 }
 
 
function showoverlayflash(){
	var arVersion = navigator.appVersion.split("MSIE")
    var version = parseFloat(arVersion[1])
	if (version < 7)
	 document.getElementById("overlay").style.backgroundImage = "none";
     $('#overlay').fadeIn(500);
 

}
