  function xstatact(actname)
  {
		document.images["xstatpic"].src="xstatpic.php?act_name="+actname;
  }

  function xstatactnav(actname,href)
  {
  	xstatact(actname);

 	 	window.setTimeout("document.location.replace('"+href+"');",100);
  }

