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('col_1of2','','fontSize','11','TD');
MM_changeProp('col_full','','fontSize','11','TD');
MM_changeProp('side_highlights','','fontSize','11','TD');
MM_changeProp('title','','fontSize','11','TD');
MM_changeProp('date','','fontSize','11','TD');
MM_changeProp('newstitle','','fontSize','11','TD');
MM_changeProp('col_2of2','','fontSize','11','TD');

}

function textlarge()
{
MM_changeProp('col_full','','fontSize','13','TD');
MM_changeProp('col_1of2','','fontSize','13','TD');
MM_changeProp('side_highlights','','fontSize','13','TD');
MM_changeProp('date','','fontSize','13','TD');
MM_changeProp('title','','fontSize','13','TD');
MM_changeProp('newstitle','','fontSize','13','TD');
MM_changeProp('col_2of2','','fontSize','13','TD');

}

function textlarger()
{
MM_changeProp('col_full','','fontSize','15','TD');
MM_changeProp('col_1of2','','fontSize','15','TD');
MM_changeProp('side_highlights','','fontSize','15','TD');
MM_changeProp('date','','fontSize','15','TD');
MM_changeProp('title','','fontSize','15','TD')
MM_changeProp('newstitle','','fontSize','15','TD');
MM_changeProp('col_2of2','','fontSize','15','TD');
}


