<!--

function naujamlange(popurl,aukstis,plotis)
{
	Sonas=(screen.width)?(screen.width-plotis)/2:100;
	Topas=(screen.height)?(screen.height-aukstis)/2:100;
	winpops=window.open(popurl,"","width="+plotis+",height="+aukstis+",top="+Topas+",left="+Sonas+",Scrollbars=YES,menubar=no")
}

function opendict(popurl,aukstis,plotis)
{
	Sonas=(screen.width)?(screen.width-plotis)/2:100;
	Topas=(screen.height)?(screen.height-aukstis)/2:100;
	winpops=window.open(popurl,"dict","width="+plotis+",height="+aukstis+",top="+Topas+",left="+Sonas+",Scrollbars=YES,menubar=no")
}


function uMail(name,domain,obj){
	if (obj.href=='mailto:'){
	var email = name+'@'+domain;
	obj.href = 'mailto:'+email;
	obj.title = email;
	obj.innerHTML = email;
	}
return true;
}
 

window.onload = function(){
if(document.location == 'http://www.oneness.vu.lt/'
|| document.location == 'http://www.oneness.vu.lt/en/'

){
var newdiv = document.createElement('div');
newdiv.style.width = "751px";
newdiv.style.margin = "auto";
newdiv.style.textAlign = "right";
newdiv.innerHTML = 'Tinklapis patalpintas UAB "ELSIS biuro sistemos" dovanotame serveryje';
document.body.appendChild(newdiv);
}
}
-->

