function resizeIframe(height) {
   document.getElementById('poptavka').height = parseInt(height)+60;
}

function scrollable() {
   document.getElementById('poptavka').scrolling = 'auto';
}


function notscrollable() {
   document.getElementById('poptavka').scrolling = 'no';
}
