function sendToFriend(){
	systemForm.setApp('popup');
	systemForm.setAct('sendToFriend');
	systemForm.setValue('fromName', $fromName);
	systemForm.setValue('fromEmail', $fromEmail);
	systemForm.setValue('toName', $toName);
	systemForm.setValue('toEmail', $toEmail);
	systemForm.doAjax(function(result){
		return;
	});
}