﻿<!--Fireworks 8 GoLive target.  Created Fri Nov 24 01:37:19 GMT+0900 ( ) 2006-->
//////////////////////////////////
var mmOpenContainer = null;
var mmOpenMenus = null;
var mmHideMenuTimer = null;

function MM_menuStartTimeout(hideTimeout) {
	mmHideMenuTimer = setTimeout("MM_menuHideMenus()", hideTimeout);	
}

function MM_menuHideMenus() {
	MM_menuResetTimeout();
	if(mmOpenContainer) {
		var c = document.getElementById(mmOpenContainer);
		c.style.visibility = "inherit";
		mmOpenContainer = null;
	}
	if( mmOpenMenus ) {
		for(var i = 0; i < mmOpenMenus.length ; i++) {
			var m = document.getElementById(mmOpenMenus[i]);
			m.style.visibility = "hidden";	
		}
		mmOpenMenus = null;
	}
}

function MM_menuHideSubmenus(menuName) {
	if( mmOpenMenus ) {
		var h = false;
		var c = 0;
		for(var i = 0; i < mmOpenMenus.length ; i++) {
			if( h ) {
				var m = document.getElementById(mmOpenMenus[i]);
				m.style.visibility = "hidden";
			} else if( mmOpenMenus[i] == menuName ) {
				h = true;
			} else {
				c++;
			}
		}
		mmOpenMenus.length = c+1;
	}
}

function MM_menuOverMenuItem(menuName, subMenuSuffix) {
	MM_menuResetTimeout();
	MM_menuHideSubmenus(menuName);
	if( subMenuSuffix ) {
		var subMenuName = "" + menuName + "_" + subMenuSuffix;
		MM_menuShowSubMenu(subMenuName);
	}
}

function MM_menuShowSubMenu(subMenuName) {
	MM_menuResetTimeout();
	var e = document.getElementById(subMenuName);
	e.style.visibility = "inherit";
	if( !mmOpenMenus ) {
		mmOpenMenus = new Array;
	}
	mmOpenMenus[mmOpenMenus.length] = "" + subMenuName;
}

function MM_menuResetTimeout() {
	if (mmHideMenuTimer) clearTimeout(mmHideMenuTimer);
	mmHideMenuTimer = null;
}

function MM_menuShowMenu(containName, menuName, xOffset, yOffset, triggerName) {
	MM_menuHideMenus();
	MM_menuResetTimeout();
	MM_menuShowMenuContainer(containName, xOffset, yOffset, triggerName);
	MM_menuShowSubMenu(menuName);
}

function MM_menuShowMenuContainer(containName, x, y, triggerName) {	
	var c = document.getElementById(containName);
	var s = c.style;
	s.visibility = "inherit";
	
	mmOpenContainer = "" + containName;
}
///////////////////////////////////////////
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_nbGroup(event, grpName) { //v6.0
var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
    } }
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])?args[i+1] : img.MM_up);
      nbArr[nbArr.length] = img;
    }
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) { img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr) for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
      nbArr[nbArr.length] = img;
  } }
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}



function mmLoadMenusFrameNew( prepath, hightlight ) {

	// 相対パスをホーム位置まで戻す
	var strlocation ="\"".concat(prepath);
	var location = prepath;
	var strlocation2 = "\'".concat(prepath);

	// ドキュメントの文字列
	// フロンティア・ラボ　ロゴ、English Site、検索
	var strA = "<table width=\"710\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"10\">\n";
	strA = strA.concat( "<tr>\n" );
	strA = strA.concat( "<td><img src=\"" ); 
	strA = strA.concat( location.concat("image/spacer.gif"));
	strA = strA.concat( "\" width=\"40\" height=\"10\" border=\"0\" ></td>\n" );
	strA = strA.concat( "</tr>\n" );
	strA = strA.concat( "</table>\n" );

	strA = strA.concat( "<table width=\"710\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"36\">\n" );
	strA = strA.concat( "<tr>\n" );
	strA = strA.concat( "<td  width=\"50%\"><a href=" + strlocation.concat("index.html\"") + "><img src=\"" );
	strA = strA.concat( location.concat("image/logo-e_large.gif") );
	strA = strA.concat( "\" alt=\"Frontier Laboratories Ltd.\" border=\"0\" ></a></td>\n" );

	document.write( strA );


	//このあと、メンテナンスの必要あり 2007/1/12 matsui

	// フロンティア・ラボ　ロゴ、English Site、検索
	strA = "<td align=\"right\" width=\"50%\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"20\">\n<tbody>\n<tr><td>\n<form action=" + strlocation.concat("../user-cgi-bin/in_site_search/search_en.cgi\"") + " method=\"get\">\n<input type=\"hidden\" name=\"hl\" value=\"en\"><input type=\"hidden\" name=\"ie\" value=\"iso-8859-1\"><table><TR><TD><table><tr><td bgcolor=\"#333333\" align=\"center\" height=\"5\" width=\"\10\"><font color=\"#FFFFFF\"><STRONG>></STRONG></font></td></tr></table></TD><TD><a href=" + strlocation.concat("jp/index.html\"") + ">Japanese Site</a></TD><TD> &nbsp;&nbsp;Search&nbsp;<input id=\"search\" type=\"text\" name=\"q\" value=\"In site search\" size=\"12\" maxlength=\"100\"></td><td><input type=\"image\" src=" + strlocation.concat("image/go.gif\"") + "alt=\"Search\" align=\"absmiddle\" border=\"0\" width=\"18\">\n</TD</TR></Table></form>\n</td>\n</tr>\n</tbody>\n</table>\n</td>\n</tr>\n</table>\n";
	document.write(strA);
	// 隙間
	//GS
	strA = "<table width=\"710\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"15\">\n<tr>\n<td><img src=" + strlocation.concat("image/spacer.gif\"") + "height=\"35\" width=\"430\" border=\"0\" ></td>\n<td><font name=\"Arial, Helvetica, sans-serif\" size=\"2\" color='#5E80F4'><b>The Most Advanced Pyrolyzer Technology</b></font></td>\n</tr>\n</table>";
	document.write(strA);



strA = "<div id=\"FWTableContainer2119106817\">";
strA = strA.concat("<table border=0 cellpadding=0 cellspacing=0 width=740>");
strA = strA.concat("<tr>");
strA = strA.concat("<td><img src=" + strlocation2.concat("images/spacer.gif\'") + " width=\"105\" height=\"1\" border=0 alt=\"\" /></td>");
strA = strA.concat("<td><img src=" + strlocation2.concat("images/spacer.gif\'") + " width=\"16\" height=\"1\" border=\"0\" alt=\"\" /></td>");
strA = strA.concat("<td><img src=" + strlocation2.concat("images/spacer.gif\'") + " width=\"105\" height=\"1\" border=\"0\" alt=\"\" /></td>");
strA = strA.concat("<td><img src=" + strlocation2.concat("images/spacer.gif\'") + " width=\"16\" height=\"1\" border=\"0\" alt=\"\" /></td>");
strA = strA.concat("<td><img src=" + strlocation2.concat("images/spacer.gif\'") + " width=\"99\" height=\"1\" border=\"0\" alt=\"\" /></td>");
strA = strA.concat("<td><img src=" + strlocation2.concat("images/spacer.gif\'") + " width=\"17\" height=\"1\" border=\"0\" alt=\"\" /></td>");
strA = strA.concat("<td><img src=" + strlocation2.concat("images/spacer.gif\'") + " width=\"101\" height=\"1\" border=\"0\" alt=\"\" /></td>");
strA = strA.concat("<td><img src=" + strlocation2.concat("images/spacer.gif\'") + " width=\"138\" height=\"1\" border=\"0\" alt=\"\" /></td>");
strA = strA.concat("<td><img src=" + strlocation2.concat("images/spacer.gif\'") + " width=\"105\" height=\"1\" border=\"0\" alt=\"\" /></td>");
strA = strA.concat("<td><img src=" + strlocation2.concat("images/spacer.gif\'") + " width=\"28\" height=\"1\" border=\"0\" alt=\"\" /></td>");
strA = strA.concat("<td><img src=" + strlocation2.concat("images/spacer.gif\'") + " width=\"1\" height=\"1\" border=\"0\" alt=\"\" /></td>");
strA = strA.concat("</tr>");
	document.write( strA );

/* Home */
/* Hightlight or not*/
if ( hightlight == 1 ) {
	strA = "<tr><td><a href=" + strlocation2.concat("index.html\'") + " onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage('menu_r1_c1',''," + strlocation2.concat("images/slice_r1_c1_f2.gif'") + ",1)\"><img name=\"menu_r1_c1\" src=" + strlocation2.concat("images/slice_r1_c1_f2.gif\'") + "  width=\"105\" height=\"21\" border=\"0\" id=\"menu_r1_c1\" alt=\"\" /></a></td><td rowspan=\"2\"><img name=\"menu_r1_c2\" src=" + strlocation2.concat("images/menu_r1_c2.gif\'") + " width=\"20\" height=\"24\" border=\"0\" id=\"menu_r1_c2\" alt=\"\" /></td><td>";
}
else {
	strA = "<tr><td><a href=" + strlocation2.concat("index.html\'") + " onmouseout=\"MM_swapImgRestore();\" onmouseover=\"MM_swapImage('menu_r1_c1',''," + strlocation2.concat("images/slice_r1_c1_f2.gif'") + ",1)\"><img name=\"menu_r1_c1\" src=" + strlocation2.concat("images/menu_r1_c1.gif\'") + "  width=\"105\" height=\"21\" border=\"0\" id=\"menu_r1_c1\" alt=\"\" /></a></td><td rowspan=\"2\"><img name=\"menu_r1_c2\" src=" + strlocation2.concat("images/menu_r1_c2.gif\'") + " width=\"20\" height=\"24\" border=\"0\" id=\"menu_r1_c2\" alt=\"\" /></td><td>";
}

document.write(strA);

/* Product */
/* Hightlight or not*/
if ( hightlight == 3  ){
		strA = "<a href=" + strlocation2.concat("product/Multi-Functional2020iD.html\'") + " onmouseout=\"MM_swapImgRestore();MM_menuStartTimeout(1000);\" onmouseover=\"MM_swapImage('menu_r1_c3',''," + strlocation2.concat("/images/slice_r1_c3_f2.gif'" + ",1);MM_menuShowMenu('MMMenuContainer1114141113_0', 'MMMenu1114141113_0',1,27,'menu_r1_c3');\"><img name=\"menu_r1_c3\" src=" + strlocation2.concat("images/slice_r1_c3_f2.gif\'") +" width=\"105\" height=\"21\" border=\"0\" id=\"menu_r1_c3\" alt=\"\" /></a></td><td rowspan=\"2\"><img name=\"menu_r1_c4\" src=" + strlocation2.concat("images/menu_r1_c4.gif\'") + " width=\"20\" height=\"24\" border=\"0\" id=\"menu_r1_c4\" alt=\"\" /></td><td>");
}
else {
	strA = "<a href=" + strlocation2.concat("product/Multi-Functional2020iD.html\'") + " onmouseout=\"MM_swapImgRestore();MM_menuStartTimeout(1000);\" onmouseover=\"MM_swapImage('menu_r1_c3',''," + strlocation2.concat("/images/slice_r1_c3_f2.gif'" + ",1);MM_menuShowMenu('MMMenuContainer1114141113_0', 'MMMenu1114141113_0',1,27,'menu_r1_c3');\"><img name=\"menu_r1_c3\" src=" + strlocation2.concat("images/menu_r1_c3.gif\'") +" width=\"105\" height=\"21\" border=\"0\" id=\"menu_r1_c3\" alt=\"\" /></a></td><td rowspan=\"2\"><img name=\"menu_r1_c4\" src=" + strlocation2.concat("images/menu_r1_c4.gif\'") + " width=\"20\" height=\"24\" border=\"0\" id=\"menu_r1_c4\" alt=\"\" /></td><td>");
}
document.write(strA);


/* Techinfo*/
/* Hightlight or not*/
if ( hightlight == 5 ) {
	strA = "<a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=technote&location=en\'") + " onmouseout=\"MM_swapImgRestore();MM_menuStartTimeout(1000);\" onmouseover=\"MM_menuShowMenu('MMMenuContainer1114141113_2','MMMenu1114141113_2',1,27,'menu_r1_c5');MM_swapImage('menu_r1_c5',''," + strlocation2.concat("images/slice_r1_c7_f3.gif'") + ",'menu_r1_c5',''," + strlocation2.concat("images/menu_r1_c5.gif'") + ",'menu_r1_c5',''," + strlocation2.concat("images/slice_r1_c7_f2.gif'") + ",'menu_r1_c5',''," + strlocation2.concat("images/slice_r1_c5_f2.gif'") + ",1)\"><img name=\"menu_r1_c5\" src=" + strlocation2.concat("images/slice_r1_c5_f2.gif\'") + " width=\"99\" height=\"21\" border=\"0\" id=\"menu_r1_c5\" alt=\"\" /></a></td><td rowspan=\"2\"><img name=\"menu_r1_c6\" src=" + strlocation2.concat("images/menu_r1_c6.gif\'") + " width=\"18\" height=\"24\" border=\"0\" id=\"menu_r1_c6\" alt=\"\" /></td>";
}
else {
strA = "<a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=technote&location=en\'") + " onmouseout=\"MM_swapImgRestore();MM_menuStartTimeout(1000);\" onmouseover=\"MM_menuShowMenu('MMMenuContainer1114141113_2','MMMenu1114141113_2',1,27,'menu_r1_c5');MM_swapImage('menu_r1_c5',''," + strlocation2.concat("images/slice_r1_c7_f3.gif'") + ",'menu_r1_c5',''," + strlocation2.concat("images/menu_r1_c5.gif'") + ",'menu_r1_c5',''," + strlocation2.concat("images/slice_r1_c7_f2.gif'") + ",'menu_r1_c5',''," + strlocation2.concat("images/slice_r1_c5_f2.gif'") + ",1)\"><img name=\"menu_r1_c5\" src=" + strlocation2.concat("images/menu_r1_c5.gif\'") + " width=\"99\" height=\"21\" border=\"0\" id=\"menu_r1_c5\" alt=\"\" /></a></td><td rowspan=\"2\"><img name=\"menu_r1_c6\" src=" + strlocation2.concat("images/menu_r1_c6.gif\'") + " width=\"18\" height=\"24\" border=\"0\" id=\"menu_r1_c6\" alt=\"\" /></td>";
}
document.write(strA);

/*Support*/
if ( hightlight == 7 ) {
strA = "<td><a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=manual&location=en\'") + " onmouseout=\"MM_swapImgRestore();MM_menuStartTimeout(1000);\" onmouseover=\"MM_menuShowMenu('MMMenuContainer1114221653_3', 'MMMenu1114221653_3',0,27,'menu_r1_c7');MM_swapImage('menu_r1_c7',''," + strlocation2.concat("images/slice_r1_c5_f2.gif'") + ",'menu_r1_c7',''," + strlocation2.concat("images/menu_r1_c7_f2.gif'") + ",'menu_r1_c7',''," + strlocation2.concat("images/slice_r1_c5_f2.gif'") + ",'menu_r1_c7',''," + strlocation2.concat("images/slice_r1_c7_f2.gif'") + ",1)\"><img name=\"menu_r1_c7\" src=" + strlocation2.concat("images/slice_r1_c7_f2.gif\'") + " width=\"101\" height=\"21\" border=\"0\" id=\"menu_r1_c7\" alt=\"\" /></a></td><td rowspan=\"2\"><img name=\"menu_r1_c8\" src=" + strlocation2.concat("images/menu_r1_c8.gif\'") + " width=\"138\" height=\"24\" border=\"0\" id=\"menu_r1_c8\" alt=\"\" /></td>";
}
else {
strA = "<td><a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=manual&location=en\'") + " onmouseout=\"MM_swapImgRestore();MM_menuStartTimeout(1000);\" onmouseover=\"MM_menuShowMenu('MMMenuContainer1114221653_3', 'MMMenu1114221653_3',0,27,'menu_r1_c7');MM_swapImage('menu_r1_c7',''," + strlocation2.concat("images/slice_r1_c5_f2.gif'") + ",'menu_r1_c7',''," + strlocation2.concat("images/menu_r1_c7_f2.gif'") + ",'menu_r1_c7',''," + strlocation2.concat("images/slice_r1_c5_f2.gif'") + ",'menu_r1_c7',''," + strlocation2.concat("images/slice_r1_c7_f2.gif'") + ",1)\"><img name=\"menu_r1_c7\" src=" + strlocation2.concat("images/menu_r1_c7.gif\'") + " width=\"101\" height=\"21\" border=\"0\" id=\"menu_r1_c7\" alt=\"\" /></a></td><td rowspan=\"2\"><img name=\"menu_r1_c8\" src=" + strlocation2.concat("images/menu_r1_c8.gif\'") + " width=\"138\" height=\"24\" border=\"0\" id=\"menu_r1_c8\" alt=\"\" /></td>";
}

document.write(strA);

/* About Us */
if ( hightlight == 9 ) {
	strA = "<td><a href=" + strlocation2.concat("aboutus/index.html\'") + " onmouseout=\"MM_swapImgRestore();MM_menuStartTimeout(1000);\" onmouseover=\"MM_menuShowMenu('MMMenuContainer1114141113_3', 'MMMenu1114141113_3',2,27,'menu_r1_c9');MM_swapImage('menu_r1_c9',''," + strlocation2.concat("images/slice_r1_c9_f2.gif'") + ",1);\"><img name=\"menu_r1_c9\" src=" + strlocation2.concat("images/slice_r1_c9_f2.gif\'") + " width=\"105\" height=\"21\" border=\"0\" id=\"menu_r1_c9\" alt=\"\" /></a></td><td rowspan=\"2\"><img name=\"menu_r1_c10\" src=" + strlocation2.concat("images/menu_r1_c10.gif\'") + " width=\"28\" height=\"24\" border=\"0\" id=\"menu_r1_c10\" alt=\"\" /></td>"
}
else {
	strA = "<td><a href=" + strlocation2.concat("aboutus/index.html\'") + " onmouseout=\"MM_swapImgRestore();MM_menuStartTimeout(1000);\" onmouseover=\"MM_menuShowMenu('MMMenuContainer1114141113_3', 'MMMenu1114141113_3',2,27,'menu_r1_c9');MM_swapImage('menu_r1_c9',''," + strlocation2.concat("images/slice_r1_c9_f2.gif'") + ",1);\"><img name=\"menu_r1_c9\" src=" + strlocation2.concat("images/menu_r1_c9.gif\'") + " width=\"105\" height=\"21\" border=\"0\" id=\"menu_r1_c9\" alt=\"\" /></a></td><td rowspan=\"2\"><img name=\"menu_r1_c10\" src=" + strlocation2.concat("images/menu_r1_c10.gif\'") + " width=\"28\" height=\"24\" border=\"0\" id=\"menu_r1_c10\" alt=\"\" /></td>"
}
	document.write(strA);
	
/*Rest Space*/
strA = "<td><img src=" + strlocation2.concat("spacer.gif\'") + " width=\"1\" height=\"21\" border=\"0\" alt=\"\" /></td></tr><tr><td><img name=\"menu_r2_c1\" src=" + strlocation2.concat("images/menu_r2_c1.gif\'") + " width=\"105\" height=\"3\" border=\"0\" id=\"menu_r2_c1\" alt=\"\" /></td><td><img name=\"menu_r2_c3\" src=" + strlocation2.concat("images/menu_r2_c3.gif\'") + " width=\"105\" height=\"3\" border=\"0\" id=\"menu_r2_c3\" alt=\"\" /></td><td><img name=\"menu_r2_c5\" src=" + strlocation2.concat("images/menu_r2_c5.gif\'") + " width=\"99\" height=\"3\" border=\"0\" id=\"menu_r2_c5\" alt=\"\" /></td><td><img name=\"menu_r2_c7\" src=" + strlocation2.concat("images/menu_r2_c7.gif\'") + " width=\"101\" height=\"3\" border=\"0\" id=\"menu_r2_c7\" alt=\"\" /></td><td><img name=\"menu_r2_c9\" src=" + strlocation2.concat("images/menu_r2_c9.gif\'") + " width=\"105\" height=\"3\" border=\"0\" id=\"menu_r2_c9\" alt=\"\" /></td><td><img src=" + strlocation2.concat("spacer.gif\'") + " width=\"1\" height=\"3\" border=\"0\" alt=\"\" /></td></tr></table>";

	document.write(strA);
//2

/* product sub menu options  */
strA = "<div id=\"MMMenuContainer1114141113_0\">\n<div id=\"MMMenu1114141113_0\" onmouseout=\"MM_menuStartTimeout(1000);\" onmouseover=\"MM_menuResetTimeout();\">\n<a href=" + strlocation2.concat("product/Multi-Functional2020iD.html\'") + " id=\"MMMenu1114141113_0_Item_0\" class=\"MMMIFVStyleMMMenu1114141113_0\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_0');\">Multi-Functional&nbsp;Pyrolysis&nbsp;System&nbsp;2020iD</a>\n<a href=" + strlocation2.concat("product/PyrolysisSystem2020iS.html\'") + " id=\"MMMenu1114141113_0_Item_1\" class=\"MMMIVStyleMMMenu1114141113_0\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_0');\">Pyrolysis&nbsp;System&nbsp;2020iS</a>\n<a href=" + strlocation2.concat("product/UltraAlloyCapillaryColumns.html\'") + " id=\"MMMenu1114141113_0_Item_2\" class=\"MMMIVStyleMMMenu1114141113_0\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_0');\">Ultra&nbsp;ALLOY&nbsp;Metal&nbsp;Capillary&nbsp;Columns</a>\n<a href=" + strlocation2.concat("product/catalogue/index.html\'") + " id=\"MMMenu1114141113_0_Item_3\" class=\"MMMIVStyleMMMenu1114141113_0\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_0');\">Catalog&nbsp;Downloads</a>\n<a href=" + strlocation2.concat("product/fsearch_trial/regist.html?customer'") + " id=\"MMMenu1114141113_0_Item_4\" class=\"MMMIVStyleMMMenu1114141113_0\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_0');\">F-Search&nbsp;Trial&nbsp;Version</a>\n</div>\n</div>";
document.write(strA);
//3

/* techinfo - methodology  */
/*
20100128 matsui
サブメニューを持つMethodology(Item0)とTechNote(Item1)は最後に書く
理由はわからないが、最後にしないとメニューが選択できないバグがIE6で発生する
（IE8などその他のブラウザではOK)
<span>は矢印記号を持つ項目（＝サブメニューを持つ項目）にのみ必要
*/
// (techinfo前半)サブメニューを持たない項目 Conference など
strA = "<div id=\"MMMenuContainer1114141113_2\"><div id=\"MMMenu1114141113_2\" onmouseout=\"MM_menuStartTimeout(1000);\" onmouseover=\"MM_menuResetTimeout();\">\n<a href=" + strlocation2.concat("techinfo/conference/index.html\'") + " id=\"MMMenu1114141113_2_Item_2\" class=\"MMMIVStyleMMMenu1114141113_2\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2');\">Conferences\n<a href=" + strlocation2.concat("techinfo/paper/index.html\'") + " id=\"MMMenu1114141113_2_Item_3\" class=\"MMMIVStyleMMMenu1114141113_2\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2');\">\n<span class=\"MMMenuItemSpanMMMenu1114141113_2\">Papers in Journals</span>\n<a href=" + strlocation2.concat("techinfo/award/index.html\'") + " id=\"MMMenu1114141113_2_Item_4\" class=\"MMMIVStyleMMMenu1114141113_2\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2');\">Frontier Lab Awards\n";

document.write(strA);

// (techinfo後半)サブメニューを持つ項目 Methodology など
strA = "<a href=" + strlocation2.concat("techinfo/methodology/pyrolysis.html\'") + " id=\"MMMenu1114141113_2_Item_0\" class=\"MMMIFVStyleMMMenu1114141113_2\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2','1');\">\n<span class=\"MMMenuItemSpanMMMenu1114141113_2\">Methodology</span>\n<img src=" + strlocation2.concat("images/arrows.gif\'") + " alt=\"\" class=\"MMArrowStyleMMMenu1114141113_2\" /></a>\n<a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=technote&location=en\'") + " id=\"MMMenu1114141113_2_Item_1\" class=\"MMMIVStyleMMMenu1114141113_2\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2','2');\">\n<span class=\"MMMenuItemSpanMMMenu1114141113_2\">Technical&nbsp;Notes</span>\n<img src=" + strlocation2.concat("images/arrows.gif\'") + " alt=\"\" class=\"MMArrowStyleMMMenu1114141113_2\" /></a>\n</div>\n";
document.write(strA);



/* Methodology sub menu */

strA = "<div id=\"MMMenu1114141113_2_1\" onmouseout=\"MM_menuStartTimeout(1000);\" onmouseover=\"MM_menuResetTimeout();\">\n<a href=" + strlocation2.concat("techinfo/methodology/pyrolysis.html\'") + " id=\"MMMenu1114141113_2_1_Item_0\" class=\"MMMIFVStyleMMMenu1114141113_2_1\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_1');\">Pyrolysis</a>\n<a href=" + strlocation2.concat("techinfo/Methodology/pyrolyzersingleshot.html\'") + " id=\"MMMenu1114141113_2_1_Item_1\" class=\"MMMIVStyleMMMenu1114141113_2_1\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_1');\">Pyrolysis&nbsp;Single-Shot</a>\n<a href=" + strlocation2.concat("techinfo/methodology/pyrolyzerdoubleshots.html\'") + " id=\"MMMenu1114141113_2_1_Item_2\" class=\"MMMIVStyleMMMenu1114141113_2_1\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_1');\">Pyrolysis&nbsp;Double-Shot</a>\n<a href=" + strlocation2.concat("techinfo/methodology/pyrolyzersamplecups.html\'") + " id=\"MMMenu1114141113_2_1_Item_3\" class=\"MMMIVStyleMMMenu1114141113_2_1\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_1');\">Pyrolysis&nbsp;Sample&nbsp;Cups</a>\n<a href=" + strlocation2.concat("techinfo/methodology/pyrolyzerevolvedgasanalysis.html\'") + " id=\"MMMenu1114141113_2_1_Item_4\" class=\"MMMIVStyleMMMenu1114141113_2_1\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_1');\">Evolved&nbsp;Gas&nbsp;Analysis</a>\n<a href=" + strlocation2.concat("techinfo/methodology/thermaldesorption.html\'") + " id=\"MMMenu1114141113_2_1_Item_5\" class=\"MMMIVStyleMMMenu1114141113_2_1\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_1');\">Thermal&nbsp;Desorption</a>\n<a href=" + strlocation2.concat("techinfo/methodology/ReactivePyrolysis.html\'") + " id=\"MMMenu1114141113_2_1_Item_6\" class=\"MMMIVStyleMMMenu1114141113_2_1\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_1');\">Reactive&nbsp;Pyrolysis</a>\n<a href=" + strlocation2.concat("techinfo/methodology/Heart-CuttingHC-GCMS.html\'") + " id=\"MMMenu1114141113_2_1_Item_7\" class=\"MMMIVStyleMMMenu1114141113_2_1\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_1');\">Heart-Cutting&nbsp;HC-GC/MS</a>\n<a href=" + strlocation2.concat("techinfo/methodology/samplepreparation.html\'") + " id=\"MMMenu1114141113_2_1_Item_8\" class=\"MMMIVStyleMMMenu1114141113_2_1\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_1');\">Sample&nbsp;Preparation</a>\n</div>\n";


document.write(strA);

/* TechInfo sub menu */
strA = "<div id=\"MMMenu1114141113_2_2\" onmouseout=\"MM_menuStartTimeout(1000);\" onmouseover=\"MM_menuResetTimeout();\">\n<a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=technote&location=en\'") + " id=\"MMMenu1114141113_2_2_Item_0\" class=\"MMMIFVStyleMMMenu1114141113_2_2\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_2');\">All</a>\n<a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=technote_pol&location=en\'") + " id=\"MMMenu1114141113_2_2_Item_1\" class=\"MMMIVStyleMMMenu1114141113_2_2\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_2');\">Polymer Processing</a>\n<a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=technote_for&location=en\'") + " id=\"MMMenu1114141113_2_2_Item_2\" class=\"MMMIVStyleMMMenu1114141113_2_2\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_2');\">Forensic &amp; Security</a>\n<a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=technote_ene&location=en\'") + " id=\"MMMenu1114141113_2_2_Item_3\" class=\"MMMIVStyleMMMenu1114141113_2_2\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_2');\">Energy</a>\n<a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=technote_add&location=en'") + " id=\"MMMenu1114141113_2_2_Item_4\" class=\"MMMIVStyleMMMenu1114141113_2_2\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_2');\">Additives</a>\n<a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=technote_coat&location=en'") + " id=\"MMMenu1114141113_2_2_Item_5\" class=\"MMMIVStyleMMMenu1114141113_2_2\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_2');\">Coatings</a>\n<a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=technote_ela&location=en'") + " id=\"MMMenu1114141113_2_2_Item_6\" class=\"MMMIVStyleMMMenu1114141113_2_2\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_2');\">Elastomers</a>\n<a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=technote_adh&location=en\'") + " id=\"MMMenu1114141113_2_2_Item_7\" class=\"MMMIVStyleMMMenu1114141113_2_2\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_2');\">Adhesives</a>\n<a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=technote_ink&location=en\'") + " id=\"MMMenu1114141113_2_2_Item_8\" class=\"MMMIVStyleMMMenu1114141113_2_2\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_2');\">Ink</a>\n<a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=technote_pap&location=en\'") + " id=\"MMMenu1114141113_2_2_Item_9\" class=\"MMMIVStyleMMMenu1114141113_2_2\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_2');\">Papers &amp; Fibers</a>\n<a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=technote_cnsp&location=en\'") + " id=\"MMMenu1114141113_2_2_Item_10\" class=\"MMMIVStyleMMMenu1114141113_2_2\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_2');\">Consumer Products</a>\n<a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=technote_env&location=en\'") + " id=\"MMMenu1114141113_2_2_Item_11\" class=\"MMMIVStyleMMMenu1114141113_2_2\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_2');\">Environmental</a>\n<a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=technote_oth&location=en\'") + " id=\"MMMenu1114141113_2_2_Item_12\" class=\"MMMIVStyleMMMenu1114141113_2_2\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_2_2');\">Others</a>\n</div>\n</div>";

document.write(strA);

/* Support */
strA = "<div id=\"MMMenuContainer1114221653_3\"><div id=\"MMMenu1114221653_3\" onmouseout=\"MM_menuStartTimeout(1000);\" onmouseover=\"MM_menuResetTimeout();\">\n<a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=manual&location=en\'") + " id=\"MMMenu1114221653_3_Item_0\" class=\"MMMIFVStyleMMMenu1114221653_3\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114221653_3');\">Manuals</a>\n<a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?form=py&location=en\'") + " id=\"MMMenu1114221653_3_Item_1\" class=\"MMMIFVStyleMMMenu1114221653_3\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114221653_3');\">Pyrolyzer Control Software Password</a>\n<a href=" + strlocation2.concat("user-cgi-bin/members2/index_user_en.cgi\'") + " id=\"MMMenu1114221653_3_Item_2\" class=\"MMMIVStyleMMMenu1114221653_3\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114221653_3');\">F-Search&nbsp;Password</a>\n<a href=" + strlocation2.concat("user-cgi-bin/faq_e/profile.cgi?type=all&tpl=title&max=100\'") + " id=\"MMMenu1114221653_3_Item_3\" class=\"MMMIVStyleMMMenu1114221653_3\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114221653_3');\">FAQ</a>\n<a href=" + strlocation2.concat("support/SystemPerformanceTest.html\'") + " id=\"MMMenu1114221653_3_Item_4\" class=\"MMMIVStyleMMMenu1114221653_3\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114221653_3');\">System&nbsp;Performance&nbsp;Tests</a>\n<a href=" + strlocation2.concat("support/distributor/index.html\'") + " id=\"MMMenu1114221653_3_Item_5\" class=\"MMMIVStyleMMMenu1114221653_3\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114221653_3');\">Business Partners</a>\n<a href=" + strlocation2.concat("support/training/index.html\'") + " id=\"MMMenu1114221653_3_Item_6\" class=\"MMMIVStyleMMMenu1114221653_3\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114221653_3');\">Product&nbsp;Training&nbsp;Schedule</a><a href=" + strlocation2.concat("inquiry/index.html\'") + " id=\"MMMenu1114221653_3_Item_7\" class=\"MMMIVStyleMMMenu1114221653_3\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114221653_3');\">Contact&nbsp;Us</a>\n</div></div>\n";
document.write(strA);

strA = "<div id=\"MMMenuContainer1114141113_3\"><div id=\"MMMenu1114141113_3\" onmouseout=\"MM_menuStartTimeout(1000);\" onmouseover=\"MM_menuResetTimeout();\">\n<a href=" + strlocation2.concat("aboutus/index.html\'") + " id=\"MMMenu1114141113_3_Item_0\" class=\"MMMIFVStyleMMMenu1114141113_3\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_3');\">About&nbsp;Us</a>\n<a href=" + strlocation2.concat("aboutus/index.html#access\''") + " id=\"MMMenu1114141113_3_Item_1\" class=\"MMMIVStyleMMMenu1114141113_3\" onmouseover=\"MM_menuOverMenuItem('MMMenu1114141113_3');\">Access&nbsp;Map</a>\n</div>\n</div>\n</div>";
document.write(strA);

}




//----------------------------------------------
// メニューの表示とリンク先の指定
//
// prepath ... ホーム位置 /jp/直下　までの相対パス
// hightlight ... 強調表示としたいメニューの位置 1ならホーム、3なら製品、
//					5なら技術情報、7ならサポート、9なら会社概要
//----------------------------------------------
function mmLoadMenusFrame( prepath, hightlight ) {

	// 相対パスをホーム位置まで戻す
	var strlocation ="\"".concat(prepath);
	var location = prepath;
	var strlocation2 = "\'".concat(prepath);


	// ドキュメントの文字列
	// フロンティア・ラボ　ロゴ、English Site、検索
	var strA = "<table width=\"710\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"10\">\n";
	strA = strA.concat( "<tr>\n" );
	strA = strA.concat( "<td><img src=\"" ); 
	strA = strA.concat( location.concat("image/spacer.gif"));
	strA = strA.concat( "\" width=\"40\" height=\"10\" border=\"0\" ></td>\n" );
	strA = strA.concat( "</tr>\n" );
	strA = strA.concat( "</table>\n" );

	strA = strA.concat( "<table width=\"710\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"36\">\n" );
	strA = strA.concat( "<tr>\n" );
	strA = strA.concat( "<td><a href=" + strlocation.concat("index.html\"") + "><img src=\"" );
	strA = strA.concat( location.concat("image/logo-e_large.gif") );
	strA = strA.concat( "\" alt=\"Frontier Laboratories Ltd.\" border=\"0\" ></a></td>\n" );

	document.write( strA );


	//このあと、メンテナンスの必要あり 2007/1/12 matsui

	// フロンティア・ラボ　ロゴ、English Site、検索
	strA = "<td align=\"right\" width=\"50%\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"20\">\n<tbody>\n<tr><td>\n<form action=" + strlocation.concat("../user-cgi-bin/in_site_search/search_en.cgi\"") + " method=\"get\">\n<input type=\"hidden\" name=\"hl\" value=\"en\"><input type=\"hidden\" name=\"ie\" value=\"iso-8859-1\"><a href=" + strlocation.concat("index.html\"") + "><img src=" + strlocation.concat("image/arrow_right.gif\"") + "height=\"13\" width=\"13\" align=\"absmiddle\" border=\"0\"></a> <a href=" + strlocation.concat("jp/index.html\"") + ">Japanese Site</a> &nbsp;&nbsp;Search&nbsp;<input id=\"search\" type=\"text\" name=\"q\" value=\"In site search\" size=\"12\" maxlength=\"100\"><input type=\"image\" src=" + strlocation.concat("image/go.gif\"") + "alt=\"Search\" align=\"absmiddle\" border=\"0\" width=\"18\">\n</form>\n</td>\n</tr>\n</tbody>\n</table>\n</td>\n</tr>\n</table>\n";
	document.write(strA);

	// 隙間
	strA = "<table width=\"710\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"15\">\n<tr>\n<td><img src=" + strlocation.concat("image/spacer.gif\"") + "height=\"15\" width=\"40\" border=\"0\" ></td>\n</tr>\n</table>";
	document.write(strA);

	// メニュー部分　ホーム1
	strA = "<table width=\"710\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tr>\n<td><a onclick=\"MM_nbGroup(\'down\',\'navbar1\',\'slice_r1_c1\'," + strlocation2.concat("images/slice_r1_c1_f3.gif\'") + ",1);\" onmouseover=\"MM_nbGroup(\'over\',\'slice_r1_c1\'," + strlocation2.concat("images/slice_r1_c1_f2.gif\'") + "," + strlocation2.concat("images/slice_r1_c1_f3.gif\'") + ",1);\" onmouseout=\"MM_nbGroup(\'out\');\" href=" + strlocation.concat("index.html\"") + ">";
	document.write(strA);

	// ホーム2 強調するかどうか
	if ( hightlight == 1 ) {
		strA = "<img src=" + strlocation.concat("images/slice_r1_c1_f2.gif\"") + " name=\"slice_r1_c1\" height=\"20\" width=\"105\" border=\"0\"></a></td>\n";
	}
	else {
		strA = "<img src=" + strlocation.concat("images/slice_r1_c1.gif\"") + " name=\"slice_r1_c1\" height=\"20\" width=\"105\" border=\"0\"></a></td>\n";
	}
	document.write(strA);

	// ホームと製品の隙間
	strA = "<td rowspan=\"2\"><img src=" + strlocation.concat("images/slice_r1_c2.gif\"") + " name=\"slice_r1_c2\" height=\"23\" width=\"16\" border=\"0\"></td>";
	document.write(strA);

	// メニュー　製品1
	strA = "<td><a onclick=\"MM_nbGroup(\'down\',\'navbar1\',\'slice_r1_c3\'," + strlocation2.concat("images/slice_r1_c3_f3.gif\'") + ",1);\" onmouseover=\"MM_showMenu(window.mm_menu_1124003222_0,0,25,null,\'slice_r1_c3\'); MM_nbGroup(\'over\',\'slice_r1_c3\'," + strlocation2.concat("images/slice_r1_c3_f2.gif\'") + "," + strlocation2.concat("images/slice_r1_c3_f3.gif\'") + ",1);\" onmouseout=\"MM_nbGroup(\'out\');MM_startTimeout();\" href=" + strlocation.concat("product/index.html\"") + ">";
	document.write(strA);

	// 製品2 強調するかどうか
	if ( hightlight == 3 ) {
		strA = "<img src=" + strlocation.concat("images/slice_r1_c3_f2.gif\"") + " name=\"slice_r1_c3\" height=\"20\" width=\"105\" border=\"0\"></a></td>\n";
	}
	else {
		strA = "<img src=" + strlocation.concat("images/slice_r1_c3.gif\"") + " name=\"slice_r1_c3\" height=\"20\" width=\"105\" border=\"0\"></a></td>\n";
	}
	document.write(strA);

	// 製品と技術情報の間の隙間
	strA ="<td rowspan=\"2\"><img src=" + strlocation.concat("images/slice_r1_c4.gif\"") + " name=\"slice_r1_c4\" height=\"23\" width=\"15\" border=\"0\"></td>";
	document.write(strA);

	// メニュー　技術情報1
	strA = "<td><a onclick=\"MM_nbGroup(\'down\',\'navbar1\',\'slice_r1_c5\'," + strlocation2.concat("images/slice_r1_c5_f3.gif\'") + ",1);\" onmouseover=\"MM_showMenu(window.mm_menu_1124011939_1,0,25,null,\'slice_r1_c5\');MM_nbGroup(\'over\',\'slice_r1_c5\'," + strlocation2.concat("images/slice_r1_c5_f2.gif\'") + "," + strlocation2.concat("images/slice_r1_c5_f3.gif\'") + ",1);\" onmouseout=\"MM_nbGroup(\'out\');MM_startTimeout();\" href=" + strlocation.concat("techinfo/technote/index.html\"") + ">";
	document.write(strA);

	// 技術情報2　強調するかどうか
	if ( hightlight == 5 ) {
		strA = "<img src=" + strlocation.concat("images/slice_r1_c5_f2.gif\"") + " name=\"slice_r1_c5\" height=\"20\" width=\"105\" border=\"0\"></a></td>\n";
	}
	else {
		strA = "<img src=" + strlocation.concat("images/slice_r1_c5.gif\"") + " name=\"slice_r1_c5\" height=\"20\" width=\"105\" border=\"0\"></a></td>\n";
	}
	document.write(strA);

	// 技術情報とサポートの間の隙間
	strA ="<td rowspan=\"2\"><img src=" + strlocation.concat("images/slice_r1_c6.gif\"") + "  name=\"slice_r1_c6\" height=\"23\" width=\"16\" border=\"0\"></td>";
	document.write(strA);

	// メニュー　サポート1
	strA = "<td><a onclick=\"MM_nbGroup(\'down\',\'navbar1\',\'slice_r1_c7\'," + strlocation2.concat("images/slice_r1_c7_f3.gif\'") + ",1);\" onmouseover=\"MM_showMenu(window.mm_menu_1124012626_2,0,25,null,\'slice_r1_c7\');MM_nbGroup(\'over\',\'slice_r1_c7\'," + strlocation2.concat("images/slice_r1_c7_f2.gif\'") + "," + strlocation2.concat("images/slice_r1_c7_f3.gif\'") + ",1);\" onmouseout=\"MM_nbGroup(\'out\');MM_startTimeout();\" href=" + strlocation.concat("inquiry/index.html\"") + ">";
	document.write(strA);

	// サポート2　強調するかどうか
	if ( hightlight == 7 ) {
		strA = "<img src=" + strlocation.concat("images/slice_r1_c7_f2.gif\"") + " name=\"slice_r1_c7\" height=\"20\" width=\"105\" border=\"0\"></a></td>\n";
	}
	else {
		strA = "<img src=" + strlocation.concat("images/slice_r1_c7.gif\"") + " name=\"slice_r1_c7\" height=\"20\" width=\"105\" border=\"0\"></a></td>\n";
	}
	document.write(strA);

	// サポートと会社概要の隙間
	strA ="<td rowspan=\"2\"><img src=" + strlocation.concat("images/slice_r1_c8.gif\"") + "  name=\"slice_r1_c8\" height=\"23\" width=\"137\" border=\"0\"></td>";
	document.write(strA);

	
	// メニュー　会社概要1
	strA = "<td><a onclick=\"MM_nbGroup(\'down\',\'navbar1\',\'slice_r1_c9\'," + strlocation2.concat("images/slice_r1_c9_f3.gif\'") + ",1);\" onmouseover=\"MM_showMenu(window.mm_menu_1124013305_3,0,25,null,\'slice_r1_c9\');MM_nbGroup(\'over\',\'slice_r1_c9\'," + strlocation2.concat("images/slice_r1_c9_f2.gif\'") + "," + strlocation2.concat("images/slice_r1_c9_f3.gif\'") + ",1);\" onmouseout=\"MM_nbGroup(\'out\');MM_startTimeout();\" href=" + strlocation.concat("aboutus/index.html\"") + ">";
	document.write(strA);
	
	// 会社概要2　強調するかどうか
	if ( hightlight == 9 ) {
		strA = "<img src=" + strlocation.concat("images/slice_r1_c9_f2.gif\"") + " name=\"slice_r1_c9\" height=\"20\" width=\"105\" border=\"0\"></a></td>\n";
	}
	else {
		strA = "<img src=" + strlocation.concat("images/slice_r1_c9.gif\"") + " name=\"slice_r1_c9\" height=\"20\" width=\"105\" border=\"0\"></a></td>\n";
	}
	document.write(strA);

	// 終了
	strA = "<td><img src=" + strlocation.concat("images/spacer.gif\"") + " height=\"20\" width=\"1\" border=\"0\"></td>\n</tr>\n<tr height=\"3\">\n<td><img src=" + strlocation.concat("images/slice_r2_c3.gif\"") + " name=\"slice_r2_c3\" height=\"3\" width=\"105\" border=\"0\"></td>\n<td><img src=" + strlocation.concat("images/slice_r2_c5.gif\"") + " name=\"slice_r2_c5\" height=\"3\" width=\"105\" border=\"0\"></td>\n<td><img src=" + strlocation.concat("images/slice_r2_c5.gif\"") + " name=\"slice_r2_c5\" height=\"3\" width=\"105\" border=\"0\"></td>\n<td><img src=" + strlocation.concat("images/slice_r2_c7.gif\"") + " name=\"slice_r2_c7\" height=\"3\" width=\"105\" border=\"0\"></td>\n<td><img src=" + strlocation.concat("images/slice_r2_c9.gif\"") + " name=\"slice_r2_c9\" height=\"3\" width=\"105\" border=\"0\"></td>\n<td><img src=" + strlocation.concat("images/spacer.gif\"") + " height=\"3\" width=\"1\" border=\"0\"></td>\n</tr>\n</table>\n<table width=\"710\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"15\">\n<tr>\n<td><img src=" + strlocation.concat("image/spacer.gif\"") + " height=\"15\" width=\"40\" border=\"0\" ></td>\n</tr>\n</table>";
	document.write(strA);


	//--------------------------------------------------------------------------------------
	// 参考　HTMLのソース template

/*			<table width="710" border="0" cellspacing="0" cellpadding="0" height="10">
				<tr>
					<td><img src="image/spacer.gif" alt="" width="40" height="10" border="0" ></td>
				</tr>
			</table>
			<table width="710" border="0" cellspacing="0" cellpadding="0" height="36">
				<tr>
					<td><img src="image/logo-j_large.gif" alt="フロンティア・ラボ株式会社" width="302" height="25" border="0" ></td>
					<td align="right" width="50%">
						<table border="0" cellspacing="0" cellpadding="0" height="20">
							<tbody>
								<tr>
									<td>
										<form action="../user-cgi-bin/in_site_search/search.cgi" method="get">
											<input type="hidden" name="hl" value="ja"><input type="hidden" name="ie" value="Shift_JIS"><a href="../index.html"><img src="image/arrow_right.gif" alt="" height="13" width="13" align="absmiddle" border="0"></a> <a href="../index.html">English Site</a> 　検索 <input id="search" type="text" name="q" value="サイト内検索" size="18" maxlength="100"> <input type="image" src="image/go.gif" alt="検索" align="absmiddle" border="0" width="18">
										</form>
									</td>
								</tr>
							</tbody>
						</table>
					</td>
				</tr>
			</table>

			<table width="710" border="0" cellspacing="0" cellpadding="0" height="15">
				<tr>
					<td><img src="image/spacer.gif" alt="" height="15" width="40" border="0" ></td>
				</tr>
			</table>

			<table width="710" border="0" cellspacing="0" cellpadding="0">
				<!-- fwtable fwsrc="index_menu.png" fwbase="index_menu.gif" fwstyle="GoLive" fwdocid = "178633164" fwnested="0" -->
				<tr>
					<td rowspan="2"><a onclick="MM_nbGroup('down','navbar1','slice_r1_c1','images/slice_r1_c1_f3.gif',1);" onmouseover="MM_nbGroup('over','slice_r1_c1','images/slice_r1_c1_f2.gif','images/slice_r1_c1_f3.gif',1);" onmouseout="MM_nbGroup('out');" href="index.html"><img src="images/slice_r1_c1.gif" alt="" name="slice_r1_c1" height="23" width="105" border="0"></a></td>
					<td rowspan="2"><img src="images/slice_r1_c2.gif" alt="" name="slice_r1_c2" height="23" width="16" border="0"></td>
					<td><a onclick="MM_nbGroup('down','navbar1','slice_r1_c3','images/slice_r1_c3_f3.gif',1);" onmouseover="MM_showMenu(window.mm_menu_1124003222_0,0,25,null,'slice_r1_c3');MM_nbGroup('over','slice_r1_c3','images/slice_r1_c3_f2.gif','images/slice_r1_c3_f3.gif',1);" onmouseout="MM_nbGroup('out');MM_startTimeout();" href="product/index.html"><img src="images/slice_r1_c3.gif" alt="" name="slice_r1_c3" height="20" width="106" border="0"></a></td>
					<td rowspan="2"><img src="images/slice_r1_c4.gif" alt="" name="slice_r1_c4" height="23" width="15" border="0"></td>
					<td><a onclick="MM_nbGroup('down','navbar1','slice_r1_c5','images/slice_r1_c5_f3.gif',1);" onmouseover="MM_showMenu(window.mm_menu_1124011939_1,0,25,null,'slice_r1_c5');MM_nbGroup('over','slice_r1_c5','images/slice_r1_c5_f2.gif','images/slice_r1_c5_f3.gif',1);" onmouseout="MM_nbGroup('out');MM_startTimeout();" href="techinfo/index.html"><img src="images/slice_r1_c5.gif" alt="" name="slice_r1_c5" height="20" width="105" border="0"></a></td>
					<td rowspan="2"><img src="images/slice_r1_c6.gif" alt="" name="slice_r1_c6" height="23" width="16" border="0"></td>
					<td><a onclick="MM_nbGroup('down','navbar1','slice_r1_c7','images/slice_r1_c7_f3.gif',1);" onmouseover="MM_showMenu(window.mm_menu_1124012626_2,0,25,null,'slice_r1_c7');MM_nbGroup('over','slice_r1_c7','images/slice_r1_c7_f2.gif','images/slice_r1_c7_f3.gif',1);" onmouseout="MM_nbGroup('out');MM_startTimeout();" href="support/index.html"><img src="images/slice_r1_c7.gif" alt="" name="slice_r1_c7" height="20" width="105" border="0"></a></td>
					<td rowspan="2"><img src="images/slice_r1_c8.gif" alt="" name="slice_r1_c8" height="23" width="137" border="0"></td>
					<td><a onclick="MM_nbGroup('down','navbar1','slice_r1_c9','images/slice_r1_c9_f3.gif',1);" onmouseover="MM_showMenu(window.mm_menu_1124013305_3,0,25,null,'slice_r1_c9');MM_nbGroup('over','slice_r1_c9','images/slice_r1_c9_f2.gif','images/slice_r1_c9_f3.gif',1);" onmouseout="MM_nbGroup('out');MM_startTimeout();" href="aboutus/index.html"><img src="images/slice_r1_c9.gif" alt="" name="slice_r1_c9" height="20" width="105" border="0"></a></td>
					<td><img src="images/spacer.gif" alt="" height="20" width="1" border="0"></td>
				</tr>
				<tr>
					<td><img src="images/slice_r2_c3.gif" alt="" name="slice_r2_c3" height="3" width="106" border="0"></td>
					<td><img src="images/slice_r2_c5.gif" alt="" name="slice_r2_c5" height="3" width="105" border="0"></td>
					<td><img src="images/slice_r2_c7.gif" alt="" name="slice_r2_c7" height="3" width="105" border="0"></td>
					<td><img src="images/slice_r2_c9.gif" alt="" name="slice_r2_c9" height="3" width="105" border="0"></td>
					<td><img src="images/spacer.gif" alt="" height="3" width="1" border="0"></td>
				</tr>
			</table>
			<table width="710" border="0" cellspacing="0" cellpadding="0" height="15">
				<tr>
					<td><img src="image/spacer.gif" alt="" height="15" width="40" border="0" ></td>
				</tr>
			</table>*/
}


//----------------------------------------------
// メニューの表示とリンク先の指定
//
// prepath ... ホーム位置 /jp/直下　までの相対パス
// hightlight ... 強調表示としたいメニューの位置 1ならホーム、3なら製品、
//					5なら技術情報、7ならサポート、9なら会社概要
//----------------------------------------------
function mmLoadMenusFrameTop( prepath, hightlight ) {

	// 相対パスをホーム位置まで戻す
	var strlocation ="\"".concat(prepath);
	var location = prepath;
	var strlocation2 = "\'".concat(prepath);


	// ドキュメントの文字列
	// フロンティア・ラボ　ロゴ、English Site、検索
	var strA = "<table width=\"710\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"10\">\n";
	strA = strA.concat( "<tr>\n" );
	strA = strA.concat( "<td><img src=\"" ); 
	strA = strA.concat( location.concat("image/spacer.gif"));
	strA = strA.concat( "\" width=\"40\" height=\"10\" border=\"0\" ></td>\n" );
	strA = strA.concat( "</tr>\n" );
	strA = strA.concat( "</table>\n" );

	strA = strA.concat( "<table width=\"710\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"36\">\n" );
	strA = strA.concat( "<tr>\n" );
	strA = strA.concat( "<td><img src=\"" );
	strA = strA.concat( location.concat("image/logo-j_large.gif") );
	strA = strA.concat( "\" alt=\"Frontier Laboratories Ltd.\" width=\"302\" height=\"25\" border=\"0\" ></td>\n" );

	document.write( strA );


	//このあと、メンテナンスの必要あり 2007/1/12 matsui

	// フロンティア・ラボ　ロゴ、English Site、検索
	strA = "<td align=\"right\" width=\"50%\">\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"20\">\n<tbody>\n<tr><td>\n<form action=" + strlocation.concat("../user-cgi-bin/in_site_search/search.cgi\"") + " method=\"get\">\n<input type=\"hidden\" name=\"hl\" value=\"en\"><input type=\"hidden\" name=\"ie\" value=\"iso-8859-1\"><a href=" + strlocation.concat("index.html\"") + "><img src=" + strlocation.concat("image/arrow_right.gif\"") + "height=\"13\" width=\"13\" align=\"absmiddle\" border=\"0\"></a> <a href=" + strlocation.concat("jp/index.html\" target=\"_top\"") + ">Japanese Site</a> &nbsp;&nbsp;Search&nbsp;<input id=\"search\" type=\"text\" name=\"q\" value=\"In site search\" size=\"18\" maxlength=\"100\"><input type=\"image\" src=" + strlocation.concat("image/go.gif\"") + "alt=\"検索\" align=\"absmiddle\" border=\"0\" width=\"18\">\n</form>\n</td>\n</tr>\n</tbody>\n</table>\n</td>\n</tr>\n</table>\n";
	document.write(strA);

	// 隙間
	strA = "<table width=\"710\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"15\">\n<tr>\n<td><img src=" + strlocation.concat("image/spacer.gif\"") + "height=\"15\" width=\"40\" border=\"0\" ></td>\n</tr>\n</table>";
	document.write(strA);

	// メニュー部分　ホーム1
	strA = "<table width=\"710\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tr>\n<td><a onclick=\"MM_nbGroup(\'down\',\'navbar1\',\'slice_r1_c1\'," + strlocation2.concat("images/slice_r1_c1_f3.gif\'") + ",1);\" onmouseover=\"MM_nbGroup(\'over\',\'slice_r1_c1\'," + strlocation2.concat("images/slice_r1_c1_f2.gif\'") + "," + strlocation2.concat("images/slice_r1_c1_f3.gif\'") + ",1);\" onmouseout=\"MM_nbGroup(\'out\');\" href=" + strlocation.concat("index.html\"") + " target=\"_top\">";
	document.write(strA);

	// ホーム2 強調するかどうか
	if ( hightlight == 1 ) {
		strA = "<img src=" + strlocation.concat("images/slice_r1_c1_f2.gif\"") + " name=\"slice_r1_c1\" height=\"20\" width=\"105\" border=\"0\"></a></td>\n";
	}
	else {
		strA = "<img src=" + strlocation.concat("images/slice_r1_c1.gif\"") + " name=\"slice_r1_c1\" height=\"20\" width=\"105\" border=\"0\"></a></td>\n";
	}
	document.write(strA);

	// ホームと製品の隙間
	strA = "<td rowspan=\"2\"><img src=" + strlocation.concat("images/slice_r1_c2.gif\"") + " name=\"slice_r1_c2\" height=\"23\" width=\"16\" border=\"0\"></td>";
	document.write(strA);

	// メニュー　製品1
	strA = "<td><a onclick=\"MM_nbGroup(\'down\',\'navbar1\',\'slice_r1_c3\'," + strlocation2.concat("images/slice_r1_c3_f3.gif\'") + ",1);\" onmouseover=\"MM_showMenu(window.mm_menu_1124003222_0,0,25,null,\'slice_r1_c3\'); MM_nbGroup(\'over\',\'slice_r1_c3\'," + strlocation2.concat("images/slice_r1_c3_f2.gif\'") + "," + strlocation2.concat("images/slice_r1_c3_f3.gif\'") + ",1);\" onmouseout=\"MM_nbGroup(\'out\');MM_startTimeout();\" href=" + strlocation.concat("product/index.html\"") + " target=\"_top\">";
	document.write(strA);

	// 製品2 強調するかどうか
	if ( hightlight == 3 ) {
		strA = "<img src=" + strlocation.concat("images/slice_r1_c3_f2.gif\"") + " name=\"slice_r1_c3\" height=\"20\" width=\"105\" border=\"0\"></a></td>\n";
	}
	else {
		strA = "<img src=" + strlocation.concat("images/slice_r1_c3.gif\"") + " name=\"slice_r1_c3\" height=\"20\" width=\"105\" border=\"0\"></a></td>\n";
	}
	document.write(strA);

	// 製品と技術情報の間の隙間
	strA ="<td rowspan=\"2\"><img src=" + strlocation.concat("images/slice_r1_c4.gif\"") + " name=\"slice_r1_c4\" height=\"23\" width=\"15\" border=\"0\"></td>";
	document.write(strA);

	// メニュー　技術情報1
	strA = "<td><a onclick=\"MM_nbGroup(\"down\",\"navbar1\",\"slice_r1_c5\"," + strlocation2.concat("images/slice_r1_c5_f3.gif\'") + ",1);\" onmouseover=\"MM_showMenu(window.mm_menu_1124011939_1,0,25,null,\'slice_r1_c5\');MM_nbGroup(\'over\',\'slice_r1_c5\', " + strlocation2.concat("images/slice_r1_c5_f2.gif\'") + "," + strlocation2.concat("images/slice_r1_c5_f3.gif\'") + ",1);\" onmouseout=\"MM_nbGroup(\'out\');MM_startTimeout();\" href=" + strlocation.concat("techinfo/technote/index.html\"") + " target=\"_top\">";
	document.write(strA);

	// 技術情報2　強調するかどうか
	if ( hightlight == 5 ) {
		strA = "<img src=" + strlocation.concat("images/slice_r1_c5_f2.gif\"") + " name=\"slice_r1_c5\" height=\"20\" width=\"105\" border=\"0\"></a></td>\n";
	}
	else {
		strA = "<img src=" + strlocation.concat("images/slice_r1_c5.gif\"") + " name=\"slice_r1_c5\" height=\"20\" width=\"105\" border=\"0\"></a></td>\n";
	}
	document.write(strA);

	// 技術情報とサポートの間の隙間
	strA ="<td rowspan=\"2\"><img src=" + strlocation.concat("images/slice_r1_c6.gif\"") + "  name=\"slice_r1_c6\" height=\"23\" width=\"16\" border=\"0\"></td>";
	document.write(strA);

	// メニュー　サポート1
	strA = "<td><a onclick=\"MM_nbGroup(\'down\',\'navbar1\',\'slice_r1_c7\'," + strlocation2.concat("images/slice_r1_c7_f3.gif\'") + ",1);\" onmouseover=\"MM_showMenu(window.mm_menu_1124012626_2,0,25,null,\'slice_r1_c7\');MM_nbGroup(\'over\',\'slice_r1_c7\'," + strlocation2.concat("images/slice_r1_c7_f2.gif\'") + "," + strlocation2.concat("images/slice_r1_c7_f3.gif\'") + ",1);\" onmouseout=\"MM_nbGroup(\'out\');MM_startTimeout();\" href=" + strlocation.concat("inquiry/index.html\"") + " target=\"_top\">"
	document.write(strA);

	// サポート2　強調するかどうか
	if ( hightlight == 7 ) {
		strA = "<img src=" + strlocation.concat("images/slice_r1_c7_f2.gif\"") + " name=\"slice_r1_c7\" height=\"20\" width=\"105\" border=\"0\"></a></td>\n";
	}
	else {
		strA = "<img src=" + strlocation.concat("images/slice_r1_c7.gif\"") + " name=\"slice_r1_c7\" height=\"20\" width=\"105\" border=\"0\"></a></td>\n";
	}
	document.write(strA);

	// サポートと会社概要の隙間
	strA ="<td rowspan=\"2\"><img src=" + strlocation.concat("images/slice_r1_c8.gif\"") + "  name=\"slice_r1_c8\" height=\"23\" width=\"137\" border=\"0\"></td>";
	document.write(strA);

	
	// メニュー　会社概要1
	strA = "<td><a onclick=\"MM_nbGroup(\'down\',\'navbar1\',\'slice_r1_c9\'," + strlocation2.concat("images/slice_r1_c9_f3.gif\'") + ",1);\" onmouseover=\"MM_showMenu(window.mm_menu_1124013305_3,0,25,null,\'slice_r1_c9\');MM_nbGroup(\'over\',\'slice_r1_c9\'," + strlocation2.concat("images/slice_r1_c9_f2.gif\'") + "," + strlocation2.concat("images/slice_r1_c9_f3.gif\'") + ",1);\" onmouseout=\"MM_nbGroup(\'out\');MM_startTimeout();\" href=" + strlocation.concat("aboutus/index.html\"") + " target=\"_top\">";
	document.write(strA);
	
	// 会社概要2　強調するかどうか
	if ( hightlight == 9 ) {
		strA = "<img src=" + strlocation.concat("images/slice_r1_c9_f2.gif\"") + " name=\"slice_r1_c9\" height=\"20\" width=\"105\" border=\"0\"></a></td>\n";
	}
	else {
		strA = "<img src=" + strlocation.concat("images/slice_r1_c9.gif\"") + " name=\"slice_r1_c9\" height=\"20\" width=\"105\" border=\"0\"></a></td>\n";
	}
	document.write(strA);

	// 終了
	strA = "<td><img src=" + strlocation.concat("images/spacer.gif\"") + " height=\"20\" width=\"1\" border=\"0\"></td>\n</tr>\n<tr>\n<td><img src=" + strlocation.concat("images/slice_r2_c3.gif\"") + " name=\"slice_r2_c3\" height=\"3\" width=\"106\" border=\"0\"></td>\n<td><img src=" + strlocation.concat("images/slice_r2_c3.gif\"") + " name=\"slice_r2_c3\" height=\"3\" width=\"106\" border=\"0\"></td>\n<td><img src=" + strlocation.concat("images/slice_r2_c5.gif\"") + " name=\"slice_r2_c5\" height=\"3\" width=\"105\" border=\"0\"></td>\n<td><img src=" + strlocation.concat("images/slice_r2_c7.gif\"") + " name=\"slice_r2_c7\" height=\"3\" width=\"105\" border=\"0\"></td>\n<td><img src=" + strlocation.concat("images/slice_r2_c9.gif\"") + " name=\"slice_r2_c9\" height=\"3\" width=\"105\" border=\"0\"></td>\n<td><img src=" + strlocation.concat("images/spacer.gif\"") + " height=\"3\" width=\"1\" border=\"0\"></td>\n</tr>\n</table>\n<table width=\"710\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"15\">\n<tr>\n<td><img src=" + strlocation.concat("image/spacer.gif\"") + " height=\"15\" width=\"40\" border=\"0\" ></td>\n</tr>\n</table>";
	document.write(strA);

}

function mmloadBtmLinks( prepath)
{
	var strlocation2 = "\'".concat(prepath);
	var strA = "<table width=\"712\" height=\"140\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=" + strlocation2.concat("/image/btmlinksbg.JPG'") + " bgcolor=\"#ebebeb\"><tr align=\"center\"><td height=\"10\"></td></tr><tr align=\"center\"><td><a href=" + strlocation2.concat("product/Multi-Functional2020iD.html\'") + ">Multi-Functional Pyrolysis System 2020iD</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("product/PyrolysisSystem2020iS.html\'") + ">Pyrolysis System 2020iS</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("product/UltraAlloyCapillaryColumns.html\'") + ">Ultra ALLOY Metal Capillary Columns</a></td></tr>\n<tr align=\"center\" size=\"100%\"><td><a href=" + strlocation2.concat("product/samplepreparation.html\'") + ">Sample Preparation</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("product/catalogue/index.html\'") + ">Catalog Downloads</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("techinfo/Methodology/Pyrolysis.html\'") + ">Pyrolysis</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("techinfo/Methodology/PyrolyzerSingleShot.html\'") + ">Pyrolysis Single-Shot</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("techinfo/Methodology/PyrolyzerDoubleShots.html\'") + ">Pyrolysis Double-Shot</a></td></tr>\n<tr align=\"center\" size=\"100%\"><td><a href=" + strlocation2.concat("techinfo/Methodology/PyrolyzerSampleCups.html\'") + ">Pyrolysis Sample Cups</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("techinfo/Methodology/PyrolyzerEvolvedGasAnalysis.html\'") + ">Evolved Gas Analysis</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("techinfo/methodology/thermaldesorption.html\'") + ">Thermal Desorption</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("techinfo/methodology/ReactivePyrolysis.html\'") + ">Reactive Pyrolysis</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("techinfo/Methodology/Heart-CuttingHC-GCMS.html\'") + ">Heart-Cutting HC-GC/MS</a></td></tr>\n<tr align=\"center\" size=\"100%\"><td><a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=technote&location=en\'") + ">Technical Notes</a>&nbsp;|&nbsp<a href=" + strlocation2.concat("techinfo/technote/PyrolysisNotes.html\'") + ">Pyrolysis Notes</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("techinfo/technote/EvolvedGasAnalysisNotes.html\'") + ">Evolved Gas Analysis Notes</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("techinfo/technote/ReactivePyrolysisNotes.html\'") + ">Reactive Pyrolysis Notes</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("techinfo/technote/ThermalDesorptionNotes.html\'") + ">Thermal Desorption Notes</a></td></tr>\n<tr align=\"center\"><td><a href=" + strlocation2.concat("techinfo/technote/UVPyrolysisNotes.html\'") + ">UV Irradiation Pyrolysis Notes</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("techinfo/technote/CapillaryColumnsNotes.html\'") + ">Capillary Columns Notes</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("techinfo/technote/PyrolyzerHardwareAccessoriesNotes.html\'") + ">Pyrolyzer Hardware & Accessories Notes</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("user-cgi-bin/members2/plain.cgi?notetype=manual&location=en\'") + ">Manuals</a></td></tr>\n<tr align=\"center\"><td><a href=" + strlocation2.concat("user-cgi-bin/faq_e/profile.cgi?type=all&tpl=title&max=100\'") + ">FAQ</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("user-cgi-bin/create_pass_en.cgi\'") + ">F-Search Password</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("product/fsearch_trial/regist.html?customer'") + ">F-Search Trial Version</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("support/SystemPerformanceTest.html\'") + ">System Performance Tests</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("support/distributor/index.html\'") + ">Business Partners</a></td></tr>\n<tr align=\"center\"><td><a href=" + strlocation2.concat("inquiry/index.html\'") + ">Contact Us</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("aboutus/index.html\'") + ">About Us</a>&nbsp;|&nbsp;<a href=" + strlocation2.concat("aboutus/index.html#access\'") + " >Access Map</a></td></tr><tr align=\"center\"><td height=\"10\"></td></tr></table>\n</tr></table><table width=\"710\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><img src=" + strlocation2.concat("/image/spacer.gif\'") + " alt=\"\" height=\"20\" width=\"335\" border=\"0\" /></td></tr></table><table width=\"710\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td align=\"center\"><font name=\"Arial, Helvetica, sans-serif\" size=\"3\" color=\"#5E80F4\"><span class=\"subtitle\"><b>\"Leading the Way in Material Characterization\"</b></span></p></font></td> </tr></table>\n<table width=\"710\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><img src=" + strlocation2.concat("/image/spacer.gif\'") + " alt=\"\" height=\"20\" width=\"335\" border=\"0\" /></td></tr></table><table width=\"710\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#606060\" height=\"1\"><tr><td><img src=" + strlocation2.concat("image/spacer.gif\'") + " alt=\"\" height=\"1\" width=\"4\" border=\"0\"/></td></tr></table>";
	document.write(strA);
}


function mmloadPgFooter( prepath)
{
	var strlocation2 = "\'".concat(prepath);
	var strA = "<table width=\"710\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"444\"><img src=" + strlocation2.concat("/image/spacer.gif\'") + " alt=\"\" height=\"5\" width=\"40\" border=\"0\" /></td><td class=\"text11\" width=\"266\"> <table><TR><TD width=\"10\" bgcolor=\"#333333\" align=\"center\"><font color=\"#FFFFFF\" ><STRONG>></STRONG></font></TD><TD width=\"75\"><a href=" + strlocation2.concat("privacy_policy.html\'") + "> Privacy Policy</a></td><td class=\"text10\" align=\"right\" width=\"165\">&copy;2010 Frontier Laboratories Ltd.</TD></TR></table></TD></tr></table>";
	document.write(strA);	
}
