﻿// サイトルートURL
var site_root_url = "https://www2.teki-paki.com/";

// Cookie有効期限(日)
var cookieLimit = 90;

//サービス
var Service = new Array();
Service[1] = new Array("ウイルス対策サービス Powered by トレンドマイクロ","document_trendmicro.pdf");
Service[2] = new Array("Microsoft Office Project Standard 2007","document_project.pdf");
Service[3] = new Array("資産管理 ISM Client Care","document_ism.pdf");
Service[4] = new Array("メールサービス Powered by P-BERRY","document_pberry.pdf");
Service[5] = new Array("WebEx Meeting Center TEKI-PAKIエディション","document_webex.pdf");
Service[6] = new Array("PacketiX Desktop VPN","document_desktopvpn.pdf");
Service[7] = new Array("Bizca TEKI-PAKIエディション","document_bizca.pdf");
Service[8] = new Array("siteROCK Log Care","document_logcare.pdf");
Service[9] = new Array("desknet's TEKI-PAKIエディション","document_desknets.pdf");
Service[10] = new Array("@Tovas","document_attovas.pdf");
Service[11] = new Array("InterSafe CATS","document_intersafecats.pdf");
Service[12] = new Array("gredセキュリティサービス","document_gred.pdf");  
Service[13] = new Array("NXPowerLite","document_nxpowerlite.pdf");
Service[14] = new Array("KingsoftSuite","document_kingsoftsuite.pdf");  
Service[15] = new Array("RemoteWipe","document_remotewipe.pdf");// #memo PDFファイル名を記述#
//業種
var Industry = new Array();
Industry[1] = "水産・農林";
Industry[2] = "繊維";
Industry[3] = "金融";
Industry[4] = "鉄鋼";
Industry[5] = "化学";
Industry[6] = "ゴム製品";
Industry[7] = "建築";
Industry[8] = "パルプ・紙";
Industry[9] = "空運";
Industry[10] = "電気機器";
Industry[11] = "陸運";
Industry[12] = "鉱業";
Industry[13] = "石油・石炭製品";
Industry[14] = "不動産";
Industry[15] = "窯業";
Industry[16] = "食品";
Industry[17] = "政府機関";
Industry[18] = "非鉄金属";
Industry[19] = "金属製品";
Industry[20] = "保険";
Industry[21] = "機械";
Industry[22] = "製造";
Industry[23] = "メディア";
Industry[24] = "公共機関";
Industry[25] = "その他";
Industry[26] = "輸送用機器";
Industry[27] = "商業";
Industry[28] = "海運";
Industry[29] = "機密機器";
Industry[30] = "通信";
Industry[31] = "倉庫・運輸関連";
Industry[32] = "電力・ガス";


//役職
var Title = new Array();
Title[1] = "経営者・役員クラス";
Title[2] = "部長クラス";
Title[3] = "課長クラス";
Title[4] = "係長・主任クラス";
Title[5] = "一般社員・職員クラス";
Title[6] = "その他";


//従業員数
var Employees = new Array();
Employees[1] = "10名以下";
Employees[2] = "11～50名";
Employees[3] = "51～100名";
Employees[4] = "101～300名";
Employees[5] = "301～500名";
Employees[6] = "501～1000名";
Employees[7] = "1001～5000名";
Employees[8] = "5001～10000名";
Employees[9] = "10001名以上";


// 勤務先都道府県
var State = new Array();
State[1] = "北海道";
State[2] = "青森県";
State[3] = "岩手県";
State[4] = "宮城県";
State[5] = "秋田県";
State[6] = "山形県";
State[7] = "福島県";
State[8] = "茨城県";
State[9] = "群馬県";
State[10] = "栃木県";
State[11] = "埼玉県";
State[12] = "千葉県";
State[13] = "東京都";
State[14] = "神奈川県";
State[15] = "新潟県";
State[16] = "富山県";
State[17] = "石川県";
State[18] = "福島県";
State[19] = "山形県";
State[20] = "長野県";
State[21] = "岐阜県";
State[22] = "静岡県";
State[23] = "愛知県";
State[24] = "三重県";
State[25] = "滋賀県";
State[26] = "京都府";
State[27] = "大阪府";
State[28] = "兵庫県";
State[29] = "奈良県";
State[30] = "和歌山県";
State[31] = "鳥取県";
State[32] = "島根県";
State[33] = "岡山県";
State[34] = "広島県";
State[35] = "山口県";
State[36] = "徳島県";
State[37] = "香川県";
State[38] = "愛媛県";
State[39] = "高知県";
State[40] = "福岡県";
State[41] = "佐賀県";
State[42] = "長崎県";
State[43] = "熊本県";
State[44] = "大分県";
State[45] = "宮崎県";
State[46] = "鹿児島県";
State[47] = "沖縄県";

// 情報配信可否
var MailFlag = new Array();
MailFlag[0] = "NG";
MailFlag[1] = "OK";
