/*::::==== old Google Analytics exetracking 2009.04 ====::::
if(noTrkFlg != 1){
	_uacct = "UA-97922-1";
	urchinTracker();
}

/*
var gPreloadFlag = "false";
var gImgPath = "/common/";
if (navigator.appVersion.charAt(0) >= 3) {
	gPreImg = new Array(
		gImgPath + "gnbg_out.gif";
		gImgPath + "gnbg_power_on.gif";
		gImgPath + "gnbg_auto_on.gif";
		gImgPath + "gnbg_material_on.gif";
		gImgPath + "gnbg_company_on.gif";
		gImgPath + "gnbg_investor_on.gif";
		gImgPath + "gnbg_contact_on.gif";
	);
}
*/

var Path = "http://tsubakimoto.com/common/";
var gPreImg = new Array();
for (i = 0; i < 7; i++) {
	gPreImg[i] = new Image();
}
gPreImg[0].src = Path + "gnbg_out.gif";
gPreImg[1].src = Path + "gnbg_power_on.gif";
gPreImg[2].src = Path + "gnbg_auto_on.gif";
gPreImg[3].src = Path + "gnbg_material_on.gif";
gPreImg[4].src = Path + "gnbg_company_on.gif";
gPreImg[5].src = Path + "gnbg_investor_on.gif";
gPreImg[6].src = Path + "gnbg_contact_on.gif";

