<?php
include_once("helpGlobal.php");		
$bean=1;
$cAction=new HelpAction($bean);
if(!isset($i)) $i="4tIndex.html";

$ic=explode(".",$i);
if(sizeof($ic)!=2) exit;
if($ic[1]!="html") exit;


if(!isset($n)) $n=0;//下一页 0：第一页；1：下一页
if(!isset($t)) $t="hhmj";//游戏类型

$cAction->showHelp4t($i,$n,$t);
$cAction->myDisplay();
?>
