
function top(ifsrc) {
var t=document.body.scrollTop;

document.getElementById('iksi').src=ifsrc;

document.body.scrollTop=t;

}
