// JavaScript Document

	function OverA() {
			popUp(1);
		}

	function OverB() {
			popUp(2);
		}
		
	function OverC() {
			popUp(3);
		}

	function OverD() {
			popUp(4);
		}


// ポップアップヘルプ
txt = new Array();
//ガラス用
txt[1] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">ガラスのみ(厚さ10mmの強化ガラス)</TD></TR><TABLE>';
txt[2] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">従来の透明系フィルム(金属蒸着)</TD></TR><TABLE>';
txt[3] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">３M独自の透明系フィルム(マルチレイヤーフィルム、金属なし)</TD></TR><TABLE>';
txt[4] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">従来のシルバー系フィルム(金属蒸着)</TD></TR><TABLE>';
txt[5] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">Float glass only. 10mm thickness tempered glass.</TD></TR><TABLE>';
txt[6] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">A conventional transparent sun control film with metal coated.</TD></TR><TABLE>';
txt[7] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">A new type of transparent sun control film using 3M unique multilayer film without metal.</TD></TR><TABLE>';
txt[8] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">A conventional silver film with metal coated.</TD></TR><TABLE>';


//graph画面　表示する項目用
txt[10] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">窓際の温度</TD></TR><TABLE>';
txt[11] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">単位面積が単位時間に太陽から受ける放射エネルギーの量</TD></TR><TABLE>';
txt[12] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">熱のもとともなる赤外線を透過する量</TD></TR><TABLE>';
txt[13] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">シワ、しみのもとともなる紫外線を透過する量</TD></TR><TABLE>';
txt[14] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">人体の熱負荷と人間の温冷感を結びつけた温熱環境評価指数（ISO7730（1994））</TD></TR><TABLE>';
txt[15] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">ある温熱環境に不満足・不快さを感じる人の割合。</TD></TR><TABLE>';
txt[16] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">直射日光により、皮膚の表面が暑く感じるときの温度に近い。</TD></TR><TABLE>';
txt[17] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">アスファルトなどの放射熱により、感じるときの温度に近い。</TD></TR><TABLE>';
txt[18] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">机の温度</TD></TR><TABLE>';
//英語
txt[20] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">Temperature near the windows</TD></TR><TABLE>';
txt[21] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">Transmitted solar radiation energy through window films reflect their actual shading performance. </TD></TR><TABLE>';
txt[22] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">Infrared is non-visible, but generates heat.</TD></TR><TABLE>';
txt[23] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">Ultraviolet (UV) radiation affects skin  mottle and wrinkle. </TD></TR><TABLE>';
txt[24] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">PMV is one of indexes of human amenity regarding cool and warm. (ISO 7730,1994). </TD></TR><TABLE>';
txt[25] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">PPD is a predicted percentage of dissatisfied people with cool and warm.</TD></TR><TABLE>';
txt[26] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">Tr is a surface temperature of black ball which simulates a temperature of skin surface radiated from sun.</TD></TR><TABLE>';
txt[27] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">Tg is a temperature of center of the black ball which simulates a temperature radiated from surrounded objects such as asphalt. </TD></TR><TABLE>';
txt[28] = '<TABLE width="150"><TR><TD bgcolor="dodgerblue" style="padding:5px; color:#fff; font-size:12px;">Surface temperature of the table</TD></TR><TABLE>';
function popUp(i) {
  ID.innerHTML = txt[i];
  // ヘルプの位置を調整
  ID.style.left = event.x + 10;  // 表示するx座標
  ID.style.top = event.y - 5;    // 表示するy座標
  ID.style.visibility = "visible";
}

function popUp2(i, j) {
    if (j == "1") {
        ID.innerHTML = txt[i];
    }
    else {
        ID.innerHTML = txt[i+4];
    }
    // ヘルプの位置を調整
    ID.style.left = event.x + 10;  // 表示するx座標
    ID.style.top = event.y - 5;    // 表示するy座標
    ID.style.visibility = "visible";
}

function hidePop() {
  ID.style.visibility = "hidden";
}

