	function pointer(tag){
		if(document.all){
			tag.style.cursor = "hand";
		}
		else{
			tag.style.cursor = "pointer";
		}
	}
