function Lihimstatus(){
	window.status = '';
	return true;
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
document.onmouseover = Lihimstatus;
document.onmouseout = Lihimstatus;

function jsFncCallMailForm()
{
	window.open('http://green.candybox.to/greatmanna/postmail/postmail.php', '', 'scrollbars=no,width=640,height=480');
}

function jsFncCallBoard()
{
	window.open('http://green.candybox.to/greatmanna/mkakikomitai/mkakikomitai.cgi', '', 'scrollbars=yes,width=680,height=640');
}

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 jsFncCallRireki()
{
	// ドキュメントルート直下以外からは呼ばないこと！！
	window.open('main/rireki.html','','scrollbars=yes,width=740');
}

function ParentCheck(p)
{
  pURL = parent.location.href;
  myURL = location.href;
  if (pURL == myURL)
  {
    document.location.href = p;
  }
}

