	function fover(elt){
		elt.setAttribute("class","nt_pr_IN on");
		elt.setAttribute("className","nt_pr_IN on");
		elt.style.cursor = "pointer";
	}
	
	function fout(elt){
		elt.setAttribute("class","nt_pr_IN");
		elt.setAttribute("className","nt_pr_IN");
	}
	
	function fclick(h){
		//var h = elt.firstChild.getAttribute('href');
		//alert(h);
		window.open(h,"test");
	}

