function Sample_Open()
{
/*	if(navigator.userAgent.indexOf("MSIE") != -1)
	{*/
	var s_hdl = window.open('sample_sakuhin.html','samplelewin','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizeable=no,width=900,height=650');
	s_hdl.focus();
/*		}
	else
	{
	var pp_hdl = window.open('sample_fox.html','samplelewin','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizeable=no,width=720,height=650');
	s_hdl.focus();
	}*/
	
}

function P_Policy_Open()
{
	var Info_hdl = window.open('http://www.myprint.co.jp/p_policy_txt.html','MPWIN','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizeable=no,width=500,height=600');
	Info_hdl.focus();
}