// お問合せフォームポップアップ　　2010/6/24 作成

document.write("<form>");
document.write("<input type='hidden' id='category1' name='category1' value=''>");
document.write("<input type='hidden' id='category2' name='category2' value=''>");
document.write("<input type='hidden' id='type' name='type' value=''>");
document.write("<input type='hidden' id='campaign' name='campaign' value=''>");
document.write("</form>");

function contactPopup(str1) {
	
//alert(location.pathname);

    //ホーム
	if(location.pathname == '/') {category1 = "top"; type = "other"; campaign = "";}
    if(location.pathname == '/index.html') {category1 = "top"; type = "other"; campaign = "";}
	
	//事例紹介
	if(location.pathname == '/cases/') {category1 = "case-index"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/index.html') {category1 = "case-index"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/cs-000-001.html') {category1 = "cs-000-001"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/cs-000-002.html') {category1 = "cs-000-002"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/cs-000-003.html') {category1 = "cs-000-003"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/cs-000-004.html') {category1 = "cs-000-004"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/cs-000-005.html') {category1 = "cs-000-005"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/cs-000-006.html') {category1 = "cs-000-006"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/cs-000-007.html') {category1 = "cs-000-007"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/cs-000-008.html') {category1 = "cs-000-008"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/cs-000-009.html') {category1 = "cs-000-009"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/cs-000-010.html') {category1 = "cs-000-010"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/cs-000-011.html') {category1 = "cs-000-011"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/cs-000-012.html') {category1 = "cs-000-012"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/cs-000-013.html') {category1 = "cs-000-013"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/cs-000-014.html') {category1 = "cs-000-014"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/cs-000-015.html') {category1 = "cs-000-015"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/cs-000-016.html') {category1 = "cs-000-016"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/cs-000-017.html') {category1 = "cs-000-017"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/cs-000-018.html') {category1 = "cs-000-018"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/cs-000-019.html') {category1 = "cs-000-019"; type = "product"; campaign = "";}
	if(location.pathname == '/cases/cs-000-020.html') {category1 = "cs-000-020"; type = "product"; campaign = "";}

　　//さくら情報システムの５つの強み
	if(location.pathname == '/core/') {category1 = "core-index"; type = "product"; campaign = "";}
	if(location.pathname == '/core/index.html') {category1 = "core-index"; type = "product"; campaign = "";}
	if(location.pathname == '/core/accounting.html') {category1 = "core-acc"; type = "product"; campaign = "";}
	if(location.pathname == '/core/cosourcing.html') {category1 = "core-cos"; type = "product"; campaign = "";}
	if(location.pathname == '/core/finance.html') {category1 = "core-fin"; type = "product"; campaign = "";}
	if(location.pathname == '/core/hr.html') {category1 = "core-hr"; type = "product"; campaign = "";}
	if(location.pathname == '/core/security.html') {category1 = "core-sec"; type = "product"; campaign = "";}
	
	//会社情報
	if(location.pathname == '/corporate/') {category1 = "corp-index"; type = "other"; campaign = "";}
	if(location.pathname == '/corporate/index.html') {category1 = "corp-index"; type = "other"; campaign = "";}
	if(location.pathname == '/corporate/bases.html') {category1 = "corp-bases"; type = "other"; campaign = "";}
	if(location.pathname == '/corporate/group.html') {category1 = "corp-group"; type = "other"; campaign = "";}
	if(location.pathname == '/corporate/guideline.html') {category1 = "corp-guideline"; type = "other"; campaign = "";}
	if(location.pathname == '/corporate/history.html') {category1 = "corp-history"; type = "other"; campaign = "";}
	if(location.pathname == '/corporate/manual.html') {category1 = "corp-manual"; type = "other"; campaign = "";}
	if(location.pathname == '/corporate/officer.html') {category1 = "corp-officer"; type = "other"; campaign = "";}
	if(location.pathname == '/corporate/organization.html') {category1 = "corp-organaization"; type = "other"; campaign = "";}
	if(location.pathname == '/corporate/privacy.html') {category1 = "corp-privacy"; type = "other"; campaign = "";}
	if(location.pathname == '/corporate/profile.html') {category1 = "corp-profile"; type = "other"; campaign = "";}	
	
	//イベント・セミナー
	if(location.pathname == '/events/') {category1 = "es-index"; type = "product"; campaign = "";}
	if(location.pathname == '/events/index.html') {category1 = "es-index"; type = "product"; campaign = "";}
	if(location.pathname == '/events/es-001.html') {category1 = "es-001"; type = "product"; campaign = "";}
	if(location.pathname == '/events/es-002.html') {category1 = "es-002"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-007.html') {category1 = "es-000-007"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-010.html') {category1 = "es-000-010"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-011.html') {category1 = "es-000-011"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-012.html') {category1 = "es-000-012"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-013.html') {category1 = "es-000-013"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-017.html') {category1 = "es-000-017"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-019.html') {category1 = "es-000-019"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-021.html') {category1 = "es-000-021"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-023.html') {category1 = "es-000-023"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-024.html') {category1 = "es-000-024"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-025.html') {category1 = "es-000-025"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-026.html') {category1 = "es-000-026"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-029.html') {category1 = "es-000-029"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-030.html') {category1 = "es-000-030"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-031.html') {category1 = "es-000-031"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-041.html') {category1 = "es-000-041"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-042.html') {category1 = "es-000-042"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-045.html') {category1 = "es-000-045"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-049.html') {category1 = "es-000-049"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-052.html') {category1 = "es-000-052"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-054.html') {category1 = "es-000-054"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-055.html') {category1 = "es-000-055"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-058.html') {category1 = "es-000-058"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-060.html') {category1 = "es-000-060"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-062.html') {category1 = "es-000-062"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-063.html') {category1 = "es-000-063"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-065.html') {category1 = "es-000-065"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-073.html') {category1 = "es-000-073"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-074.html') {category1 = "es-000-074"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-076.html') {category1 = "es-000-076"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-077.html') {category1 = "es-000-077"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-078.html') {category1 = "es-000-078"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-079.html') {category1 = "es-000-079"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-080.html') {category1 = "es-000-080"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-081.html') {category1 = "es-000-081"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-082.html') {category1 = "es-000-082"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-083.html') {category1 = "es-000-083"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-084.html') {category1 = "es-000-084"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-085.html') {category1 = "es-000-085"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-086.html') {category1 = "es-000-086"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-087.html') {category1 = "es-000-087"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-088.html') {category1 = "es-000-088"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-089.html') {category1 = "es-000-089"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-090.html') {category1 = "es-000-090"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-091.html') {category1 = "es-000-091"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-092.html') {category1 = "es-000-092"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-093.html') {category1 = "es-000-093"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-094.html') {category1 = "es-000-094"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-095.html') {category1 = "es-000-095"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-096.html') {category1 = "es-000-096"; type = "other"; campaign = "";}
	if(location.pathname == '/events/tp-000-097.html') {category1 = "es-000-097"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-098.html') {category1 = "es-000-098"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-099.html') {category1 = "es-000-099"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-100.html') {category1 = "es-000-100"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-101.html') {category1 = "es-000-101"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-102.html') {category1 = "es-000-102"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-103.html') {category1 = "es-000-103"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-104.html') {category1 = "es-000-104"; type = "other"; campaign = "";}
	if(location.pathname == '/events/tp-000-105.html') {category1 = "es-000-105"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-106.html') {category1 = "es-000-106"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-107.html') {category1 = "es-000-107"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-108.html') {category1 = "es-000-108"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-109.html') {category1 = "es-000-109"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-110.html') {category1 = "es-000-110"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-111.html') {category1 = "es-000-111"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-112.html') {category1 = "es-000-112"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-113.html') {category1 = "es-000-113"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-114.html') {category1 = "es-000-114"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-115.html') {category1 = "es-000-115"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-116.html') {category1 = "es-000-116"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-117.html') {category1 = "es-000-117"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-118.html') {category1 = "es-000-118"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-119.html') {category1 = "es-000-119"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-120.html') {category1 = "es-000-120"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-121.html') {category1 = "es-000-121"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-122.html') {category1 = "es-000-122"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-123.html') {category1 = "es-000-123"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-124.html') {category1 = "es-000-124"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-125.html') {category1 = "es-000-125"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-126.html') {category1 = "es-000-126"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-127.html') {category1 = "es-000-127"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-128.html') {category1 = "es-000-128"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-129.html') {category1 = "es-000-129"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-130.html') {category1 = "es-000-130"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-131.html') {category1 = "es-000-131"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-132.html') {category1 = "es-000-132"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-133.html') {category1 = "es-000-133"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-134.html') {category1 = "es-000-134"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-135.html') {category1 = "es-000-135"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-136.html') {category1 = "es-000-136"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-137.html') {category1 = "es-000-137"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-138.html') {category1 = "es-000-138"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-139.html') {category1 = "es-000-139"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-140.html') {category1 = "es-000-140"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-141.html') {category1 = "es-000-141"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-142.html') {category1 = "es-000-142"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-143.html') {category1 = "es-000-143"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-144.html') {category1 = "es-000-144"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-145.html') {category1 = "es-000-145"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-146.html') {category1 = "es-000-146"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-147.html') {category1 = "es-000-147"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-148.html') {category1 = "es-000-148"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-149.html') {category1 = "es-000-149"; type = "product"; campaign = "";}
	if(location.pathname == '/events/tp-000-150.html') {category1 = "es-000-150"; type = "product"; campaign = "";}

	//製品・サービス
	if(location.pathname == '/products-services/') {category1 = "products-index"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/index.html') {category1 = "products-index"; type = "product"; campaign = "";}	
	if(location.pathname == '/products-services/ps-000-001.html') {category1 = "ps-000-001"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-002.html') {category1 = "ps-000-002"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-006.html') {category1 = "ps-000-006"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-010.html') {category1 = "ps-000-010"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-011.html') {category1 = "ps-000-011"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-012.html') {category1 = "ps-000-012"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-013.html') {category1 = "ps-000-013"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-017.html') {category1 = "ps-000-017"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-018.html') {category1 = "ps-000-018"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-020.html') {category1 = "ps-000-020"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-021.html') {category1 = "ps-000-021"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-022.html') {category1 = "ps-000-022"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-023.html') {category1 = "ps-000-023"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-024.html') {category1 = "ps-000-024"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-025.html') {category1 = "ps-000-025"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-026.html') {category1 = "ps-000-026"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-028.html') {category1 = "ps-000-028"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-029.html') {category1 = "ps-000-029"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-031.html') {category1 = "ps-000-031"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-032.html') {category1 = "ps-000-032"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-033.html') {category1 = "ps-000-033"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-034.html') {category1 = "ps-000-034"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-035.html') {category1 = "ps-000-035"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-036.html') {category1 = "ps-000-036"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-037.html') {category1 = "ps-000-037"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-038.html') {category1 = "ps-000-038"; type = "product"; campaign = "";}	
	if(location.pathname == '/products-services/ps-000-039.html') {category1 = "ps-000-039"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-040.html') {category1 = "ps-000-040"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-041.html') {category1 = "ps-000-041"; type = "product"; campaign = "";}	
	if(location.pathname == '/products-services/ps-000-045.html') {category1 = "ps-000-045"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-046.html') {category1 = "ps-000-046"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-047.html') {category1 = "ps-000-047"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-048.html') {category1 = "ps-000-048"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-049.html') {category1 = "ps-000-049"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-055.html') {category1 = "ps-000-055"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-057.html') {category1 = "ps-000-057"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-059.html') {category1 = "ps-000-059"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-060.html') {category1 = "ps-000-060"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-061.html') {category1 = "ps-000-061"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-062.html') {category1 = "ps-000-062"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-063.html') {category1 = "ps-000-063"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-065.html') {category1 = "ps-000-065"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-066.html') {category1 = "ps-000-066"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-067.html') {category1 = "ps-000-067"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-068.html') {category1 = "ps-000-068"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-069.html') {category1 = "ps-000-069"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-070.html') {category1 = "ps-000-070"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-071.html') {category1 = "ps-000-071"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-072.html') {category1 = "ps-000-072"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-073.html') {category1 = "ps-000-073"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-074.html') {category1 = "ps-000-074"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-075.html') {category1 = "ps-000-075"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-076.html') {category1 = "ps-000-076"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-077.html') {category1 = "ps-000-077"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-078.html') {category1 = "ps-000-078"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-079.html') {category1 = "ps-000-079"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-080.html') {category1 = "ps-000-080"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-081.html') {category1 = "ps-000-081"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-082.html') {category1 = "ps-000-082"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-083.html') {category1 = "ps-000-083"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-084.html') {category1 = "ps-000-084"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-085.html') {category1 = "ps-000-085"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-086.html') {category1 = "ps-000-086"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-087.html') {category1 = "ps-000-087"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-088.html') {category1 = "ps-000-088"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-089.html') {category1 = "ps-000-089"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-090.html') {category1 = "ps-000-090"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-091.html') {category1 = "ps-000-091"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-092.html') {category1 = "ps-000-092"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-093.html') {category1 = "ps-000-093"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-094.html') {category1 = "ps-000-094"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-095.html') {category1 = "ps-000-095"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-096.html') {category1 = "ps-000-096"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-097.html') {category1 = "ps-000-097"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-098.html') {category1 = "ps-000-098"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-099.html') {category1 = "ps-000-099"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-100.html') {category1 = "ps-000-100"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-101.html') {category1 = "ps-000-101"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-102.html') {category1 = "ps-000-102"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-103.html') {category1 = "ps-000-103"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-104.html') {category1 = "ps-000-104"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-105.html') {category1 = "ps-000-105"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-106.html') {category1 = "ps-000-106"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-107.html') {category1 = "ps-000-107"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-108.html') {category1 = "ps-000-108"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-109.html') {category1 = "ps-000-109"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-110.html') {category1 = "ps-000-110"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-111.html') {category1 = "ps-000-111"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-112.html') {category1 = "ps-000-112"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-113.html') {category1 = "ps-000-113"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-114.html') {category1 = "ps-000-114"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-115.html') {category1 = "ps-000-115"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-116.html') {category1 = "ps-000-116"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-117.html') {category1 = "ps-000-117"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-118.html') {category1 = "ps-000-118"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-119.html') {category1 = "ps-000-119"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-120.html') {category1 = "ps-000-120"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-121.html') {category1 = "ps-000-121"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-122.html') {category1 = "ps-000-122"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-123.html') {category1 = "ps-000-123"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-124.html') {category1 = "ps-000-124"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-125.html') {category1 = "ps-000-125"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-126.html') {category1 = "ps-000-126"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-127.html') {category1 = "ps-000-127"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-128.html') {category1 = "ps-000-128"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-129.html') {category1 = "ps-000-129"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-130.html') {category1 = "ps-000-130"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-131.html') {category1 = "ps-000-131"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-132.html') {category1 = "ps-000-132"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-133.html') {category1 = "ps-000-133"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-134.html') {category1 = "ps-000-134"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-135.html') {category1 = "ps-000-135"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-136.html') {category1 = "ps-000-136"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-137.html') {category1 = "ps-000-137"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-138.html') {category1 = "ps-000-138"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-139.html') {category1 = "ps-000-139"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-140.html') {category1 = "ps-000-140"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-141.html') {category1 = "ps-000-141"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-142.html') {category1 = "ps-000-142"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-143.html') {category1 = "ps-000-143"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-144.html') {category1 = "ps-000-144"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-145.html') {category1 = "ps-000-145"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-146.html') {category1 = "ps-000-146"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-147.html') {category1 = "ps-000-147"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-148.html') {category1 = "ps-000-148"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-149.html') {category1 = "ps-000-149"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-000-150.html') {category1 = "ps-000-150"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-001.html') {category1 = "ps-001"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-001-001.html') {category1 = "ps-001-001"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-001-002.html') {category1 = "ps-001-002"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-001-003.html') {category1 = "ps-001-003"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-001-004.html') {category1 = "ps-001-004"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-001-005.html') {category1 = "ps-001-005"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-001-006.html') {category1 = "ps-001-006"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-001-007.html') {category1 = "ps-001-007"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002.html') {category1 = "ps-002"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-001.html') {category1 = "ps-002-001"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-002.html') {category1 = "ps-002-002"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-003.html') {category1 = "ps-002-003"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-004.html') {category1 = "ps-002-004"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-005.html') {category1 = "ps-002-005"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-006.html') {category1 = "ps-002-006"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-007.html') {category1 = "ps-002-007"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-008.html') {category1 = "ps-002-008"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-009.html') {category1 = "ps-002-009"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-010.html') {category1 = "ps-002-010"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-011.html') {category1 = "ps-002-011"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-012.html') {category1 = "ps-002-012"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-014.html') {category1 = "ps-002-014"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-015.html') {category1 = "ps-002-015"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-016.html') {category1 = "ps-002-016"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-017.html') {category1 = "ps-002-017"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-018.html') {category1 = "ps-002-018"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-019.html') {category1 = "ps-002-019"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-020.html') {category1 = "ps-002-020"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-021.html') {category1 = "ps-002-021"; type = "product"; campaign = "";}
	if(location.pathname == '/products-services/ps-002-022.html') {category1 = "ps-002-022"; type = "product"; campaign = "";}
	
	//採用情報
	if(location.pathname == '/recruit/') {category1 = "rec-index"; type = "other"; campaign = "";}
	if(location.pathname == '/recruit/index.html') {category1 = "rec-index"; type = "other"; campaign = "";}
	if(location.pathname == '/recruit/career.html') {category1 = "rec-career"; type = "other"; campaign = "";}
	
	//サイトマップ
	if(location.pathname == '/sitemap/') {category1 = "sitemap"; type = "other"; campaign = "";}
	if(location.pathname == '/sitemap/index.html') {category1 = "sitemap"; type = "other"; campaign = "";}
	
	//トピックス
	if(location.pathname == '/topics/') {category1 = "tp-index"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/index.html') {category1 = "tp-index"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-002.html') {category1 = "tp-000-002"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-005.html') {category1 = "tp-000-005"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-006.html') {category1 = "tp-000-006"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-007.html') {category1 = "tp-000-007"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-008.html') {category1 = "tp-000-008"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-009.html') {category1 = "tp-000-009"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-010.html') {category1 = "tp-000-010"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-011.html') {category1 = "tp-000-011"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-012.html') {category1 = "tp-000-012"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-013.html') {category1 = "tp-000-013"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-014.html') {category1 = "tp-000-014"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-015.html') {category1 = "tp-000-015"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-016.html') {category1 = "tp-000-016"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-017.html') {category1 = "tp-000-017"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-018.html') {category1 = "tp-000-018"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-019.html') {category1 = "tp-000-019"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-021.html') {category1 = "tp-000-021"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-022.html') {category1 = "tp-000-022"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-023.html') {category1 = "tp-000-023"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-024.html') {category1 = "tp-000-024"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-025.html') {category1 = "tp-000-025"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-026.html') {category1 = "tp-000-026"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-027.html') {category1 = "tp-000-027"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-028.html') {category1 = "tp-000-028"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-029.html') {category1 = "tp-000-029"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-030.html') {category1 = "tp-000-030"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-031.html') {category1 = "tp-000-031"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-032.html') {category1 = "tp-000-032"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-033.html') {category1 = "tp-000-033"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-034.html') {category1 = "tp-000-034"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-035.html') {category1 = "tp-000-035"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-036.html') {category1 = "tp-000-036"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-037.html') {category1 = "tp-000-037"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-039.html') {category1 = "tp-000-039"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-040.html') {category1 = "tp-000-040"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-041.html') {category1 = "tp-000-041"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-042.html') {category1 = "tp-000-042"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-043.html') {category1 = "tp-000-043"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-044.html') {category1 = "tp-000-044"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-045.html') {category1 = "tp-000-045"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-046.html') {category1 = "tp-000-046"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-047.html') {category1 = "tp-000-047"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-048.html') {category1 = "tp-000-048"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-049.html') {category1 = "tp-000-049"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-050.html') {category1 = "tp-000-050"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-051.html') {category1 = "tp-000-051"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-052.html') {category1 = "tp-000-052"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-053.html') {category1 = "tp-000-053"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-054.html') {category1 = "tp-000-054"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-055.html') {category1 = "tp-000-055"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-056.html') {category1 = "tp-000-056"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-057.html') {category1 = "tp-000-057"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-058.html') {category1 = "tp-000-058"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-059.html') {category1 = "tp-000-059"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-060.html') {category1 = "tp-000-060"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-061.html') {category1 = "tp-000-061"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-062.html') {category1 = "tp-000-062"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-063.html') {category1 = "tp-000-063"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-064.html') {category1 = "tp-000-064"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-065.html') {category1 = "tp-000-065"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-066.html') {category1 = "tp-000-066"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-067.html') {category1 = "tp-000-067"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-068.html') {category1 = "tp-000-068"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-069.html') {category1 = "tp-000-069"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-070.html') {category1 = "tp-000-070"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-071.html') {category1 = "tp-000-071"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-072.html') {category1 = "tp-000-072"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-073.html') {category1 = "tp-000-073"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-074.html') {category1 = "tp-000-074"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-075.html') {category1 = "tp-000-075"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-076.html') {category1 = "tp-000-076"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-077.html') {category1 = "tp-000-077"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-078.html') {category1 = "tp-000-078"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-079.html') {category1 = "tp-000-079"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-080.html') {category1 = "tp-000-080"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-081.html') {category1 = "tp-000-081"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-082.html') {category1 = "tp-000-082"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-083.html') {category1 = "tp-000-083"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-084.html') {category1 = "tp-000-084"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-085.html') {category1 = "tp-000-085"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-086.html') {category1 = "tp-000-086"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-087.html') {category1 = "tp-000-087"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-088.html') {category1 = "tp-000-088"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-089.html') {category1 = "tp-000-089"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-090.html') {category1 = "tp-000-090"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-091.html') {category1 = "tp-000-091"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-092.html') {category1 = "tp-000-092"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-093.html') {category1 = "tp-000-093"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-094.html') {category1 = "tp-000-094"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-095.html') {category1 = "tp-000-095"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-096.html') {category1 = "tp-000-096"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-097.html') {category1 = "tp-000-097"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-098.html') {category1 = "tp-000-098"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-099.html') {category1 = "tp-000-099"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-100.html') {category1 = "tp-000-100"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-101.html') {category1 = "tp-000-101"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-102.html') {category1 = "tp-000-102"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-103.html') {category1 = "tp-000-103"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-104.html') {category1 = "tp-000-104"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-105.html') {category1 = "tp-000-105"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-106.html') {category1 = "tp-000-106"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-107.html') {category1 = "tp-000-107"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-108.html') {category1 = "tp-000-108"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-000-109.html') {category1 = "tp-000-109"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-110.html') {category1 = "tp-000-110"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-111.html') {category1 = "tp-000-111"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-112.html') {category1 = "tp-000-112"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-113.html') {category1 = "tp-000-113"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-114.html') {category1 = "tp-000-114"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-115.html') {category1 = "tp-000-115"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-116.html') {category1 = "tp-000-116"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-117.html') {category1 = "tp-000-117"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-118.html') {category1 = "tp-000-118"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-119.html') {category1 = "tp-000-119"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-120.html') {category1 = "tp-000-120"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-121.html') {category1 = "tp-000-121"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-122.html') {category1 = "tp-000-122"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-123.html') {category1 = "tp-000-123"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-124.html') {category1 = "tp-000-124"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-125.html') {category1 = "tp-000-125"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-126.html') {category1 = "tp-000-126"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-127.html') {category1 = "tp-000-127"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-128.html') {category1 = "tp-000-128"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-129.html') {category1 = "tp-000-129"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-130.html') {category1 = "tp-000-130"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-131.html') {category1 = "tp-000-131"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-132.html') {category1 = "tp-000-132"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-133.html') {category1 = "tp-000-133"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-134.html') {category1 = "tp-000-134"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-135.html') {category1 = "tp-000-135"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-136.html') {category1 = "tp-000-136"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-137.html') {category1 = "tp-000-137"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-138.html') {category1 = "tp-000-138"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-139.html') {category1 = "tp-000-139"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-140.html') {category1 = "tp-000-140"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-141.html') {category1 = "tp-000-141"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-142.html') {category1 = "tp-000-142"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-143.html') {category1 = "tp-000-143"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-144.html') {category1 = "tp-000-144"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-145.html') {category1 = "tp-000-145"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-146.html') {category1 = "tp-000-146"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-147.html') {category1 = "tp-000-147"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-148.html') {category1 = "tp-000-148"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-149.html') {category1 = "tp-000-149"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-000-150.html') {category1 = "tp-000-150"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-002.html') {category1 = "tp-002"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-003.html') {category1 = "tp-003"; type = "other"; campaign = "";}
	if(location.pathname == '/topics/tp-004.html') {category1 = "tp-004"; type = "product"; campaign = "";}
	if(location.pathname == '/topics/tp-005.html') {category1 = "tp-005"; type = "product"; campaign = "";}
	
	//データセンター
	if(location.pathname == '/datacenter/') {category1 = "spe-dc"; type = "product"; campaign = "";}
	if(location.pathname == '/datacenter/index.html') {category1 = "spe-dc"; type = "product"; campaign = "";}

	
	//即給
	if(location.pathname == '/sokkyu/') {category1 = "spe-sokkyu"; type = "product"; campaign = "";}
	if(location.pathname == '/sokkyu/index.html') {category1 = "spe-sokkyu"; type = "product"; campaign = "";}
	if(location.pathname == '/sokkyu/feature/SOFE_0101.html') {category1 = "spe-sokkyu"; type = "product"; campaign = "";}
	if(location.pathname == '/sokkyu/introduction/SOIN_0101.html') {category1 = "spe-sokkyu"; type = "product"; campaign = "";}
	if(location.pathname == '/sokkyu/notation/SONO_0101.html') {category1 = "spe-sokkyu"; type = "product"; campaign = "";}
	
	//特集
	if(location.pathname == '/special/erp/') {category1 = "spe-erp"; type = "product"; campaign = "";}
	if(location.pathname == '/special/erp/index.html') {category1 = "spe-erp"; type = "product"; campaign = "";}
	if(location.pathname == '/special/ss2009/') {category1 = "spe-ss2009"; type = "product"; campaign = "";}
	if(location.pathname == '/special/ss2009/index.html') {category1 = "spe-ss2009"; type = "product"; campaign = "";}
	
	
	document.forms[0].elements['category1'].value =category1;
	document.forms[0].elements['category2'].value =str1;
	document.forms[0].elements['type'].value =type;
	document.forms[0].elements['campaign'].value =campaign;


strServerName = 'https://www.sakura-is.co.jp/cont/';
if ( location.hostname == 'cp06100' ){     strServerName = 'http://cp06100:8080/cont/';}
if ( location.hostname == 'www-dev' ){     strServerName = 'http://www-dev/cont/';}
if ( location.hostname == 'wwwdev' ){     strServerName = 'http://wwwdev/cont/';}
		
		window.open("","CONTACT");
		window.document.forms[0].action=strServerName+'contact.cgi';
		window.document.forms[0].target="CONTACT";
		window.document.forms[0].method="POST";
		
//alert(window.document.forms[0].elements['category1'].value);
//alert(window.document.forms[0].elements['category2'].value);
//alert(window.document.forms[0].elements['type'].value); 
//alert(window.document.forms[0].elements['campaign'].value);

window.document.forms[0].submit();

}

