/*--------------------------------------------------------------------------*
 *-- GZipped/Cached by ScripZip (c)2006-2007( http://www.php-vision.de/ ) --*
 *--------------------------------------------------------------------------*
 *   Orginal Script Filesize: 1040    Bytes             
 *   GZipped Script Filesize: 321    Bytes             
 *   GZip Compression Level : 9 GZip Compression Rate : 30.87% of Org. File *
 *   Last Time File Changed : Fri, 10 Feb 2012 21:47:33 GMT                 *
 *   Last Browser Load File : Fri, 10 Feb 2012 22:28:04 GMT                 *
 *   Cached File Expires on : Fri, 17 Feb 2012 22:28:04 GMT                 *
 *--------------------------------------------------------------------------*
 *-- Download ScripZip and speed up your Page on http://www.php-vision.de/  *
 *--------------------------------------------------------------------------*/


var highlightcolor="#ccffff"

var ns6=document.getElementById&&!document.all
var previous=''
var eventobj

var intended=/INPUT|TEXTAREA|SELECT|OPTION/

function checkel(which){
 if (which.style&&intended.test(which.tagName)){
 if (ns6&&eventobj.nodeType==3)
 eventobj=eventobj.parentNode.parentNode
 return true
 }
 else
 return false
}

function highlight(e){
 eventobj=ns6? e.target : event.srcElement
 if (previous!=''){
 if (checkel(previous))
 previous.style.backgroundColor=''
 previous=eventobj
 if (checkel(eventobj))
 eventobj.style.backgroundColor=highlightcolor
 }
 else{
 if (checkel(eventobj))
 eventobj.style.backgroundColor=highlightcolor
 previous=eventobj
 }
}

