﻿function arriba(){
alert('scroland up');
//document.getElementById("iflota").contentWindow.document.body.scrollTop=0;
document.getElementById("sFrame").contentWindow.document.getElementById("iflota").contentWindow.document.body.scrollTop + 100;
alert(document.getElementById("iflota").contentWindow.document.body.scrollTop);
document.getElementById("iflota").contentWindow.document.write='Se movió?';
}
