// JavaScript Document


function doIframe(url,name,features){

  document.getElementById('id_content').innerHTML='<div class="element" style="padding:0px; margin:0px; background-color:#FFFFFF; z-index:9;"><iframe name="extframe" frameborder="0" style="width:570px; height: 4000px; border:0px;" src="'+url+'" scrolling="no"></iframe></div>';
}

