//Cookie
/*
if ($top == "search") {
SetCookie("top","search",mktime(0,0,0,12,31,2030));
} else {
header("Location: index.php?request_uri=".urlencode($REQUEST_URI));
exit;
}
*/
//文字コードを設定
header("Content-type: text/html; charset=EUC-JP");
// include
require("../prod_data/include/const.inc");
require("../prod_data/common/func.php");
// セッション変数設定
@session_start();
if (isset($_SESSION["arystock_2dcad"])) {
$arystock_2dcad = $_SESSION["arystock_2dcad"];
$stockcnt = count($arystock_2dcad);
} else {
$stockcnt = 0;
}
// ヘッダファイルの読み込み
$headertitle="取扱・施工説明書";
include("../prod_data/cmn_bizlix/header_bizlix.php");
// コードを設定する 取扱説明書
$page_code = 2;
//include
require("include/descript.class");
$cls = new cDescriptDB;
function nosp_date($str){
if( $str <> "" ) return $str;
return " ";
}
//ファイルサイズ取得
function getfilesize( $filename ){
$path='/home/alphas/pdf/manual/';
$file=$path.strtolower($filename);
if ( is_file($file) ) return filesize( $file );
else return -1;
}
?>
// フッタファイルの読み込み
include("../prod_data/cmn_bizlix/footer_bizlix.php");
?>