function givekey()
{	//alert('1');
	x_make_enc_data('',putkey);
}


function putkey(data)
{	//alert(data);
	document.getElementById('spamkey').value= data;
}
