// JavaScript Document

function MM_changeProp(objId,x,theProp,theValue) { //v9.0
  var obj = null; with (document){ if (getElementById)
  obj = getElementById(objId); }
  if (obj){
    if (theValue == true || theValue == false)
      eval("obj.style."+theProp+"="+theValue);
    else eval("obj.style."+theProp+"='"+theValue+"'");
  }
}

function textnormal()
{
MM_changeProp('maintext','','fontSize','11','TD');
MM_changeProp('issue','','fontSize','11','TD');
MM_changeProp('newstext','','fontSize','11','TD');
MM_changeProp('newstext1','','fontSize','11','TD');
MM_changeProp('newstitle','','fontSize','11','TD');
MM_changeProp('newstitle1','','fontSize','11','TD');

}

function textlarge()
{
MM_changeProp('maintext','','fontSize','13','TD');
MM_changeProp('issue','','fontSize','13','TD');
MM_changeProp('newstext','','fontSize','13','TD');
MM_changeProp('newstext1','','fontSize','13','TD');
MM_changeProp('newstitle','','fontSize','13','TD');
MM_changeProp('newstitle1','','fontSize','13','TD');

}

function textlarger()
{
MM_changeProp('maintext','','fontSize','15','TD');
MM_changeProp('issue','','fontSize','15','TD');
MM_changeProp('newstext','','fontSize','15','TD');
MM_changeProp('newstext1','','fontSize','15','TD')
MM_changeProp('newstitle','','fontSize','15','TD');
MM_changeProp('newstitle1','','fontSize','15','TD');
}

