//forming e-mail from char codes
function callExtMailer(){
	var emailarray = new Array(99,111,110,116,97,99,116,64,103,97,114,97,110,116,45,99,114,101,100,105,116,46,99,111,109,46,117,97)
	var postemail = ''
	for (i=0;i<emailarray.length;i++)
	postemail+=String.fromCharCode(emailarray[i])
	document.location.href = 'mailto:'+postemail+'?subject=garant-credit.com.ua'
	}