This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AbetoArmarios_Web/Source/udrive/home/admin/www/js/main.js
2007-06-18 10:53:18 +00:00

20 lines
444 B
JavaScript

/*
####################################################
# Name: The Uniform Server JS 1.0
# Developed By: The Uniform Server Development Team
# Modified Last By: Olajide Olaolorun (empirex)
# Web: http://www.uniformserver.com
####################################################
*/
function h(t)
{
if(typeof last == "undefined")
last=document.anchors[0];
last.className='n';
t.className='nh';
t.blur();
last=t;
}