function selectCard(selectedcarduid) {
	
	new Ajax.Updater('ajaxsubpart', document.location.href, {
      method: 'post',
      evalScripts: true,
      parameters: {
        action: 'selectcard',
        carduid: selectedcarduid,
        type: '66666'
      },
      onSuccess: function(request) {

      }
    });
	
}
