/*********************************************************
 *
 * File:	nwc_tree.js
 * Created: 23-07-2003
 *
 * Copyright 2003 Naviga GmbH
 *
 */

 /**********************************************************
 * Tree
 */

function clickImage(el, newValue) {
	submitForm(newValue);
}

function clickItem(el, newValue) {
	submitForm(newValue);
}

