function showvCard(id)
{
	document.actionform.action.value = 'show_vcard';
	document.actionform.id.value = id;
	document.actionform.submit();
}

