function carregaVideoYouTube(warq,wlar,walt,wautoplay)
{
wend="http://www.youtube.com/v/"+warq+"&rel=0";
if (wautoplay == '1') 
{
wend=wend + "&autoplay=1";
}
document.write('<embed src="'+wend+'" width="'+wlar+'" height="'+walt+'" scale="ShowAll" loop="loop" menu="menu" wmode="transparent" quality="1" type="application/x-shockwave-flash"></embed>');
}
