function trilu(id,user,i)
{ document.getElementById(i).onmouseover='';

if(id==user){
 document.getElementById(id).innerHTML = '<object width=425 height=355><param name=movie value=http://www.youtube.com/v/'+ id +'&rel=1></param><param name=wmode value=transparent></param><embed src=http://www.youtube.com/v/'+ id +'&rel=1 type=application/x-shockwave-flash wmode=transparent width=425 height=355></embed></object>';

 }
 else {
 document.getElementById(id).innerHTML = '<iframe name="iframe_' + id + '" frameborder="0" width="448" height="46" scrolling="no" marginheight="0" marginwidth="0" src="http://www.trilulilu.ro/embed/iframe.php?type=audio&username='+ user +'&hash=' + id + '"></iframe>'; 

 }

}
