/*
<!-- Copyright (c) 2002- 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=600,height=600');
}
