function WriteEmbed(emb_id){ 
    document.write(document.getElementById(emb_id).value);
} 
function openPop(url,winName,features) { 
  window.open(url,winName,features);
}
