var pm_tagname    = "universalTag.txt";
var pm_tagversion = "1.4";
var pm_accountid  = "E77PFM7O08E44M2B78CVG78KJ4";
var pm_scripthost = "srv.perf.overture.com";
var pm_customargs = "";
var pm_querystr = "?" + "ver=" + pm_tagversion + "&aid=" + pm_accountid + pm_customargs;
var pm_tag = "<SCR" + "IPT LANGUAGE='JavaScript' " + "SRC=//" + pm_scripthost + "/collweb/ScriptServlet" + pm_querystr + "></SCR" + "IPT>";
document.write(pm_tag);

function OpenFig(fig){ 
var winFig; 
var width; 
var height; 
 
winFig = window.open("", "FigWindow", "toolbar=no,location=no,directories=no, status=no,menubar=no,scrollbars=no,resizable=no,width=0,height=0,screenX=0,screenY=0"); 
winFig.document.writeln('<HTML>'); 
winFig.document.writeln('<HEAD>'); 
winFig.document.writeln('<TITLE>家庭教師のノーバス</TITLE>'); 
winFig.document.writeln('<HEAD>\n'); 
winFig.document.writeln('<SCRIPT language="javascript">\n'); 
winFig.document.writeln('<!--\n');
winFig.document.writeln('function ctrlWin() {\n');
winFig.document.writeln('window.opener.location.href="/topics/topics_050615.php";\n');
winFig.document.writeln('window.close();\n');
winFig.document.writeln('}\n');
winFig.document.writeln('// -->\n');
winFig.document.writeln('<\/SCRIPT>\n'); 
winFig.document.writeln('<BODY leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">\n'); 
winFig.document.writeln('<CENTER>\n'); 
winFig.document.writeln('<A href="javascript:ctrlWin()">\n'); 
winFig.document.writeln('<IMG src="'+fig+'" border="0">');
winFig.document.writeln('</A>'); 
winFig.document.writeln('</CENTER>'); 
winFig.document.writeln('</BODY>'); 
winFig.document.writeln('</HTML>'); 
winFig.document.close(); 
width = (winFig.document.images[0].width) + 10; 
height = (winFig.document.images[0].height) + 55; 
 
if (width >= (screen.width - 80) || width <= 100) { 
width = (screen.width * 0.85); 
} 
if (height >= (screen.height - 10) || height <= 100) { 
height = (screen.height * 0.85); 
} 
winFig.resizeTo(width, height); 
winFig.focus(); 
}