CR = String.fromCharCode(13);
function setData(param)
{
	txt = document.addform.memo.value + param + CR;
	document.addform.memo.value = txt;
}


function textsize_JS(jsStr) { 
  return eval(jsStr)
}

function larg_size(){
   document.body.style.fontSize="134%";
}
function middle_size(){
   document.body.style.fontSize="116%";
}
function small_size(){
   document.body.style.fontSize="100%";
}

function openBrWindow(theURL,winName) {
  window.open(theURL,winName,'scrollbars=yes,resizable=yes,width=400,height=500');
}
