/*------------------------------------------------------------------------
# JA Teline II for joomla 1.5 - Version 1.6 - Licence Owner jSharing.COM
# ------------------------------------------------------------------------
# Copyright (C) Lifetime Joomla Just for Sharing, Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: Joomla Just for Sharing
# Websites:  http://jsharing.com -  http://jsharing.net
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/
myhover = function(item){
	if(item.className.indexOf(" sfHover") == -1){
		item.className+=" sfHover";
	}
}
myhoverout = function(item){
	item.className="current";
}
