/*
<!-- Copyright (c) 2002-2005 Saora Inc., Japan. All rights reserved.-->
<!-- Proprietory implementation by Saora Inc. -->
<!-- No part may be copied or reused without written permission from Saora Inc., Japan -->
*/
function sendMail()
{
	var popNew = window.open('http://www.keepoint.com/sendpage.asp?url=' + window.location, '','scrollbars=no,width=560,height=660, ');
}