<!--HPB_SCRIPT_CODE_40
function _HpbJumpURLinNewWindow(url) 
{
  if (url != '')
  {
    window.open(url, '_blank');
  }
}
//-->
<!--

function WinOpen(url){

  subwin=window.open(url,"newwin","scrollbars=yes,resizable=no,width=650,height=450")

}

function on(){

  window.focus();

}

//-->

<!--
str = "　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 ";
str = " 　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　            " + str;
i = 0;
function tick() {
	defaultStatus = str.substring(i, str.length) + str.substring(0, i);
	i = ++i % str.length;

	setTimeout("tick()", 150);
}
tick();
// -->
