function popitup(url) {
	newwindow=window.open('../styles/eula.htm','name','toolbar=no,location=no,dire ctories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=5px,top=5px');
	if (window.focus) {newwindow.focus()}
	return false;
}
var str='';
str+='By using this online calculator, you are agreeing to the specific terms and limitations listed ';
str+='<a href="EULA" onclick="return popitup();">here</a> ';
document.write(str);

