function on(it) 
{
	it.setAttribute("class", "jshover");	
}
function off(it)
{
    it.setAttribute("class", "");
}