﻿    function Light(obj,eventName,f,id) 
    { 
        if(eventName=="onMouseOver") 
        {     
            obj.style.background="url('/templates/default/images/cnnew/23.jpg') no-repeat";
            obj.style.cursor = "hand";

            f.style.color = "#FFFFFF";
           // OnClickTR(id); 
        } 
        else 
        { 
            f.style.color="#555555";
            obj.style.background="url('/templates/default/images/cnnew/23aa.jpg')"; 
        } 
    } 
    
      function MyFrinendsLinks(url) {   
        location.href=url.value;
    }
    
    
    
