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