﻿function overAW(arg) 
{  el = document.getElementById(arg); 
   el.style.color = "#444444"; 
   window.status='';
   return true;   
} 

function outAW(arg) 
{  el = document.getElementById(arg); 
   el.style.color = "#B2B2B2";   
   window.status='';
   return true;
} 

