// -------------------------------------------------------
// Comments
//
// $Id: comments.js,v 1.1 2009/01/24 11:53:31 steve Exp $
//
// -------------------------------------------------------

function init_comments() {

    $('div.commentDiv').mouseover( function() { $(this).addClass('commentDiv_Over') } )
    $('div.commentDiv').mouseout( function () { $(this).removeClass('commentDiv_Over')  } )
}
