function goResult(ArgStr)
{
	resultform.idx.value = ArgStr;
	resultform.target = "_self";
	resultform.method = "get";
	resultform.action = "result.php#P";
	resultform.submit();
}

function goSampleResult(ArgStr)
{
	resultform.idx.value = ArgStr;
	resultform.target = "_self";
	resultform.method = "get";
	resultform.action = "sampleresult.php";
	resultform.submit();
}

function goPrint(arg)
{
	if (arg=='resize')
	{
		window.open("print.php","PrintView","width=750,height=650,scrollbars=yes");		
	}
	else if (arg=='renew')
	{
		window.open("print.php?dnType=view","PrintView","width=840,height=650,scrollbars=yes");		
	}
	else if (arg=='themelove_sazoo')
	{
		window.open("print_sazoo.php?dnType=view","PrintView","width=642,height=650,scrollbars=yes");		
	}
	else if (arg=='themelove_tarot')
	{
		window.open("print_tarot.php?dnType=view","PrintView","width=642,height=650,scrollbars=yes");		
	}
	else if (arg=='print')
	{
		window.open("print.php?dnType=view","PrintView","width=738,height=650,scrollbars=yes");		
	}
	else
	{
		window.open("print.php","PrintView","width=720,height=650,scrollbars=yes");		
	}
	
}

function goTPrint(cate)
{
	window.open("","PrintView","width=642,height=650,scrollbars=yes");		
	resultform.target = "PrintView";
	resultform.method = "get";
	resultform.action = "print_"+cate+".php";
	resultform.submit();
}

function goDown(arg)
{
	if (arg=='resize')
	{
		window.open("downfile.php?dnType=view","PrintView","width=750,height=650,scrollbars=yes");		
	}
	else if (arg=='renew')
	{
		window.open("downfile.php?dnType=view","PrintView","width=840,height=650,scrollbars=yes");		
	}
	else if (arg=='event')
	{
		window.open("downfile.php?dnType=view","PrintView","width=660,height=650,scrollbars=yes");		
	}
	else if (arg=='jtarot')
	{
		location.href("downfile.php");
	}
	else if (arg=='themelove_tarot')
	{
		location.href("downfile_tarot.php");
	}
	else if (arg=='themelove_sazoo')
	{
		location.href("downfile_sazoo.php");
	}
	else if (arg=='tarot_two')
	{
		location.href("downfile.php");
	}
	else
	{
		window.open("downfile.php?dnType=view","PrintView","width=642,height=650,scrollbars=yes");		
	}
}

function goTDown(cate)
{
	window.open("downfile_"+cate+".php?dnType=view","PrintView","width=650,height=650,scrollbars=yes");		
}

function goMail()
{
	window.open("","MailView","width=518,height=255,scrollbars=no");		
	resultform.target = "MailView";
	resultform.method = "post";
	resultform.action = "/run/emcommon/input.php";
	resultform.submit();
}

function goPathMail(path)
{
	window.open("","MailView","width=518,height=255,scrollbars=no");		
	resultform.target = "MailView";
	resultform.method = "post";
	resultform.action = path+"emcommon/input.php";
	resultform.submit();
}

function IMG_show()
{
	showImg.filters.RevealTrans.apply()
	showImg.style.visibility= "visible"
	showImg.filters.RevealTrans.play()
}