function qsmail(){
	ad="health%pharm@kissei@co@jp"
	ad=ad.replace(/\@/g,"\.");
	ad=ad.replace(/\%/,"\@");
	location.href="mailto:" + ad;
}
 
