﻿function resizeIframe(alto){
var miIframe=document.getElementById("contenido");
miIframe.style.height=alto + "px";
}

