// JavaScript Document

function calculateSysTitleWidth(txta){
	return (txta.length * 11);
}