function loadintoIframe(iframeid, url) {
  if (document.getElementById) {
    document.getElementById(iframeid).src=url;
  }
}

function doubleLoad(url1, url2) {
  banco2.location=url1;
  banco2a.location=url2;
}

function openURL(url) {
sessid=unescape(location.search);
document.location=url;
}

function OpenSub(url,w,h) {
	popup=window.open(url,(new Date()).getTime(),', , width='+w+', height='+h+', toolbar=no, resizeable=no, scrollbars=no,statusbar=no');
}

function OpenSub1(url,w,h) {
	popup=window.open(url,(new Date()).getTime(),'width='+w+',height='+h+',toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
}

function mySubmit() {
	document.form1.submit();
}

function scroller(d,i) {
	u1 = document.getElementById('scrollup');
	d1 = document.getElementById('scrolldown');
	if (d =='up') {
		eval (i + '.scrollBy(0,-53)');
		u1.src='images/spacer.gif';
		u1.width=1;
		d1.src='images/scrolldown.gif';
		d1.width=13;
	} else {
		eval (i + '.scrollBy(0,53)');
		u1.src='images/scrollup.gif';
		u1.width=13;
		d1.src='images/spacer.gif';
		d1.width=1;
	}
}

