function PrintEmbed(EmbID) 
{ 
    document.write(document.getElementById(EmbID).value); 
} 

