{
// JavaScript Document
function openLink(url) {
	var newwin;
	newwin = window.open('/privacy_policy_notice.shtml?' + url,'openlink','width=300,height=150,screenX=100,screenY=100,top=100,left=100,resizable=no,toolbar=no,scrollbars=no')
	newwin.focus();
}
}