// JavaScript Document
    function send_mail(var1,var2){
		location.href = "mailto:"+var1+"@"+var2;
	}
