//http://www.hengzhen.com.cn JavaScript Document

function fnnav(str){	
	var o = document.getElementById(str);
	o.className = "current";
	//alert(o.className);
}
function fngoto(id){
	if(id!=0){
		document.location.href = "product.asp?id="+id;
	}
}
