function glossary(c){var a=window.screen.width/2-256,d=window.screen.height/2-140;var b=window.open("","glossary","left="+a+",screenX="+a+",top="+d+",screenY="+d+",width=512,height=280,toolbar=no,location=no,status=no,menubar=no,scrollbars=no");b.document.open();b.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><TITLE>PC教室～用語</TITLE></HEAD><FRAMESET ROWS="*,45" FRAMEBORDER="0" FRAMESPACING="0"><FRAME SRC="'+c+'" SCROLLING="NO"><FRAME SRC="../glossary/button.html"><NOFRAMES><BODY><P>このページをご覧いただくにはフレーム対応のブラウザが必要です。</P></BODY></NOFRAMES></FRAMESET></HTML>');b.document.close();b.focus();return false}function figure(d,e,b){var a=(window.screen.width-e)/2,f=(window.screen.height-b)/2;var c=window.open("","figureb","left="+a+",screenX="+a+",top="+f+",screenY="+f+",width="+(e+16)+",height="+(b+60)+",toolbar=no,location=no,status=no,menubar=no,scrollbars=no");c.document.open();c.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><TITLE>PC教室～図</TITLE></HEAD><BODY style="background-image: url(\'../images/background.gif\'); background-attachment: fixed"><DIV align="center"><IMG src="'+d+'" width="'+e+'" height="'+b+'"><DIV style="line-height: 10px">&nbsp;</DIV><A href="javascript: window.close();"><IMG src="../images/ok.gif" width="96" height="26" border="0"></A></DIV></BODY></HTML>');c.document.close();c.focus();return false}function setNextURL(a){if(window.parent.menu){if(window.parent.menu.document.links[2]){window.parent.menu.document.links[2].href=a}else{window.setTimeout("setNextURL('"+a+"')",100)}}if(window.parent.main){window.parent.main.focus()}};