function addattachment(fileguid,name){
	$("#attachment_name").val(name);
	$("#attachment_guid").val(fileguid);
	$.facebox.close();
}
	

