if (document.images) {
   nexton = new Image(32,49);
   nexton.src = "images/next_lw.gif";
   nextcl = new Image(32,49);
   nextcl.src = "images/next_on.gif";
   nextof = new Image(32,49);
   nextof.src = "images/next_hi.gif";
   backon = new Image(32,49);
   backon.src = "images/back_lw.gif";
   backcl = new Image(32,49);
   backcl.src = "images/back_on.gif";
   backof = new Image(32,49);
   backof.src = "images/back_hi.gif";
   }
function act(imgName) {
    if (document.images)
      document[imgName].src = eval(imgName + 'of.src');
}
function clact(imgName) {
    if (document.images)
      document[imgName].src = eval(imgName + 'cl.src');
}
function inact(imgName) {
  if (document.images)
    document[imgName].src = eval(imgName + 'on.src')
}

function tegamiWindow()
{
	var title = "MAIL TO ME"
	var tgm = "Macoteau&nbsp;T（このサイトの管理者）にメールを出すには下記リンクをクリックして下さい。"
	var width="320", height="160";
	var left = (screen.width/2) - width/2;
	var top = (screen.height/2) - height/2;
	var styleStr = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+',top='+top+',screenX='+left+',screenY='+top;  
	var mot1 = '&#108&#116&#111';
	var mot2 = '&#109&#97&#105';
	var mot3 = '&#104&#101&#100';
	var mot4 = '&#97&#108&#98';
	var mot5 = '&#111&#116&#101&#97';
	var mot6 = '&#109&#97&#99';
	var mot7 = '&#117&#46&#99&#111&#109';
	var mota = '</P><P Align="center" style="font-family: Impact; font-size: midium;"><a href="' + mot2 + mot1 + '&#58' + mot4 + mot3 + '&#64' + mot6 + mot5 + mot7 + '" lang="en">mail to Macoteau T</A>';
	var tgmWindow = window.open("","tgmWindow", styleStr);
	var head = '<head><title>'+title+'</title></head>';
	var body = '<BODY><P style="float:none; margin:2em; text-align: left; width:260; font-size: 12px; font-family: ヒラギノ丸ゴ Pro W4, Osaka;">'+ tgm + mota + '</P><center><form><input type="button" value="   close   " onClick="self.close()"></form></P>';
	tgmWindow.document.write(head + body);
}
