var menu=null;window.onload=function(){menu=new Menu();mdl=document.getElementById("topindex").childNodes;for(i=0;i<mdl.length;i++){if(mdl[i].tagName=="DL"){mdl=mdl[i].childNodes;break}}for(i=0;i<mdl.length;i++){if(mdl[i].tagName=="DT"){mdl[i].onmouseover=function(){clearTimeout(menu.preid);menu.view(this)};mdl[i].onmouseout=function(){menu.preid=setTimeout("menu.close()",600)}}}};function sendbt(A){document.getElementById(n).disabled=true;return true}function imgv(B){if(navigator.userAgent.indexOf("Safari")!=-1){return true}var A='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml"><head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n<meta http-equiv="Content-Style-Type" content="text/css" /><link href="/media/global.css" rel="stylesheet" type="text/css" /><title>'+B.title+'</title></head><body id="imgbody"><a href="JavaScript:history.back();" title="'+B.title+'"（クリックすると戻ります）"><img src="'+B.href+'" alt="'+B.title+'" /></a><br />'+B.title+'<div id="imgfooter">Copyright 2002-2008 Network Tactics Co., Ltd. All rights reserved. <br />Don\'t reproduction of an image and a composition without permission.</div></body></html>';window.document.open("text/html");window.document.writeln(A);window.document.close("");return false}function Menu(){this.preid=null;this.menublock=null;this.menufl=false;this.view=function(B){if(this.menublock==null){this.menublock=document.createElement("DIV");this.menublock.style.position="absolute";this.menublock.style.visibility="hidden";this.menublock.id="menusubblock";document.body.appendChild(this.menublock)}if(this.menublock.childNodes.length>0){this.menublock.removeChild(this.menublock.firstChild)}pnode=B.parentNode.childNodes;list=document.createElement("UL");trg=false;this.menufl=false;for(i=0;i<pnode.length;i++){if(trg&&pnode[i].tagName=="DT"){break}if(pnode[i]==B){trg=true}else{if(trg&&pnode[i].tagName=="DD"){this.menufl=true;li=document.createElement("LI");li.innerHTML=pnode[i].innerHTML;li.onmouseout=function(){menu.preid=setTimeout("menu.close()",600)};li.onmouseover=function(){clearTimeout(menu.preid)};list.appendChild(li)}}}var A=B.offsetLeft;var D=B.offsetTop;if(B.offsetParent.tagName!="BODY"){var C=B.parentNode;do{A+=C.offsetLeft;D+=C.offsetTop;C=C.parentNode}while(C.tagName!="BODY")}this.menublock.appendChild(list);this.menublock.style.left=(A-65)+"px";this.menublock.style.top=(D+B.clientHeight-2)+"px";if(this.menufl){this.menublock.style.visibility="visible"}else{this.menublock.style.visibility="hidden"}};this.close=function(A){this.menublock.style.visibility="hidden";this.menufl=false}};

window['popUpWindow'] = function(url, w, h){
	var popup = window.open(url,"popup","width="+ w +",height="+ h +",location=no,menubar=no,scrollbars=yes");
	popup.focus();
	return false;
};


