// JavaScript Document

function PlayYouTube(srcId, wd, hg)
{
 lang='en_US'; 
 document.write('<object width="'+wd+'" height="'+hg+'"><param name="movie" value="http://www.youtube.com/v/'+srcId+';hl='+lang+'&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/'+srcId+';hl='+lang+'&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="'+wd+'" height="'+hg+'"></embed></object>'); 
}
