//-- script.js 
function PrintEmbed(emb_id){ 
document.write(document.getElementById(emb_id).value);
} 
// 
