if(window.addEventListener){window.addEventListener("load", init, false);}
else if(window.attachEvent){window.attachEvent("onload", init);}
else{window.onload = init;}
function init(){if(document.getElementById){
	if(document.getElementById('skaiciuokle'))
		document.getElementById('skaiciuokle').onclick=function(){return pop(this.href)};
	if(document.getElementById('autolizingas'))	
		document.getElementById('autolizingas').onclick=function(){return pop(this.href)};
	if(document.getElementById('bis'))	
		document.getElementById('bis').onclick=function(){return pop(this.href)};
		if(document.getElementById('finansinis'))	
		document.getElementById('finansinis').onclick=function(){return pop(this.href)};
	if(document.getElementById('autolizingas2'))			
		document.getElementById('autolizingas2').onclick=function(){return pop(this.href)}}}
function pop(url){newwindow=window.open(url,'Skaičiuoklė','height=400,width=485,scrollbars=yes');if(window.focus){newwindow.focus()}return false;}
