//============================================================================
// Copyright (c) 2001, Barter Securities, Inc.
//----------------------------------------------------------------------------
//  $RCSfile: head.js,v $
//   $Source: /home/cvsroot/barterWeb/head.js,v $
//   $Author: ccurran $
//     $Date: 2001/08/07 05:42:24 $
// $Revision: 1.1.1.1 $
//============================================================================

function zOnMouseOver(element,kolor) {
    element.style.color = kolor;
}

function zOnMouseOut(element,kolor) {
    element.style.color = kolor;
}

